public class TraceHandlerEvent extends Object implements OMTraceHandlerEvent, Serializable
trace event.| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
context |
protected String |
message |
protected Throwable |
throwable |
protected long |
timeStamp |
protected OMTracer |
tracer |
| Constructor and Description |
|---|
TraceHandlerEvent(OMTracer tracer,
Class<?> context,
String message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContext() |
String |
getMessage() |
Throwable |
getThrowable() |
long |
getTimeStamp() |
OMTracer |
getTracer() |
protected long timeStamp
protected OMTracer tracer
protected Class<?> context
protected String message
protected Throwable throwable
public long getTimeStamp()
getTimeStamp in interface OMTraceHandlerEventpublic OMTracer getTracer()
getTracer in interface OMTraceHandlerEventpublic Class<?> getContext()
getContext in interface OMTraceHandlerEventpublic String getMessage()
getMessage in interface OMTraceHandlerEventpublic Throwable getThrowable()
getThrowable in interface OMTraceHandlerEventCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html