org.jboss.jms.delegate
Interface ConnectionFactoryEndpoint

All Known Subinterfaces:
ConnectionFactoryDelegate, ConnectionFactoryInternalEndpoint
All Known Implementing Classes:
ClientClusteredConnectionFactoryDelegate, ClientConnectionFactoryDelegate, ConnectionFactoryAdvised, ServerConnectionFactoryEndpoint

public interface ConnectionFactoryEndpoint

Represents the set of methods from the ConnectionFactoryDelegate that are handled on the server. The rest of the methods are handled in the advice stack.

Version:
$Revision: 2684 $ $Id: ConnectionFactoryEndpoint.java 2684 2007-05-15 07:31:30Z timfox $
Author:
Tim Fox, Ovidiu Feodorov

Method Summary
 CreateConnectionResult createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID)
           
 byte[] getClientAOPStack()
           
 

Method Detail

createConnectionDelegate

public CreateConnectionResult createConnectionDelegate(java.lang.String username,
                                                       java.lang.String password,
                                                       int failedNodeID)
                                                throws JMSException
Parameters:
failedNodeID - - zero or positive values mean the connection creation attempt is result of failover. Negative values are ignored (mean regular connection creation attempt).
Throws:
JMSException

getClientAOPStack

public byte[] getClientAOPStack()
                         throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.