org.aspectj.weaver.tools.cache
Class AsynchronousFileCacheBacking.AbstractCommand

java.lang.Object
  extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
Direct Known Subclasses:
AsynchronousFileCacheBacking.ClearCommand, AsynchronousFileCacheBacking.KeyedCommand, AsynchronousFileCacheBacking.UpdateIndexCommand
Enclosing class:
AsynchronousFileCacheBacking

public abstract static class AsynchronousFileCacheBacking.AbstractCommand
extends java.lang.Object
implements AsynchronousFileCacheBacking.AsyncCommand


Constructor Summary
protected AsynchronousFileCacheBacking.AbstractCommand(AsynchronousFileCacheBacking backing)
           
 
Method Summary
 AsynchronousFileCacheBacking getCache()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousFileCacheBacking.AbstractCommand

protected AsynchronousFileCacheBacking.AbstractCommand(AsynchronousFileCacheBacking backing)
Method Detail

getCache

public final AsynchronousFileCacheBacking getCache()
Specified by:
getCache in interface AsynchronousFileCacheBacking.AsyncCommand
Returns:
The AsynchronousFileCacheBacking on which this command is supposed to be executed
See Also:
AsynchronousFileCacheBacking.executeCommand(AsyncCommand)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object