org.exolab.jms.server
Class AdminConnectionFactory
java.lang.Object
|
+--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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminConnectionFactory
public AdminConnectionFactory(Configuration config,
AuthenticationMgr authMgr,
DestinationManager destMgr,
ConsumerManager consumers,
DatabaseService database,
Services services)
- Construct a new
AdminConnectionManager
.
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
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.