|
jGCS Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Protocol
This interface defines a Protocol represents an instance of the toolkit used to implement the Group Communication Service (GCS). This interface must be used to create instances of DataSession and Control Session.
DataSession
,
ControlSession
,
GroupConfiguration
Method Summary | |
---|---|
ControlSession |
openControlSession(GroupConfiguration group)
Creates a new Control Session. |
DataSession |
openDataSession(GroupConfiguration group)
Creates e new Data Session. |
Method Detail |
---|
DataSession openDataSession(GroupConfiguration group) throws JGCSException
group
- the configuration.
JGCSException
ControlSession openControlSession(GroupConfiguration group) throws JGCSException
group
- the group configuration.
JGCSException
|
jGCS Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |