Class HandlerServer
- All Implemented Interfaces:
ClientInterface
,HandlerInterface
,RemoteServer
,MBeanListener
,MBeanService
,ToBeStarted
,Serializable
,Remote
The Class HandlerServer.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.server.RemoteObject
ref
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the password.getRoot()
Gets the root.Gets the service.Gets the version.Methods inherited from class ecmwf.common.ecaccess.StarterServer
exit, getAttribute, getGraceful, getInstance, getInstance, getMBeanCenter, getMBeanInfo, getPluginContainer, getPluginInfos, getRemoteCnf, getRestart, getStartDate, handle, handle, handleNotification, invoke, setAttribute, shutdown, shutdown
Methods inherited from class ecmwf.common.callback.CallBackObject
createOrGetRegistry, getPort
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ecmwf.common.ecaccess.HandlerInterface
handle, handle
-
Constructor Details
-
HandlerServer
public HandlerServer(Starter starter) throws IOException, InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, MalformedObjectNameException, InstanceNotFoundException Instantiates a new handler server.- Parameters:
starter
- the starter- Throws:
IOException
- Signals that an I/O exception has occurred.InstanceAlreadyExistsException
- the instance already exists exceptionMBeanRegistrationException
- the MBean registration exceptionNotCompliantMBeanException
- the not compliant m bean exceptionMalformedObjectNameException
- the malformed object name exceptionInstanceNotFoundException
- the instance not found exception
-
-
Method Details
-
getRoot
Gets the root. Gets the root.- Specified by:
getRoot
in interfaceClientInterface
- Returns:
- the root
-
getPassword
Gets the password. Gets the password.- Specified by:
getPassword
in interfaceClientInterface
- Returns:
- the password
-
getVersion
Gets the version. Gets the version.- Specified by:
getVersion
in classStarterServer
- Returns:
- the version
-
getService
Gets the service. Gets the service.- Specified by:
getService
in interfaceClientInterface
- Returns:
- the service
-