|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.RemoteEntityConnectionDS
The class used for retrieving the stubs for the remote objects used by the decryption servers.
Constructor Summary | |
RemoteEntityConnectionDS(java.lang.String host,
int port)
Connects to the RMI registry at the given host and port. |
Method Summary | |
BulletinBoard |
getBulletinBoard()
Gets the BulletinBoard stub |
ElectionServer |
getElectionServer()
Gets the ElectionServer stub |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteEntityConnectionDS(java.lang.String host, int port) throws java.rmi.RemoteException
host
- port
-
java.rmi.RemoteException
- If the RMI registry can't be foundMethod Detail |
public ElectionServer getElectionServer() throws java.rmi.AccessException, java.rmi.RemoteException, java.rmi.NotBoundException
java.rmi.AccessException
- If access was denied
java.rmi.RemoteException
java.rmi.NotBoundException
- If the object can't be found at the registrypublic BulletinBoard getBulletinBoard() throws java.rmi.AccessException, java.rmi.RemoteException, java.rmi.NotBoundException
java.rmi.AccessException
- If access was denied
java.rmi.RemoteException
java.rmi.NotBoundException
- If the object can't be found at the registry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |