jrun.jms.wrapper.enterprise
Class JRunXAConnectionWrapper

jrun.jms.wrapper.enterprise.AbstractConnectionWrapper
  |
  +--jrun.jms.xa.JRunXAConnectionImpl
        |
        +--jrun.jms.wrapper.enterprise.JRunXAConnectionWrapper
All Implemented Interfaces:
ConnectionWrapper, JRunXAConnection, StateObject
Direct Known Subclasses:
JRunXARestrictedConnectionWrapper

public class JRunXAConnectionWrapper
extends JRunXAConnectionImpl
implements ConnectionWrapper


Fields inherited from interface jrun.jms.wrapper.enterprise.ConnectionWrapper
InvalidOperation
 
Fields inherited from interface jrun.jms.wrapper.enterprise.StateObject
STATUS_CLOSED, STATUS_MARKED_CLOSED, STATUS_STARTED, STATUS_STOPPED, STATUS_UNDEFINED, STATUS_WAIT
 
Constructor Summary
JRunXAConnectionWrapper()
           
 
Method Summary
 javax.jms.QueueSession createQueueSession(boolean transacted, int acknowledgeMode)
           
 javax.jms.TopicSession createTopicSession(boolean transacted, int acknowledgeMode)
           
 boolean isMDBOriginated()
           
 boolean isTransacted()
           
 
Methods inherited from class jrun.jms.xa.JRunXAConnectionImpl
close, createXAQueueSession, createXATopicSession, initXAQueueSession, initXATopicSession, onSessionClose, setDelegate
 
Methods inherited from class jrun.jms.wrapper.enterprise.AbstractConnectionWrapper
addSession, cleanUpSessions, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, getClientID, getConnectionStatus, getDelegate, getExceptionListener, getInvokerType, getMetaData, getUsePTPDomain, getXADelegate, hasSessionInTransaction, removeSession, setClientID, setConnectionStatus, setExceptionListener, setInvokerType, setUsePTPDomain, start, stop, transactionInProgress
 
Methods inherited from interface jrun.jms.wrapper.enterprise.ConnectionWrapper
getDelegate, getXADelegate, setDelegate
 

Constructor Detail

JRunXAConnectionWrapper

public JRunXAConnectionWrapper()
Method Detail

isMDBOriginated

public boolean isMDBOriginated()

isTransacted

public boolean isTransacted()
Specified by:
isTransacted in interface ConnectionWrapper
Overrides:
isTransacted in class JRunXAConnectionImpl

createQueueSession

public javax.jms.QueueSession createQueueSession(boolean transacted,
                                                 int acknowledgeMode)
                                          throws javax.jms.JMSException
Overrides:
createQueueSession in class JRunXAConnectionImpl

createTopicSession

public javax.jms.TopicSession createTopicSession(boolean transacted,
                                                 int acknowledgeMode)
                                          throws javax.jms.JMSException
Overrides:
createTopicSession in class JRunXAConnectionImpl


Copyright � 2002 Macromedia Corporation. All Rights Reserved.