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

java.lang.Object
  extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
      extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
          extended by org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.InsertCommand
All Implemented Interfaces:
AsynchronousFileCacheBacking.AsyncCommand
Enclosing class:
AsynchronousFileCacheBacking

public static class AsynchronousFileCacheBacking.InsertCommand
extends AsynchronousFileCacheBacking.KeyedCommand


Constructor Summary
AsynchronousFileCacheBacking.InsertCommand(AsynchronousFileCacheBacking cache, java.lang.String keyValue, byte[] classBytes)
           
 
Method Summary
 byte[] getClassBytes()
           
 
Methods inherited from class org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.KeyedCommand
getKey, toString
 
Methods inherited from class org.aspectj.weaver.tools.cache.AsynchronousFileCacheBacking.AbstractCommand
getCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousFileCacheBacking.InsertCommand

public AsynchronousFileCacheBacking.InsertCommand(AsynchronousFileCacheBacking cache,
                                                  java.lang.String keyValue,
                                                  byte[] classBytes)
Method Detail

getClassBytes

public final byte[] getClassBytes()