org.crsh.standalone
Class Agent

java.lang.Object
  extended by org.crsh.standalone.Agent

public class Agent
extends Object

Author:
Julien Viet

Field Summary
private  Instrumentation instrumentation
          .
private static org.slf4j.Logger log
          .
 
Constructor Summary
Agent(Instrumentation instrumentation)
           
 
Method Summary
static void agentmain(String agentArgs, Instrumentation inst)
           
 void main(List<String> jars, List<String> cmds, List<String> confs, List<String> properties, Integer port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.slf4j.Logger log
.


instrumentation

private final Instrumentation instrumentation
.

Constructor Detail

Agent

public Agent(Instrumentation instrumentation)
Method Detail

agentmain

public static void agentmain(String agentArgs,
                             Instrumentation inst)
                      throws Exception
Throws:
Exception

main

public void main(List<String> jars,
                 List<String> cmds,
                 List<String> confs,
                 List<String> properties,
                 Integer port)
          throws Exception
Throws:
Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.