|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDistributedServices
Definition of the global service access point.
Method Summary | |
---|---|
void |
connect()
Connect the process to the system using default value, that is, without communication delays or errors. |
void |
connect(ReliabilitySetting setting)
Connect the process to the system using reliability settings. |
void |
connect(ReliabilitySetting setting,
int localPort)
Connect the process to the system using reliability settings and a specific TCP port. |
void |
disconnect()
Disconnect the process from the system |
IBroadcast |
getBasicBroadcastService()
|
ICommunication |
getCommunicationService()
|
IIdentification |
getIdentificationService()
|
IBroadcast |
getReliableBroadcastService()
|
Method Detail |
---|
void connect() throws CommunicationException
CommunicationException
- in case of problem during the connectionvoid connect(ReliabilitySetting setting) throws CommunicationException
setting
- reliability settings to use for the current process
CommunicationException
- in case of problem during the connectionvoid connect(ReliabilitySetting setting, int localPort) throws CommunicationException
setting
- reliability settings to use for the current processlocalPort
- TCP port to be used by the server socket of the communication layer
CommunicationException
- in case of problem during the connectionvoid disconnect()
ICommunication getCommunicationService()
IIdentification getIdentificationService()
IBroadcast getBasicBroadcastService()
IBroadcast getReliableBroadcastService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |