jrun.jms.wrapper.enterprise
Interface ConnectionWrapper

All Superinterfaces:
StateObject
All Known Subinterfaces:
JRunXAConnection
All Known Implementing Classes:
AbstractConnectionWrapper, JRunXAConnectionWrapper

public interface ConnectionWrapper
extends StateObject


Field Summary
static java.lang.String InvalidOperation
           
 
Fields inherited from interface jrun.jms.wrapper.enterprise.StateObject
STATUS_CLOSED, STATUS_MARKED_CLOSED, STATUS_STARTED, STATUS_STOPPED, STATUS_UNDEFINED, STATUS_WAIT
 
Method Summary
 javax.jms.Connection getDelegate()
           
 javax.jms.XAConnection getXADelegate()
           
 boolean isTransacted()
           
 void setDelegate(javax.jms.Connection connection)
           
 

Field Detail

InvalidOperation

public static final java.lang.String InvalidOperation
Method Detail

getDelegate

public javax.jms.Connection getDelegate()

getXADelegate

public javax.jms.XAConnection getXADelegate()

setDelegate

public void setDelegate(javax.jms.Connection connection)

isTransacted

public boolean isTransacted()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.