|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XARequest.RequestType | |
|---|---|
| net.sf.ehcache.transaction.xa | This package contains the functionality to provide XA support to a transactional Cache. |
| Uses of XARequest.RequestType in net.sf.ehcache.transaction.xa |
|---|
| Methods in net.sf.ehcache.transaction.xa that return XARequest.RequestType | |
|---|---|
XARequest.RequestType |
XARequest.getRequestType()
|
static XARequest.RequestType |
XARequest.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 with parameters of type XARequest.RequestType | |
|---|---|
XARequest(XARequest.RequestType requestType,
javax.transaction.Transaction txn,
javax.transaction.xa.Xid xid)
Constructor |
|
XARequest(XARequest.RequestType requestType,
javax.transaction.Transaction txn,
javax.transaction.xa.Xid xid,
int flags)
Constructor |
|
XARequest(XARequest.RequestType requestType,
javax.transaction.Transaction txn,
javax.transaction.xa.Xid xid,
int flags,
boolean onePhase)
Constructor |
|
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||