Uses of Interface
com.bea.jvm.CodeGenerationStrategy

Packages that use CodeGenerationStrategy
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
com.bea.jvm.event Provides interfaces and classes for dealing with different types of management API events. 
 

Uses of CodeGenerationStrategy in com.bea.jvm
 

Methods in com.bea.jvm that return CodeGenerationStrategy
 CodeGenerationStrategy CompilationSystem.getCodeGenerationStrategy(java.lang.reflect.Method method)
          Returns the CodeGenerationStrategy that was used for generating the Method.
 CodeGenerationStrategy CompilationSystem.getCodeGenerationStrategy(java.lang.reflect.Constructor constructor)
          Returns the CodeGenerationStrategy for a Constructor.
 

Methods in com.bea.jvm with parameters of type CodeGenerationStrategy
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Method method, CodeGenerationStrategy strategy)
          Deprecated. Replaced. @see
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Constructor constructor, CodeGenerationStrategy strategy)
          Forces the compiler to generate code for the specified constructor using the specified CodeGenerationStrategy.
 

Uses of CodeGenerationStrategy in com.bea.jvm.event
 

Methods in com.bea.jvm.event that return CodeGenerationStrategy
 CodeGenerationStrategy CompilationEvent.getCodeGenerationStrategy()
          Returns the CodeGenerationStrategy that was used to compile the Method.
 

Constructors in com.bea.jvm.event with parameters of type CodeGenerationStrategy
CompilationEvent(java.lang.reflect.Method method, CodeGenerationStrategy strategy, long compilationTime)
          Constructor.
CompilationEvent(java.lang.reflect.Constructor constructor, CodeGenerationStrategy strategy, long compilationTime)
          Constructor.
CompilationEvent(java.lang.Object constructorOrMethod, CodeGenerationStrategy strategy, OptimizationLevel optimizationLevel, long compilationTime)
          Temporary Constructor that will be removed with all the other deprecated methods in the next release.