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

Uses of AdminConnection in org.exolab.jms.server
 

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

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

Constructors in org.exolab.jms.server.rmi with parameters of type AdminConnection
RmiJmsAdminConnection(AdminConnection connection)
          The default constructor simply calls the base class' default constructor.
 



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