org.terracotta.modules.ehcache.xa
Class EhcacheXAStoreClusteredImpl.Version

java.lang.Object
  extended by org.terracotta.modules.ehcache.xa.EhcacheXAStoreClusteredImpl.Version
Enclosing class:
EhcacheXAStoreClusteredImpl

public static class EhcacheXAStoreClusteredImpl.Version
extends Object


Constructor Summary
EhcacheXAStoreClusteredImpl.Version()
           
 
Method Summary
 void checkinRead(XidClustered xid)
           
 void checkinWrite(XidClustered xid)
           
 long checkout(XidClustered xid)
           
 long getVersion()
           
 boolean noCheckout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheXAStoreClusteredImpl.Version

public EhcacheXAStoreClusteredImpl.Version()
Method Detail

getVersion

public long getVersion()

noCheckout

public boolean noCheckout()

checkout

public long checkout(XidClustered xid)

checkinRead

public void checkinRead(XidClustered xid)

checkinWrite

public void checkinWrite(XidClustered xid)


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.