Home » jboss-5.0.0.CR1-src » org.jboss.ha.framework » server »

org.jboss.ha.framework.server

Sub Packages:

org.jboss.ha.framework.server.util    

Interfaces:

AsynchEventHandler.AsynchEventProcessor   Interface implemented by classes able to process the objects placed into an AsynchEventHandler's queue.  code | html
ClusterPartitionMBean   MBean interface for ClusterPartition.  code | html
DistributedReplicantManagerImplMBean   MBean interface for the Distributed Replicant Manager (DRM) service  code | html
DistributedStateImplMBean   MBean interface for the Distributed State (DS) service  code | html
FarmMemberServiceMBean   MBean interface for FarmMemberService  code | html
JChannelFactoryMBean   StandardMBean interface for JChannelFactory code | html

Classes:

AsynchEventHandler   Utility class that accepts objects into a queue and maintains a separate thread that reads them off the queue and passes them to a registered "processor".  code | html
ClusterFileTransfer   Handles transfering files on the cluster.  code | html
ClusterFileTransfer.FileContentChunk   For representing filetransfer state on the wire.  code | html
ClusterFileTransfer.FilePullOperation   Represents file pull operation.  code | html
ClusterFileTransfer.FilePushOperation   Represents file push operation.  code | html
ClusterFileTransferException   Exception wrapper class  code | html
ClusterNodeImpl   Replacement for a JG IpAddress that doesn't base its representation on the JG address but on the computed node name added to the IPAddress instead.  code | html
ClusterPartition   HAPartition implementation based on a JGroups RpcDispatcher and a multiplexed JChannel code | html
ClusterPartition.ChannelConnectTask     code | html
ClusterPartition.HAServiceResponse   Used internally when an RPC call requires a custom classloader for unmarshalling  code | html
ClusterPartition.MessageListenerAdapter     code | html
ClusterPartition.NoHandlerForRPC   Returned when an RPC call arrives for a service that isn't registered.  code | html
ClusterPartition.RequestMarshallerImpl     code | html
ClusterPartition.ResponseMarshallerImpl     code | html
ClusterPartition.RpcHandler   Overrides RpcDispatcher.Handle so that we can dispatch to many different objects.  code | html
ClusterPartition.StateStreamEnd     code | html
ClusterPartition.ThreadGate   Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net ThreadGate

Recloseable gate using wait and notifyAll 

code | html
ClusterPartition.ViewChangeEvent   A simple data class containing the view change event needed to notify the HAMembershipListeners  code | html
DistributedReplicantManagerImpl   This class manages replicated objects.  code | html
DistributedReplicantManagerImpl.KeyChangeEvent     code | html
DistributedReplicantManagerImpl.MembersPublisher     code | html
DistributedReplicantManagerImpl.MergeMembers     code | html
DistributedStateImpl   This class manages distributed state across the cluster.  code | html
FarmMemberService     code | html
HAManagementService   This class enables a client to get a management view (JSR-77) on a JBoss Cluster.  code | html
HAPartitionImpl   This class is an abstraction class for a JGroups RPCDispatch and JChannel.  code | html
HAPartitionImpl.AsynchViewChangeHandler   The Runnable that handles the asynchronous listener notifications  code | html
HAPartitionImpl.NoHandlerForRPC     code | html
HAPartitionImpl.ViewChangeEvent   A simply data class containing the view change event needed to message the HAMembershipListeners  code | html
HARMIServerImpl   This class is a server-side proxy for replicated RMI objects.  code | html
HARMIServerImpl.RefreshProxiesHATarget     code | html
HATarget   This class is a holder and manager of replicants.  code | html
JChannelFactory   Extension to the JGroups JChannelFactory that supports a number of JBoss AS-specific behaviors:

  • Passing a config event to newly created channels containing "additional_data" that will be associated with the JGroups IpAddress for the peer. 
code | html
JChannelFactory.JmxDeregistrationChannelListener     code | html
JChannelFactory.ThreadDecoratorImpl     code | html