Package | Description |
---|---|
net.sf.appstatus.core | |
net.sf.appstatus.core.services | |
net.sf.appstatus.services | |
net.sf.appstatus.support.aop |
Modifier and Type | Method and Description |
---|---|
IServiceMonitor |
AppStatusServices.getServiceMonitor(String name,
String group)
Deprecated.
|
IServiceMonitor |
AppStatus.getServiceMonitor(String name,
String group) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggingServiceMonitor
Default support implementation, with logging.
|
class |
AbstractServiceMonitor |
Modifier and Type | Method and Description |
---|---|
static IServiceMonitor |
ServiceMonitorLocator.getCurrentServiceMonitor() |
IServiceMonitor |
IServiceManager.getMonitor(IService service)
Returns a monitor for a new service call.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceCall |
Modifier and Type | Method and Description |
---|---|
IServiceMonitor |
InProcessServiceManager.getMonitor(IService service)
Returns a monitor for a new service call.
|
Modifier and Type | Method and Description |
---|---|
IServiceMonitor |
IPreServiceCallback.getMonitor(IServiceManager serviceManager,
org.aopalliance.intercept.MethodInvocation invocation)
This method allows to create the AppStatus monitor according to the
invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
IPostServiceCallback.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 |
IPostServiceCallback.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 |
IPreServiceCallback.setup(IServiceMonitor monitor,
org.aopalliance.intercept.MethodInvocation invocation)
This method allows to setup the AppStatus monitor according to the
invocation.
|
Copyright © 2010–2016. All rights reserved.