|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.xa.PreparedCommandImpl
public class PreparedCommandImpl
Default implementation of PreparedCommand
.
Constructor Summary | |
---|---|
PreparedCommandImpl(java.lang.Object key,
boolean isWrite)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
getKey()
Key of command |
boolean |
isWriteCommand()
If this is write command (i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreparedCommandImpl(java.lang.Object key, boolean isWrite)
key
- isWrite
- Method Detail |
---|
public java.lang.Object getKey()
getKey
in interface PreparedCommand
public boolean isWriteCommand()
isWriteCommand
in interface PreparedCommand
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |