|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAResourceType
Interface used by all XAResource objecrts that are wrapped.
Method Summary | |
---|---|
boolean |
compare(XAResourceType type)
If any one of the resources are configured with a policy of "OneForPhysicalConnection", then compare physical connection. |
javax.jms.Connection |
getConnection()
Retrieves the physical JMS connection object. |
java.lang.String |
getRMPolicy()
Retrieve the RM policy |
java.lang.Object |
getWrappedObject()
Retrieve the XAResource object wrapped. |
void |
setConnection(javax.jms.Connection con)
Set the physical jms connection object associated with this XAResource wrapper |
void |
setRMPolicy(java.lang.String policy)
Set the Resource Manager policy |
Method Detail |
---|
java.lang.Object getWrappedObject()
void setRMPolicy(java.lang.String policy)
java.lang.String getRMPolicy()
boolean compare(XAResourceType type)
javax.jms.Connection getConnection()
void setConnection(javax.jms.Connection con)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |