|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Remote Cache Coordinator Administration Interface that accesses the cache coordinator server process by calling EbiCoordinatorAdmin RMI object passed back from the cache coordinator server.
| Method Summary | |
void |
changeLoggingLevel(int loggingLevel)
Checkes the cache coordinator logging level (only change the current current process, but not store the change persistently). |
int |
checkClients()
Makes sure all the registered server instances (clients) are still alive. |
int |
getClientCount(String applicationID)
Gets the count of registered server instances in the Cache coordinator. |
Vector |
getClientList(String applicationID)
Gets a list of registered server instances (clients) |
String |
getServerID()
Gets the serverID for the current app server instance. |
| Method Detail |
public int getClientCount(String applicationID)
throws EboUnrecoverableSystemException
applicationID - an application identifier
public Vector getClientList(String applicationID)
throws EboUnrecoverableSystemException
applicationID - an application identifier
public int checkClients()
throws EboUnrecoverableSystemException
public void changeLoggingLevel(int loggingLevel)
throws EboUnrecoverableSystemException
loggingLevel - logging level to be changed to. (range from 1 to 5,
1-critical, 2-error, 3-warning, 4-info, 5-trace)public String getServerID()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||