| Package | Description |
|---|---|
| com.entrust.toolkit.resourcemonitor |
Contains classes that provide resource monitoring capabilities.
|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| Class and Description |
|---|
| PollableResource
A PollableResource represent an Object which is periodically polled to
determine the status of the Object.
|
| Resource
The Resource class is a representation of a resource that is periodically
polled to determine the status of the resource.
|
| ResourceEvent
The ResourceEvent is the base class for all types of ResourceEvents that
can occur.
|
| ResourceEventHandler
A ResourceEventHandler is an object which handles a
ResourceEvent. |
| ResourceEventProcessor
The ResourceEventProcessor is a
ResourceListener that can be used
to process ResourceEvent notifications. |
| ResourceListener
The ResourceListener is a Listener that can be attached to a
Resource
to allow any Java Object that implements this interface to know about
a ResourceEvent. |
| Class and Description |
|---|
| PollableResource
A PollableResource represent an Object which is periodically polled to
determine the status of the Object.
|
| Resource
The Resource class is a representation of a resource that is periodically
polled to determine the status of the resource.
|
| ResourceEvent
The ResourceEvent is the base class for all types of ResourceEvents that
can occur.
|
| ResourceEventHandler
A ResourceEventHandler is an object which handles a
ResourceEvent. |
| ResourceMonitor
A ResourceMonitor is an object which can be used to monitor
many
Resource objects. |