API Overview API Index Direct link to this page
JDK 1.6
  Package: java.lang.instrument
Author(s)
Since
JDK1.5
Version
Serial
Description
  Provides services that allow Java programming language agents to instrument programs running on the JVM.
See also:   
ClassDefinition View Source This class serves as a parameter block to the Instrumentation.redefineClasses method.
ClassFileTransformer View Source An agent provides an implementation of this interface in order to transform class files.
IllegalClassFormatException View Source Thrown by an implementation of ClassFileTransformer.transform when its input parameters are invalid.
Instrumentation View Source This class provides services needed to instrument Java programming language code.
UnmodifiableClassException View Source Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar