当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
InstrumentationSavingAgent (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.instrument
Class InstrumentationSavingAgent
java.lang.Object
org.springframework.instrument.InstrumentationSavingAgent
public class InstrumentationSavingAgent
- extends Object
Java agent that saves the Instrumentation interface
from the JVM for later use.
- Since:
- 2.0
- Author:
- Rod Johnson
- See Also:
InstrumentationLoadTimeWeaver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentationSavingAgent
public InstrumentationSavingAgent()
premain
public static void premain(String agentArgs,
Instrumentation inst)
- Save the Instrumentation interface exposed by the JVM.
getInstrumentation
public static Instrumentation getInstrumentation()
- Return the Instrumentation interface exposed by the JVM.
Copyright © 2002-2007 The Spring Framework.