Package | Description |
---|---|
net.sf.ehcache.transaction.xa.processor |
XAResource requests processor.
|
Modifier and Type | Field and Description |
---|---|
private XARequest.RequestType |
XARequest.requestType |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XARequest(XARequest.RequestType requestType,
javax.transaction.xa.Xid xid)
Constructor
|
XARequest(XARequest.RequestType requestType,
javax.transaction.xa.Xid xid,
boolean onePhase)
Constructor
|