|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of RemoteJmsServerConnectionIfc in org.exolab.jms.client.rmi |
| Fields in org.exolab.jms.client.rmi declared as RemoteJmsServerConnectionIfc | |
protected RemoteJmsServerConnectionIfc |
RmiJmsConnectionStub._delegate
This is a reference to the remote connection stub that is constructed during object initialisation. |
| Constructors in org.exolab.jms.client.rmi with parameters of type RemoteJmsServerConnectionIfc | |
RmiJmsConnectionStub(RemoteJmsServerConnectionIfc connection,
int pingInterval,
RmiJmsServerStub server)
Instantiate an instance of this class with the specified remote object. |
|
| Uses of RemoteJmsServerConnectionIfc in org.exolab.jms.server.rmi |
| Classes in org.exolab.jms.server.rmi that implement RemoteJmsServerConnectionIfc | |
class |
RmiJmsServerConnection
This is an implementation of the RemoteJmsServerConnectionIfc interface which wraps the JmsConnection class. |
| Methods in org.exolab.jms.server.rmi that return RemoteJmsServerConnectionIfc | |
RemoteJmsServerConnectionIfc |
RemoteJmsServerIfc.createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the specified server. |
RemoteJmsServerConnectionIfc |
RmiJmsServer.createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the specified server. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||