org.jboss.jms.server.endpoint
Interface ConnectionFactoryInternalEndpoint

All Superinterfaces:
ConnectionFactoryEndpoint
All Known Implementing Classes:
ConnectionFactoryAdvised

public interface ConnectionFactoryInternalEndpoint
extends ConnectionFactoryEndpoint

The interface only exists so the connection factory requests can call through the AOP stack

Version:
$Revision: 1.1 $ $Id$
Author:
Tim Fox

Method Summary
 CreateConnectionResult createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID, java.lang.String remotingSessionID, java.lang.String clientVMID, byte versionToUse, org.jboss.remoting.callback.ServerInvokerCallbackHandler callbackHandler)
           
 
Methods inherited from interface org.jboss.jms.delegate.ConnectionFactoryEndpoint
createConnectionDelegate, getClientAOPStack, getTopology
 

Method Detail

createConnectionDelegate

CreateConnectionResult createConnectionDelegate(java.lang.String username,
                                                java.lang.String password,
                                                int failedNodeID,
                                                java.lang.String remotingSessionID,
                                                java.lang.String clientVMID,
                                                byte versionToUse,
                                                org.jboss.remoting.callback.ServerInvokerCallbackHandler callbackHandler)
                                                throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.