|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.StoreRemoveCommand
net.sf.ehcache.transaction.StoreRemoveWithWriterCommand
public class StoreRemoveWithWriterCommand
Field Summary |
---|
Fields inherited from interface net.sf.ehcache.transaction.Command |
---|
EXPIRE_ALL_ELEMENTS, NULL, PUT, PUT_WITH_WRITER, REMOVE, REMOVE_ALL, REMOVE_WITH_WRITER |
Constructor Summary | |
---|---|
StoreRemoveWithWriterCommand(CacheEntry entry)
Constructs a remove command for a cache entry |
Method Summary | |
---|---|
boolean |
execute(CacheWriterManager cacheWriterManager)
Executes the command on some cacheWriterManager |
java.lang.String |
getCommandName()
|
Methods inherited from class net.sf.ehcache.transaction.StoreRemoveCommand |
---|
execute, getEntry, getKey, isPut, isRemove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreRemoveWithWriterCommand(CacheEntry entry)
entry
- to remove from the store on StorePutCommand.execute(net.sf.ehcache.store.Store)
Method Detail |
---|
public boolean execute(CacheWriterManager cacheWriterManager)
execute
in interface Command
execute
in class StoreRemoveCommand
cacheWriterManager
- the CacheWriterManager on which to execute the command
public java.lang.String getCommandName()
getCommandName
in interface Command
getCommandName
in class StoreRemoveCommand
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |