Uses of Class
org.exolab.jms.server.JmsServerConnection

Uses of JmsServerConnection in org.exolab.jms.server
 

Methods in org.exolab.jms.server that return JmsServerConnection
 JmsServerConnection JmsServerConnectionManager.createConnection(java.lang.String id, java.lang.String username, java.lang.String password)
          Create a connection with the specified client id.
 JmsServerConnection JmsServerConnectionManager.getConnection(java.lang.String id)
          Return the connection associated with a particular client identity.
 

Uses of JmsServerConnection in org.exolab.jms.server.rmi
 

Fields in org.exolab.jms.server.rmi declared as JmsServerConnection
protected  JmsServerConnection RmiJmsServerConnection._delegate
          This is the object that the RMI connection object delegates to.
 

Constructors in org.exolab.jms.server.rmi with parameters of type JmsServerConnection
RmiJmsServerConnection(JmsServerConnection connection, int interval)
          Instantiae an instance of this class with a JmsServerConnection instance.
 



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