com.caucho.boot
Class ResinBootAgent

java.lang.Object
  extended by com.caucho.boot.ResinBootAgent

public class ResinBootAgent
extends java.lang.Object


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

Constructor Detail

ResinBootAgent

public ResinBootAgent()
Method Detail

getInstrumentation

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

premain

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

agentmain

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