| Package | Description |
|---|---|
| net.sf.appstatus.core | |
| net.sf.appstatus.core.services | |
| net.sf.appstatus.services |
| Modifier and Type | Method and Description |
|---|---|
List<IService> |
AppStatusServices.getServices()
Deprecated.
|
List<IService> |
AppStatus.getServices() |
| Modifier and Type | Method and Description |
|---|---|
IService |
IServiceManager.getService(String name,
String group)
Create or get the service definition identified by group and name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IService> |
IServiceManager.getServices()
List all current services.
|
| Modifier and Type | Method and Description |
|---|---|
IServiceMonitor |
IServiceManager.getMonitor(IService service)
Returns a monitor for a new service call.
|
| Constructor and Description |
|---|
AbstractLoggingServiceMonitor(IService service,
boolean enableLog,
boolean useThreadLocal) |
| Modifier and Type | Class and Description |
|---|---|
class |
Service |
| Modifier and Type | Method and Description |
|---|---|
IService |
InProcessServiceManager.getService(String name,
String group)
Create or get the service definition identified by group and name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IService> |
InProcessServiceManager.getServices()
List all current services.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(IService otherService) |
IServiceMonitor |
InProcessServiceManager.getMonitor(IService service)
Returns a monitor for a new service call.
|
Copyright © 2010–2016. All rights reserved.