|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Field Summary | |
static String |
SERVER_NAME
|
static String |
versionID
|
Method Summary | |
Vector |
getAllServers(String service_name)
Supported API: false |
ServerManagerInfo |
getInfo()
Supported API: false |
Remote |
getNextServer(String service_name,
Remote server)
Supported API: false |
Remote |
getServer(String service_name)
Supported API: false |
Remote |
getServer(String service_name,
int start_num)
Supported API: false |
void |
ping()
Supported API: false |
void |
registerServer(String service_name,
Remote server)
Supported API: false |
void |
reportDeadServer(String service_name,
Remote server)
Supported API: false |
void |
reportDeadServer(String service_name,
Remote server,
Exception report_exception)
Supported API: false |
void |
stop()
Supported API: false |
void |
stopAllServers()
Supported API: false |
Field Detail |
public static final String versionID
public static final String SERVER_NAME
Method Detail |
public void registerServer(String service_name, Remote server) throws RemoteException
RemoteException
public Remote getServer(String service_name) throws RemoteException, Exception
RemoteException
Exception
public Remote getServer(String service_name, int start_num) throws RemoteException, Exception
RemoteException
Exception
public Remote getNextServer(String service_name, Remote server) throws RemoteException
RemoteException
public Vector getAllServers(String service_name) throws RemoteException
RemoteException
public void reportDeadServer(String service_name, Remote server) throws RemoteException
RemoteException
public void reportDeadServer(String service_name, Remote server, Exception report_exception) throws RemoteException
RemoteException
public ServerManagerInfo getInfo() throws RemoteException
RemoteException
public void ping() throws RemoteException
RemoteException
public void stop() throws RemoteException
RemoteException
public void stopAllServers() throws RemoteException
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |