org.jboss.jms.server.endpoint
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: 2476 $
$Id: ConnectionFactoryEndpoint.java 2476 2007-02-27 15:38:43 -0600 (Tue, 27 Feb 2007) timfox $
- Author:
- Tim Fox, Ovidiu Feodorov
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.