Uses of Interface
org.jboss.jms.delegate.ConnectionDelegate

Packages that use ConnectionDelegate
org.jboss.jms.client   
org.jboss.jms.client.delegate   
org.jboss.jms.client.state   
org.jboss.jms.tx   
 

Uses of ConnectionDelegate in org.jboss.jms.client
 

Fields in org.jboss.jms.client declared as ConnectionDelegate
protected  ConnectionDelegate JBossConnection.delegate
           
 

Methods in org.jboss.jms.client that return ConnectionDelegate
 ConnectionDelegate JBossConnection.getDelegate()
           
 

Constructors in org.jboss.jms.client with parameters of type ConnectionDelegate
JBossConnection(ConnectionDelegate delegate, int connectionType)
           
JBossConnectionConsumer(ConnectionDelegate conn, JBossDestination dest, java.lang.String subName, java.lang.String messageSelector, ServerSessionPool sessPool, int maxMessages)
           
 

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

Classes in org.jboss.jms.client.delegate that implement ConnectionDelegate
 class ClientConnectionDelegate
          The client-side Connection delegate class.
 

Uses of ConnectionDelegate in org.jboss.jms.client.state
 

Constructors in org.jboss.jms.client.state with parameters of type ConnectionDelegate
ConnectionState(int serverID, ConnectionDelegate delegate, JMSRemotingConnection remotingConnection, Version versionToUse, MessageIdGenerator gen)
           
 

Uses of ConnectionDelegate in org.jboss.jms.tx
 

Methods in org.jboss.jms.tx with parameters of type ConnectionDelegate
 void ResourceManager.commitLocal(LocalTx xid, ConnectionDelegate connection)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.