org.jboss.jms.server
Interface ConnectionFactoryManager
- All Known Implementing Classes:
- ConnectionFactoryJNDIMapper
- public interface ConnectionFactoryManager
- Version:
- $Revision: 1.3 $
$Id: ConnectionFactoryManager.java,v 1.3 2006/04/13 19:43:05 timfox Exp $
- Author:
- Ovidiu Feodorov
registerConnectionFactory
public int registerConnectionFactory(java.lang.String clientID,
JNDIBindings jndiBindings,
java.lang.String locatorURI,
boolean clientPing)
throws java.lang.Exception
- Parameters:
jndiBindings - - if null, the connection factory will be created and registered with the
AOP subsystem, but not bound in JNDI.
- Returns:
- an identifier that uniques identifies the registered ConnectionFactory.
- Throws:
java.lang.Exception
unregisterConnectionFactory
public void unregisterConnectionFactory(int connectionFactoryID)
throws java.lang.Exception
- Throws:
java.lang.Exception
getConnectionFactory
public javax.jms.ConnectionFactory getConnectionFactory(int connectionFactoryID)
Copyright © 2006 JBoss Inc. All Rights Reserved.