public interface IPostServiceCallback
AppStatusServiceInterceptor
.Modifier and Type | Method and Description |
---|---|
void |
handleException(IServiceMonitor monitor,
org.aopalliance.intercept.MethodInvocation invocation,
Exception e)
This method allows to analyze an exception and call monitor#failure() or
monitor#error() if necessary.
|
void |
handleResult(IServiceMonitor monitor,
org.aopalliance.intercept.MethodInvocation invocation,
Object result)
This method allows to analyze the result of a service call and call
monitor#failure() or monitor#error() if necessary.
|
void handleException(IServiceMonitor monitor, org.aopalliance.intercept.MethodInvocation invocation, Exception e)
monitor
- invocation
- e
- void handleResult(IServiceMonitor monitor, org.aopalliance.intercept.MethodInvocation invocation, Object result)
monitor
- invocation
- result
- object returned by method call.Copyright © 2010–2016. All rights reserved.