wt.manager
Interface ServerManager

All Superinterfaces:
Remote
All Known Implementing Classes:
ServerManagerImpl

public interface ServerManager
extends Remote

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

versionID

public static final String versionID
See Also:
Constant Field Values

SERVER_NAME

public static final String SERVER_NAME
See Also:
Constant Field Values
Method Detail

registerServer

public void registerServer(String service_name,
                           Remote server)
                    throws RemoteException
Supported API: false

Throws:
RemoteException

getServer

public Remote getServer(String service_name)
                 throws RemoteException,
                        Exception
Supported API: false

Throws:
RemoteException
Exception

getServer

public Remote getServer(String service_name,
                        int start_num)
                 throws RemoteException,
                        Exception
Supported API: false

Throws:
RemoteException
Exception

getNextServer

public Remote getNextServer(String service_name,
                            Remote server)
                     throws RemoteException
Supported API: false

Throws:
RemoteException

getAllServers

public Vector getAllServers(String service_name)
                     throws RemoteException
Supported API: false

Throws:
RemoteException

reportDeadServer

public void reportDeadServer(String service_name,
                             Remote server)
                      throws RemoteException
Supported API: false

Throws:
RemoteException

reportDeadServer

public void reportDeadServer(String service_name,
                             Remote server,
                             Exception report_exception)
                      throws RemoteException
Supported API: false

Throws:
RemoteException

getInfo

public ServerManagerInfo getInfo()
                          throws RemoteException
Supported API: false

Throws:
RemoteException

ping

public void ping()
          throws RemoteException
Supported API: false

Throws:
RemoteException

stop

public void stop()
          throws RemoteException
Supported API: false

Throws:
RemoteException

stopAllServers

public void stopAllServers()
                    throws RemoteException
Supported API: false

Throws:
RemoteException