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

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

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

Fields in org.jboss.jms.client.container declared as SessionState
protected  SessionState AsfAspect.state
           
protected  SessionState ProducerAspect.sessionState
           
 

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)
           
ProducerState(SessionState parent, ProducerDelegate delegate, Destination dest)
           
ConsumerState(SessionState parent, ConsumerDelegate delegate, Destination dest, java.lang.String selector, boolean noLocal, int consumerID, boolean isCC, int prefetchSize, 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.