Uses of Class
org.jboss.jms.client.delegate.DelegateSupport

Packages that use DelegateSupport
org.jboss.jms.client.delegate   
org.jboss.jms.client.state   
 

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

Subclasses of DelegateSupport in org.jboss.jms.client.delegate
 class ClientBrowserDelegate
          The client-side Browser delegate class.
 class ClientClusteredConnectionFactoryDelegate
          A ClientClusteredConnectionFactoryDelegate.
 class ClientConnectionDelegate
          The client-side Connection delegate class.
 class ClientConnectionFactoryDelegate
          The client-side ConnectionFactory delegate class.
 class ClientConsumerDelegate
          The client-side Consumer delegate class.
 class ClientProducerDelegate
          The client-side Producer delegate class.
 class ClientSessionDelegate
          The client-side Session delegate class.
 

Methods in org.jboss.jms.client.delegate with parameters of type DelegateSupport
 void ClientProducerDelegate.synchronizeWith(DelegateSupport nd)
           
 void ClientConsumerDelegate.synchronizeWith(DelegateSupport nd)
           
 void ClientBrowserDelegate.synchronizeWith(DelegateSupport nd)
           
 void ClientConnectionDelegate.synchronizeWith(DelegateSupport nd)
           
 void ClientSessionDelegate.synchronizeWith(DelegateSupport nd)
           
 void DelegateSupport.synchronizeWith(DelegateSupport newDelegate)
          During HA events, delegates corresponding to new enpoints on the new server are created and the state of those delegates has to be transfered to the "failed" delegates.
 void ClientConnectionFactoryDelegate.synchronizeWith(DelegateSupport newDelegate)
           
 

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

Methods in org.jboss.jms.client.state that return DelegateSupport
 DelegateSupport ConsumerState.getDelegate()
           
 DelegateSupport HierarchicalState.getDelegate()
           
 DelegateSupport ConnectionState.getDelegate()
           
 DelegateSupport SessionState.getDelegate()
           
 DelegateSupport ProducerState.getDelegate()
           
 DelegateSupport BrowserState.getDelegate()
           
 

Methods in org.jboss.jms.client.state with parameters of type DelegateSupport
 void ConsumerState.setDelegate(DelegateSupport delegate)
           
 void HierarchicalState.setDelegate(DelegateSupport delegate)
           
 void ConnectionState.setDelegate(DelegateSupport delegate)
           
 void SessionState.setDelegate(DelegateSupport delegate)
           
 void ProducerState.setDelegate(DelegateSupport delegate)
           
 void BrowserState.setDelegate(DelegateSupport delegate)
           
 

Constructors in org.jboss.jms.client.state with parameters of type DelegateSupport
HierarchicalStateSupport(HierarchicalState parent, DelegateSupport delegate)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.