|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the primary RMI-interface for the RMI-adaptor. This is the interface bound to a name and made availible to clients. This interface is used to create connections to sending, receiving and notifications subsystems.
SendSocket
,
ReceiveSocket
Method Summary | |
ReceiveSocket |
createReceiveSocket()
Creates a receive socket to default receive box. |
ReceiveSocket |
createReceiveSocket(java.lang.String name)
Creates a receive socket |
SendSocket |
createSendSocket()
Creates a sending socket |
Method Detail |
public SendSocket createSendSocket() throws java.rmi.RemoteException
java.rmi.RemoteException
public ReceiveSocket createReceiveSocket() throws java.rmi.RemoteException
java.rmi.RemoteException
public ReceiveSocket createReceiveSocket(java.lang.String name) throws java.rmi.RemoteException
name
- name of box to connect to.
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |