Uses of Interface
org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc

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.
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.