| Package | Description |
|---|---|
| com.entrust.toolkit.resourcemonitor |
Contains classes that provide resource monitoring capabilities.
|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeartbeatEvent
A HeartbeatEvent is derived from super class ResourceEvent.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceEventHandler.handleEvent(ResourceEvent event)
Handle the event specified in the ResourceEvent
|
void |
ResourceOutputHandler.handleEvent(ResourceEvent event) |
void |
ResourceEventProcessor.Notification(ResourceEvent event)
This method is called by a
Resource when it is determined that an
event notification should be triggered. |
void |
ResourceListener.Notification(ResourceEvent event)
This method is called by a
Resource when it is determined that an
event notification should be triggered. |
void |
Resource.sendNotification(ResourceEvent event)
Sends a ResourceEvent to any
ResourceListeners that have been
registered with this Resource. |
| 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) |