Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation, pursuant to the terms and conditions set forth in the Pre-Release Evaluation Agreement ("Agreement"). Please click on and read the Agreement prior to your use of the information.

JavaTM 2 Platform
Standard Ed. 6.0

Draft (Build 37)

Uses of Package
java.lang.instrument

Packages that use java.lang.instrument
java.lang.instrument Provides services that allow Java programming language agents to instrument programs running on the JVM. 
 

Classes in java.lang.instrument used by java.lang.instrument
ClassDefinition
          This class serves as a parameter block to the Instrumentation.redefineClasses method.
ClassFileTransformer
          An agent provides an implementation of this interface in order to transform class files.
ClassLoaderConfigurationError
          Thrown by an implementation of Instrumentation.appendToBootstrapClassLoaderSearch(java.util.jar.JarFile) or Instrumentation.appendToSystemClassLoaderSearch(java.util.jar.JarFile) when a JAR file contains a class with the same name as a class already loaded by a class loader that is a descendent of the target loader.
IllegalClassFormatException
          Thrown by an implementation of ClassFileTransformer.transform when its input parameters are invalid.
UnmodifiableClassException
          Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
 


JavaTM 2 Platform
Standard Ed. 6.0

Draft (Build 37)

Submit a bug or feature

Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.