ClusterDAOService |
Internal interface of the Cluster DAO.
|
ClusterEvent |
A ClusterEvent represents an event that has been sent to the cluster, represented by a set of cluster
nodes.
|
ClusterEventHandle |
A Cluster Event handle is returned when an event is sent to the cluster.
|
ClusterEventListener |
A service that implements Cluster event listener receives cluster events sent by the
Cluster utility service.
|
ClusterEventParameter |
A ClusterEventParameter represents the specific argument supplied with a ClusterEvent.
|
ClusterEventReturnValue |
A ClusterEventReturnValue represents the result of a processed ClusterEvent.
|
ClusterNode |
A ClusterNode represents a node in the cluster.
|
ClusterUtilityService |
The ClusterUtilityService provided utility methods to retrieve information about the nodes
that make up the cluster and to broadcast events from one node to the other.
|