|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.StorePutCommand
net.sf.ehcache.transaction.StorePutWithWriterCommandImpl
public class StorePutWithWriterCommandImpl
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 | |
---|---|
StorePutWithWriterCommandImpl(Element element)
Constructs a put command for an Element |
Method Summary | |
---|---|
boolean |
execute(CacheWriterManager cacheWriterManager)
Executes the command on some cacheWriterManager |
java.lang.String |
getCommandName()
|
Methods inherited from class net.sf.ehcache.transaction.StorePutCommand |
---|
execute, getElement, isPut, isRemove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorePutWithWriterCommandImpl(Element element)
element
- to put in the store on StorePutCommand.execute(net.sf.ehcache.store.Store)
Method Detail |
---|
public boolean execute(CacheWriterManager cacheWriterManager)
execute
in interface Command
execute
in class StorePutCommand
cacheWriterManager
- the CacheWriterManager on which to execute the command
public java.lang.String getCommandName()
getCommandName
in interface Command
getCommandName
in class StorePutCommand
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |