org.exolab.jms.server
Class AdminConnectionFactory

java.lang.Object
  extended by org.exolab.jms.server.AdminConnectionFactory

public class AdminConnectionFactory
extends java.lang.Object

AdminConnectionFactory is responsible for creating AdminConnection instances.

Version:
$Revision: 1.2 $ $Date: 2005/08/30 14:24:26 $
Author:
Knut Lerpold, Tim Anderson

Constructor Summary
AdminConnectionFactory(org.exolab.jms.config.Configuration config, AuthenticationMgr authMgr, DestinationManager destMgr, ConsumerManager consumers, DatabaseService database, Services services)
          Construct a new AdminConnectionManager.
 
Method Summary
 AdminConnection create()
          Create a new admin connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminConnectionFactory

public AdminConnectionFactory(org.exolab.jms.config.Configuration config,
                              AuthenticationMgr authMgr,
                              DestinationManager destMgr,
                              ConsumerManager consumers,
                              DatabaseService database,
                              Services services)
Construct a new AdminConnectionManager.

Method Detail

create

public AdminConnection create()
                       throws javax.jms.JMSSecurityException,
                              javax.jms.JMSException
Create a new admin connection.

Returns:
a new admin connection
Throws:
javax.jms.JMSException - if the connection cannot be created
javax.jms.JMSSecurityException


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