ehcache

net.sf.ehcache.transaction.xa
Interface PreparedCommand

All Known Implementing Classes:
PreparedCommandImpl

public interface PreparedCommand

This class store relevant information about a command, once it has been prepared

Author:
Nabib El-Rahman

Method Summary
 java.lang.Object getKey()
          Key of command
 boolean isWriteCommand()
          If this is write command (i.e.
 

Method Detail

getKey

java.lang.Object getKey()
Key of command

Returns:

isWriteCommand

boolean isWriteCommand()
If this is write command (i.e. put, remove)

Returns:

ehcache

true