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, shutdownMethods inherited from class ecmwf.common.callback.CallBackObject
createOrGetRegistry, getPortMethods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLogMethods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStubMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getRootin interfaceClientInterface- Returns:
- the root
-
getPassword
Gets the password. Gets the password.- Specified by:
getPasswordin interfaceClientInterface- Returns:
- the password
-
getVersion
Gets the version. Gets the version.- Specified by:
getVersionin classStarterServer- Returns:
- the version
-
getService
Gets the service. Gets the service.- Specified by:
getServicein interfaceClientInterface- Returns:
- the service
-