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: 1026 $
$Id: ConnectionFactoryEndpoint.java 1026 2006-07-27 19:01:57Z timfox $
- 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()
throws JMSException
- Throws:
JMSException
getIdBlock
public IdBlock getIdBlock(int size)
throws JMSException
- Throws:
JMSException
Copyright © 2006 JBoss Inc. All Rights Reserved.