Uses of Interface
org.exolab.jms.administration.JmsAdminServerIfc

Uses of JmsAdminServerIfc in org.exolab.jms.administration
 

Methods in org.exolab.jms.administration that return JmsAdminServerIfc
static JmsAdminServerIfc AdminConnectionFactory.create(java.lang.String url)
          Create an unauthenticated admin connection, using the specified server URL
static JmsAdminServerIfc AdminConnectionFactory.create(java.lang.String url, java.lang.String username, java.lang.String password)
          Create an authenticated admin connection, using the specified server URL, name, and password
 

Uses of JmsAdminServerIfc in org.exolab.jms.administration.http
 

Classes in org.exolab.jms.administration.http that implement JmsAdminServerIfc
 class HttpJmsAdminConnection
          This class is repsonsible for opening an http connection to the server and passing and packing all requests for delivery.
 class SslHttpJmsAdminConnection
          This class is repsonsible for opening an https connection to the server and passing and packing all requests for delivery.
 

Uses of JmsAdminServerIfc in org.exolab.jms.administration.intravm
 

Classes in org.exolab.jms.administration.intravm that implement JmsAdminServerIfc
 class IntravmJmsAdminConnection
          This class is repsonsible for an admin connection to the intravm server
 

Uses of JmsAdminServerIfc in org.exolab.jms.administration.mipc
 

Classes in org.exolab.jms.administration.mipc that implement JmsAdminServerIfc
 class IpcJmsAdminConnection
          This class is repsonsible for opening a TCP connection to the server and passing and packing all requests for delivery.
 class SslIpcJmsAdminConnection
          This class is repsonsible for opening an SSL TCP connection to the server and passing and packing all requests for delivery.
 

Uses of JmsAdminServerIfc in org.exolab.jms.administration.rmi
 

Classes in org.exolab.jms.administration.rmi that implement JmsAdminServerIfc
 class RmiJmsAdminConnection
          This class is repsonsible for an admin connection to the RMI server
 



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