|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.rns.RegionNameServer | +--springs.rns.RegionNameServer_RMIImpl
An implementation of the Region Name Server (RNS) using RMI.
Nested Class Summary |
Nested classes inherited from class springs.rns.RegionNameServer |
RegionNameServer.ContextWatcher |
Field Summary | |
private int |
_port
The port number. |
Fields inherited from class springs.rns.RegionNameServer |
|
Constructor Summary | |
RegionNameServer_RMIImpl(int port)
Constructor. |
Method Summary | |
static void |
create(int portNumber)
Creates a RNS.. |
protected void |
start()
Starts the Region Name Server. |
Methods inherited from class springs.rns.RegionNameServer |
addAgent, addContext, getSearchingInformation, initialize, printAgents, printContexts, printLocationServersFor, removeAgent, removeContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface springs.rns.RegionNameServerInterface |
addAgent, addContext, getSearchingInformation, printAgents, printContexts, printLocationServersFor, removeAgent, removeContext |
Field Detail |
private int _port
Constructor Detail |
public RegionNameServer_RMIImpl(int port) throws java.rmi.RemoteException
port
- the port number.Method Detail |
public static void create(int portNumber) throws RNSStartingException
portNumber
- the port number for the RNS.
RNSStartingException
- if error.String
,
RNSStartingException
protected void start() throws RNSStartingException
start
in class RegionNameServer
RNSStartingException
- if error.RNSStartingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |