org.codehaus.activespace.cache.impl
Class CompositeCacheCommand

java.lang.Object
  extended byorg.codehaus.activespace.cache.impl.CacheCommand
      extended byorg.codehaus.activespace.cache.impl.CompositeCacheCommand
All Implemented Interfaces:
Serializable

public class CompositeCacheCommand
extends CacheCommand

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
CompositeCacheCommand()
           
 
Method Summary
 void addCommand(CacheCommand command)
           
 String getOriginator()
          Returns the orignator (the thread which initiated the command)
 boolean isEmpty()
           
 void removeCommand(CacheCommand command)
           
 void run(TransactionalCacheManager cacheManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeCacheCommand

public CompositeCacheCommand()
Method Detail

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.