org.crsh.standalone
Class Agent

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

public class Agent
extends Object


Field Summary
private  Instrumentation instrumentation
          .
private static Logger log
          .
 
Constructor Summary
Agent(Instrumentation instrumentation)
           
 
Method Summary
static void agentmain(String agentArgs, Instrumentation inst)
           
 void main(String cmd, String conf, 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 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(String cmd,
                 String conf,
                 List<String> properties,
                 Integer port)
          throws Exception
Throws:
Exception


Copyright © 2015 eXo Platform SAS. All Rights Reserved.