|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbb.RemoteEntityConnectionBB
The class responsible for binding the BulletinBoard to the RMI registry
Constructor Summary | |
RemoteEntityConnectionBB(java.lang.String host,
int port)
Starts a connection to the RMI registry at the given host and port. |
Method Summary | |
BulletinBoard |
bindBulletinBoard()
Binds the BulletinBoard to the RMI Registry |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteEntityConnectionBB(java.lang.String host, int port) throws java.rmi.RemoteException
host
- port
-
java.rmi.RemoteException
- Thrown if the registry was not foundMethod Detail |
public BulletinBoard bindBulletinBoard() throws java.rmi.RemoteException
java.rmi.RemoteException
- If the binding of the BulletinBoard failed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |