org.jboss.jms.server.endpoint
Interface ConnectionFactoryEndpoint
- All Known Subinterfaces:
- ConnectionFactoryDelegate
- All Known Implementing Classes:
- 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: 1.11 $
$Id: ConnectionFactoryEndpoint.java,v 1.11 2006/05/23 18:25:08 ovidiu Exp $
- Author:
- Tim Fox, Ovidiu Feodorov
createConnectionDelegate
public ConnectionDelegate createConnectionDelegate(java.lang.String username,
java.lang.String password)
throws JMSException
- Throws:
JMSException
getClientAOPConfig
public byte[] getClientAOPConfig()
getIdBlock
public IdBlock getIdBlock(int size)
throws JMSException
- Throws:
JMSException
Copyright © 2006 JBoss Inc. All Rights Reserved.