Package | Description |
---|---|
net.sf.ehcache.transaction.xa.processor |
XAResource requests processor.
|
Modifier and Type | Method and Description |
---|---|
XARequest.RequestType |
XARequest.getRequestType() |
static XARequest.RequestType |
XARequest.RequestType.valueOf(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,
Xid xid)
Constructor
|
XARequest(XARequest.RequestType requestType,
Xid xid,
boolean onePhase)
Constructor
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.