org.jboss.aop.standalone
Class PluggableInstrumentor

java.lang.Object
  extended by org.jboss.aop.standalone.PluggableInstrumentor

public class PluggableInstrumentor
extends Object

Expose the Instrumentation interface to JVM.

Version:
$Revision: 37406 $
Author:
Bill Burke

Constructor Summary
PluggableInstrumentor()
           
 
Method Summary
static java.lang.instrument.Instrumentation getInstrumentor()
           
static void premain(String agentArgs, java.lang.instrument.Instrumentation inst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluggableInstrumentor

public PluggableInstrumentor()
Method Detail

getInstrumentor

public static java.lang.instrument.Instrumentation getInstrumentor()

premain

public static void premain(String agentArgs,
                           java.lang.instrument.Instrumentation inst)


Copyright © 2004 JBoss Inc. All Rights Reserved.