站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

InstrumentationSavingAgent (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.instrument
Class InstrumentationSavingAgent

java.lang.Object
  extended by 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

Constructor Summary
InstrumentationSavingAgent()
           
 
Method Summary
static Instrumentation getInstrumentation()
          Return the Instrumentation interface exposed by the JVM.
static void premain(String agentArgs, Instrumentation inst)
          Save the Instrumentation interface exposed by the JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationSavingAgent

public InstrumentationSavingAgent()
Method Detail

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.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.