org.terracotta.modules.ehcache.xa
Class PreparedCommandClusteredImpl

java.lang.Object
  extended by org.terracotta.modules.ehcache.xa.PreparedCommandClusteredImpl
All Implemented Interfaces:
net.sf.ehcache.transaction.xa.PreparedCommand

public class PreparedCommandClusteredImpl
extends Object
implements net.sf.ehcache.transaction.xa.PreparedCommand


Constructor Summary
PreparedCommandClusteredImpl(Object key, boolean isWrite)
           
 
Method Summary
 Object getKey()
           
 boolean isWriteCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreparedCommandClusteredImpl

public PreparedCommandClusteredImpl(Object key,
                                    boolean isWrite)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface net.sf.ehcache.transaction.xa.PreparedCommand

isWriteCommand

public boolean isWriteCommand()
Specified by:
isWriteCommand in interface net.sf.ehcache.transaction.xa.PreparedCommand


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