|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cluster
The interface provides a mechanism to control the EGO cluster.
Cluster has a single entry at which the application accesses EGO features.
Method Summary | |
---|---|
Client |
getClient(java.lang.String name,
java.lang.String description)
Creates an instance of Client obiect for more operations which need authentication. |
Client |
getClient(java.lang.String name,
java.lang.String description,
int port)
Creates an instance of Client object for more operations that need authentication. |
InfoProvider |
getInfoProvider()
Creates an instance of InfoProvider object for use. |
Method Detail |
---|
Client getClient(java.lang.String name, java.lang.String description) throws EGOException
EGOException
Client getClient(java.lang.String name, java.lang.String description, int port) throws EGOException
port
- - specifies the notification port where messages
from WSG can be received.
Note: The port is enabled only after registering the client
to EGO or invoking client.getService().
EGOException
InfoProvider getInfoProvider() throws EGOException
EGOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |