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
| 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 |
JRunXAConnectionWrapper
public JRunXAConnectionWrapper()
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.