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

Packages that use AdminConnection
org.exolab.jms.server   
org.exolab.jms.server.net   
 

Uses of AdminConnection in org.exolab.jms.server
 

Methods in org.exolab.jms.server that return AdminConnection
 AdminConnection AdminConnectionManager.createConnection(java.lang.String username, java.lang.String password)
          Create a new admin connection.
 AdminConnection AdminConnectionFactory.create()
          Create a new admin connection.
 

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

Fields in org.exolab.jms.server.net declared as AdminConnection
protected  AdminConnection JmsAdminConnectionImpl._connection
          The connection to delegate calls to
 

Constructors in org.exolab.jms.server.net with parameters of type AdminConnection
JmsAdminConnectionImpl(AdminConnection connection, org.exolab.jms.net.orb.ORB orb)
          Construct a new JmsAdminConnectionImpl
 



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