Uses of Interface
org.exolab.jms.server.net.RemoteJmsAdminConnectionIfc

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

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

Classes in org.exolab.jms.server.net that implement RemoteJmsAdminConnectionIfc
 class JmsAdminConnectionImpl
          This class implements the RemoteJmsAdminServerIfc and simply delegates all the request to the JmsAdmin singleton instance.
 

Methods in org.exolab.jms.server.net that return RemoteJmsAdminConnectionIfc
 RemoteJmsAdminConnectionIfc RemoteJmsAdminServerIfc.createConnection(java.lang.String username, java.lang.String password)
          Create a connection to the specified server.
 RemoteJmsAdminConnectionIfc JmsAdminServerImpl.createConnection(java.lang.String username, java.lang.String password)
          Create a connection to the specified server.
 



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