Uses of Class
org.jboss.jms.client.state.SessionState

Packages that use SessionState
org.jboss.jms.client.state   
org.jboss.jms.tx   
 

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

Constructors in org.jboss.jms.client.state with parameters of type SessionState
BrowserState(SessionState parent, BrowserDelegate delegate, JBossDestination jmsDestination, java.lang.String selector)
           
ProducerState(SessionState parent, ProducerDelegate delegate, Destination dest)
           
ConsumerState(SessionState parent, ConsumerDelegate delegate, JBossDestination dest, java.lang.String selector, boolean noLocal, java.lang.String subscriptionName, int consumerID, boolean isCC, int bufferSize, int maxDeliveries)
           
 

Uses of SessionState in org.jboss.jms.tx
 

Constructors in org.jboss.jms.tx with parameters of type SessionState
MessagingXAResource(ResourceManager rm, SessionState sessionState)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.