| Package | Description |
|---|---|
| com.entrust.toolkit.resourcemonitor |
Contains classes that provide resource monitoring capabilities.
|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceEvent.getResource()
Returns the Resource
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMonitor.addResource(Resource resource)
Add a Resource for Monitoring.
|
ResourceEvent |
PollableResource.checkStatus(Resource resource)
Checks the status of the object which implements this interface
and return a
ResourceEvent based on the outcome of this check. |
void |
ResourceMonitor.removeResource(Resource resource)
Remove a Resource from the list of registered Resources.
|
| Constructor and Description |
|---|
HeartbeatEvent(java.lang.String message,
int eventType,
Resource resource)
Constructor for a HeartbeatEvent type.
|
ResourceEvent(java.lang.String message,
int eventType,
Resource resource)
A ResourceEvent requires a message indicating the status
of the event, the type of event that occured, and the Resource that
was the source of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceEvent |
ManagerTransport.checkStatus(Resource resource)
This method checks if the CA services provided by the
ManagerTransport object are available.
|
ResourceEvent |
ManagerTransportWithSMProxy.checkStatus(Resource resource) |