A D E F G M P R S

A

Activator - class fr.imag.adele.bundle.mchat.Activator.
Activator of the bundle
Activator() - Constructor for class fr.imag.adele.bundle.mchat.Activator
 

D

DEFAULT_ADDRESS - Static variable in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
DEFAULT_CHARSET - Static variable in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
DEFAULT_PORT - Static variable in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 

E

execute(String, PrintStream, PrintStream) - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 

F

fr.imag.adele.bundle.mchat - package fr.imag.adele.bundle.mchat
 

G

getAddressStr() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
getCharSet() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
getName() - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 
getPort() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
getShortDescription() - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 
getUsage() - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 

M

MChatCommand - class fr.imag.adele.bundle.mchat.MChatCommand.
This class is a command for the OSCAR shell service
MChatCommand() - Constructor for class fr.imag.adele.bundle.mchat.MChatCommand
 
MulticastDiscussion - class fr.imag.adele.bundle.mchat.MulticastDiscussion.
* Application d'attachement à un groupe de discussion, simulé par un * groupe de multicast UDP.
MulticastDiscussion(String, int, int, String, PrintStream) - Constructor for class fr.imag.adele.bundle.mchat.MulticastDiscussion
* Constructeur de l'application de discussion qui s'attache à l'adresse * Internet du groupe de multicast IP et au port UDP passés en argument. * La socket de multicast UDP reçoit une durée de vie passée en argument.

P

println(String) - Method in class fr.imag.adele.bundle.mchat.Activator
Description of the Method

R

run() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
* Code à exécuter par le processus léger pour effectuer la réception * du texte du groupe de discussion et son affichage sur la sortie * standard.

S

setCharSet(String) - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
setOut(PrintStream) - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 
start(BundleContext) - Method in class fr.imag.adele.bundle.mchat.Activator
Call by the framework on bundle starting
start(BundleContext) - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 
start() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
* Débute l'application de discussion qui envoie vers le groupe * de multicast les lignes lues sur l'entrée standard et écrit sur * la sortie standard les lignes reçues depuis le groupe de multicast. * La réception et l'affichage sont pris en charge par un processus * léger "daemon" qui est démarré et s'exécute en concurrence avec la * lecture et l'envoi.
stop(BundleContext) - Method in class fr.imag.adele.bundle.mchat.Activator
Call by the framework on bundle stoping
stop(BundleContext) - Method in class fr.imag.adele.bundle.mchat.MChatCommand
 
stop() - Method in class fr.imag.adele.bundle.mchat.MulticastDiscussion
 

A D E F G M P R S