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, waitcacheHit, context, correlationId, error, executionTime, failure, failure, nestedCall, setLogFormat, setLoggerpublic AbstractServiceMonitor(boolean useThreadLocal)
useThreadLocal - public void beginCall(Object... parameters)
IServiceMonitorbeginCall in interface IServiceMonitorparameters - operation parameterspublic void endCall()
IServiceMonitorendCall in interface IServiceMonitorCopyright © 2010–2016. All rights reserved.