Package my.home.agent.ctx

Examples of my.home.agent.ctx.TraceSnapshot


   * cut is reached. Bootstrap whole trace agent execution environment - the
   * {@link ExecutionContext}.
   */
  public TraceAllAgent() {
    ctx = ExecutionContext.BOOTSTRAP.get(this);
    traceSnapshot = new TraceSnapshot(ctx.getTraceWriter());
  }
View Full Code Here

TOP

Related Classes of my.home.agent.ctx.TraceSnapshot

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.