ehcache

Uses of Class
net.sf.ehcache.transaction.xa.processor.XARequest.RequestType

Packages that use XARequest.RequestType
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
 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.
 

Constructors in net.sf.ehcache.transaction.xa.processor with parameters of type XARequest.RequestType
XARequest(XARequest.RequestType requestType, Xid xid)
          Constructor
XARequest(XARequest.RequestType requestType, Xid xid, boolean onePhase)
          Constructor
 


ehcache

Copyright 2001-2014, Terracotta, Inc.