Uses of Package
org.jboss.ha.framework.interfaces

Packages that use org.jboss.ha.framework.interfaces
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Classes in org.jboss.ha.framework.interfaces used by org.jboss.ha.framework.interfaces
ClusterNode
          Abstract identifier for a member of an @{link HAPartition}.
DistributedReplicantManager
          DistributedReplicantManager is a service on top of HAPartition that provides a cluster-wide distributed state which is node-specific.
DistributedReplicantManager.ReplicantListener
          When a particular key in the DistributedReplicantManager table gets modified, all listeners will be notified of replicant changes for that key.
DistributedState
          Deprecated. Use JBoss Cache for distributed caching
DistributedState.DSListener
          Deprecated. use the DSListenerEx instead
DistributedState.DSListenerEx
          Deprecated. A generalization of the DSListener that supports the Serializable key type.
EventListener
          Generic event listener interface for handling an event.
HAPartition
          HAPartition is an abstraction of the communication framework, providing access to clustered services such as Distributed State, Distributed Replicant Manager and RPC.
HAPartition.HAMembershipExtendedListener
          Extends HAMembershipListener to receive notification when a network-partition merge occurs.
HAPartition.HAMembershipListener
          When a new node joins the cluster or an existing node leaves the cluster (or simply dies), membership events are raised.
HAPartition.HAPartitionStateTransfer
          State management is highly important for clustered services.
HAService
          Basic interface for clustered services
HAServiceKeyProvider
          Provides the key used to identify a service within the HAPartition, DistributedReplicantManager, etc.
HASingletonElectionPolicy
          HASingletonElectionPolicy.
HASingletonLifecycle
          Basic interface for clustered singleton services
HASingletonMBean
          HA-Singleton interface.
ResponseFilter
          Interface defining when a group request is done, allowing early termination of a group request based on logic implemented by the caller.
 

Classes in org.jboss.ha.framework.interfaces used by org.jboss.ha.framework.server
CachableMarshalledValue
          IMarshalledValue subinterface intended for implementations that intend to hold onto a ref to deserialized form of the object they wrap.
ClusterNode
          Abstract identifier for a member of an @{link HAPartition}.
DistributedReplicantManager.ReplicantListener
          When a particular key in the DistributedReplicantManager table gets modified, all listeners will be notified of replicant changes for that key.
EventListener
          Generic event listener interface for handling an event.
HAPartition
          HAPartition is an abstraction of the communication framework, providing access to clustered services such as Distributed State, Distributed Replicant Manager and RPC.
HAService
          Basic interface for clustered services
HAServiceKeyProvider
          Provides the key used to identify a service within the HAPartition, DistributedReplicantManager, etc.
HASingleton
          Basic interface for HA-Singleton services.
HASingletonElectionPolicy
          HASingletonElectionPolicy.
HASingletonLifecycle
          Basic interface for clustered singleton services
HASingletonMBean
          HA-Singleton interface.
ObjectStreamSource
          Object that provides implementations of ObjectInput and ObjectOutput.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.