| Package | Description |
|---|---|
| com.caucho.env.health | |
| com.caucho.env.meter | |
| com.caucho.env.service | |
| com.caucho.env.shutdown | |
| com.caucho.env.warning |
| Modifier and Type | Class and Description |
|---|---|
class |
HealthStatusService
A service that any component can use to send notifications about health
status changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeterService |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResinSubSystem
Interface for a service registered with the Resin Server.
|
class |
CdiSystem |
class |
RootDirectorySystem
Root service for the root and data directories.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ResinSubSystem> |
ResinSystem.addServiceIfAbsent(java.lang.Class<?> serviceApi,
T service)
Adds a new service.
|
<T extends ResinSubSystem> |
ResinSystem.addServiceIfAbsent(T service)
Adds a new service.
|
static <T extends ResinSubSystem> |
ResinSystem.getCurrentService(java.lang.Class<T> serviceClass)
Returns the current identified service.
|
<T extends ResinSubSystem> |
ResinSystem.getService(java.lang.Class<T> cl)
Returns the service for the given class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResinSystem.addService(java.lang.Class<?> serviceApi,
ResinSubSystem service)
Adds a new service.
|
void |
ResinSystem.addService(ResinSubSystem service)
Adds a new service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownSystem
The ShutdownSystem manages the Resin shutdown and includes a timeout
thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WarningService
The WarningService is a general way to send warning and critical
system messages such as shutdown messages.
|