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, ServerInvokerCallbackHandler callbackHandler)
           
 
Methods inherited from interface org.jboss.jms.server.endpoint.ConnectionFactoryEndpoint
createConnectionDelegate, getClientAOPStack
 

Method Detail

createConnectionDelegate

public CreateConnectionResult createConnectionDelegate(java.lang.String username,
                                                       java.lang.String password,
                                                       int failedNodeID,
                                                       java.lang.String remotingSessionID,
                                                       java.lang.String clientVMID,
                                                       byte versionToUse,
                                                       ServerInvokerCallbackHandler callbackHandler)
                                                throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.