Drools :: Compiler 6.2.0.Final

org.drools.compiler.kie.builder.impl
Class AbstractKieModule.CompilationCacheEntry

java.lang.Object
  extended by org.drools.compiler.kie.builder.impl.AbstractKieModule.CompilationCacheEntry
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractKieModule

public static class AbstractKieModule.CompilationCacheEntry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 byte[] bytecode
           
 String className
           
 
Constructor Summary
AbstractKieModule.CompilationCacheEntry(String className, byte[] bytecode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final String className

bytecode

public final byte[] bytecode
Constructor Detail

AbstractKieModule.CompilationCacheEntry

public AbstractKieModule.CompilationCacheEntry(String className,
                                               byte[] bytecode)

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.