|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.iiit.access.server.plugins.server.RMIRegistry
Implements a RMI server for requesting the AccessServer
Constructor Summary | |
RMIRegistry()
Creates a new instance of RmiServer |
Method Summary | |
void |
initialize(Configuration config)
Initializes the server |
void |
shutdown()
This method is called by the AccessServer when the background threads should stop because of a shutdown of the AccessServer itself. |
void |
start()
This method is called by the AccessServer when the background thread should start. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMIRegistry() throws RemoteException
RemoteException
- when anything goes wrongMethod Detail |
public void initialize(Configuration config)
initialize
in interface AccessServerPluginIf
config
- the configuration of the server. Currently the only parameter is Port
which defines the port number to listen on for connections. Default is 1234
public void shutdown()
shutdown
in interface ThreadPluginIf
public void start()
start
in interface ThreadPluginIf
|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |