org.codehaus.activespace.cache.impl
Class CompositeCacheCommand
java.lang.Object
org.codehaus.activespace.cache.impl.CacheCommand
org.codehaus.activespace.cache.impl.CompositeCacheCommand
- All Implemented Interfaces:
- Serializable
- public class CompositeCacheCommand
- extends CacheCommand
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeCacheCommand
public CompositeCacheCommand()
addCommand
public void addCommand(CacheCommand command)
removeCommand
public void removeCommand(CacheCommand command)
run
public void run(TransactionalCacheManager cacheManager)
- Specified by:
run in class CacheCommand
getOriginator
public String getOriginator()
- Description copied from class:
CacheCommand
- Returns the orignator (the thread which initiated the command)
- Specified by:
getOriginator in class CacheCommand
isEmpty
public boolean isEmpty()
Copyright © 2004 Protique, Ltd.. All Rights Reserved.