Uses of Class
net.sf.ehcache.transaction.xa.processor.XARequest.RequestType
-
Packages that use XARequest.RequestType Package Description net.sf.ehcache.transaction.xa.processor XAResource requests processor. -
-
Uses of XARequest.RequestType in net.sf.ehcache.transaction.xa.processor
Methods in net.sf.ehcache.transaction.xa.processor that return XARequest.RequestType Modifier and Type Method Description XARequest.RequestTypeXARequest. getRequestType()static XARequest.RequestTypeXARequest.RequestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XARequest.RequestType[]XARequest.RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.ehcache.transaction.xa.processor with parameters of type XARequest.RequestType Constructor Description XARequest(XARequest.RequestType requestType, javax.transaction.xa.Xid xid)ConstructorXARequest(XARequest.RequestType requestType, javax.transaction.xa.Xid xid, boolean onePhase)Constructor
-