ehcache

net.sf.ehcache.transaction.xa
Interface XidTransactionID

All Superinterfaces:
Serializable, TransactionID
All Known Implementing Classes:
ExpiredXidTransactionIDImpl, XidTransactionIDImpl

public interface XidTransactionID
extends TransactionID

A special TransactionID using a XID internally

Author:
Ludovic Orban

Method Summary
 String getCacheName()
          Get the name of the associated Ehcache resource.
 Xid getXid()
          Get the XID of this transaction ID
 

Method Detail

getXid

Xid getXid()
Get the XID of this transaction ID

Returns:
the XID

getCacheName

String getCacheName()
Get the name of the associated Ehcache resource.

Returns:
the Ehcache resource name

ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.