Uses of Class
org.jboss.jms.delegate.CreateConnectionResult

Packages that use CreateConnectionResult
org.jboss.jms.client.container   
org.jboss.jms.client.delegate   
org.jboss.jms.delegate   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.wireformat   
 

Uses of CreateConnectionResult in org.jboss.jms.client.container
 

Methods in org.jboss.jms.client.container that return CreateConnectionResult
 CreateConnectionResult ClusteringAspect.handleCreateConnectionDelegate(Invocation invocation)
           
 

Uses of CreateConnectionResult in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return CreateConnectionResult
 CreateConnectionResult ClientConnectionFactoryDelegate.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID)
           
 CreateConnectionResult ClientClusteredConnectionFactoryDelegate.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Uses of CreateConnectionResult in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return CreateConnectionResult
 CreateConnectionResult ConnectionFactoryEndpoint.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID)
           
 

Uses of CreateConnectionResult in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint that return CreateConnectionResult
 CreateConnectionResult ServerConnectionFactoryEndpoint.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID)
           
 CreateConnectionResult ServerConnectionFactoryEndpoint.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID, java.lang.String remotingSessionID, java.lang.String clientVMID, byte versionToUse, ServerInvokerCallbackHandler callbackHandler)
           
 CreateConnectionResult ConnectionFactoryInternalEndpoint.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID, java.lang.String remotingSessionID, java.lang.String clientVMID, byte versionToUse, ServerInvokerCallbackHandler callbackHandler)
           
 

Uses of CreateConnectionResult in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised that return CreateConnectionResult
 CreateConnectionResult ConnectionFactoryAdvised.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeId)
           
 CreateConnectionResult ConnectionFactoryAdvised.createConnectionDelegate(java.lang.String username, java.lang.String password, int failedNodeID, java.lang.String remotingSessionID, java.lang.String clientVMID, byte versionToUse, ServerInvokerCallbackHandler callbackHandler)
           
 

Uses of CreateConnectionResult in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type CreateConnectionResult
ConnectionFactoryCreateConnectionDelegateResponse(CreateConnectionResult res)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.