Package com.springsource.insight.intercept.trace

Examples of com.springsource.insight.intercept.trace.SimpleFrameBuilder.enter()


    private Trace createLifecycleEndPointTrace() {
        Operation operation = new Operation()
                .type(LifecycleEndPointAnalyzer.SERVLET_LISTENER_TYPE)
                .put("event", "start");
        SimpleFrameBuilder builder = new SimpleFrameBuilder();
        builder.enter(operation);
        Frame httpFrame = builder.exit();
        return Trace.newInstance(app, TraceId.valueOf("0"), httpFrame);
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.