public abstract class AbstractServiceMonitor extends Object implements IServiceMonitor
Constructor and Description |
---|
AbstractServiceMonitor(boolean useThreadLocal)
This class implements Thread local support for ServiceMonitor.
|
Modifier and Type | Method and Description |
---|---|
void |
beginCall(Object... parameters)
Notify of the beginning of a call to a service.
|
void |
endCall()
Notify the end of a call to a service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cacheHit, context, correlationId, error, executionTime, failure, failure, nestedCall, setLogFormat, setLogger
public AbstractServiceMonitor(boolean useThreadLocal)
useThreadLocal
- public void beginCall(Object... parameters)
IServiceMonitor
beginCall
in interface IServiceMonitor
parameters
- operation parameterspublic void endCall()
IServiceMonitor
endCall
in interface IServiceMonitor
Copyright © 2010–2016. All rights reserved.