| Home >> All >> org >> jboss >> ha >> framework >> [ server Javadoc ] |
| | org.jboss.ha.framework.server.util.* (5) |
org.jboss.ha.framework.server: Javadoc index of package org.jboss.ha.framework.server.
Package Samples:
org.jboss.ha.framework.server.util
Classes:
TopologyMonitorService: A cluster parition membership monitor. It can be used to view how the nodes in a cluster are seeing the topology change using either email or a centralized log server. To use this to send email on change notifications use the following log4j.xml fragments: You can also have this service notify another MBean of the change to perform arbitrary checks by specifying the MBean name as the TriggerServiceName attribute value. This MBean must have an operation with the following signature: param: removed ArrayList of nodes that were removed param: added ArrayList of nodes that were added param: members ...
DistributedTimedCachePolicy: An implementation of a timed cache. This is a cache whose entries have a limited lifetime with the ability to refresh their lifetime. The entries managed by the cache implement the TimedCachePolicy.TimedEntry interface. If an object inserted into the cache does not implement this interface, it will be wrapped in a DefaultTimedEntry and will expire without the possibility of refresh after getDefaultLifetime() seconds. This is a lazy cache policy in that objects are not checked for expiration until they are accessed.
HAManagementService: This class enables a client to get a management view (JSR-77) on a JBoss Cluster. It contains the entire logic to map all the {@link org.jboss.management.j2ee.J2EEManagedObject Managed Object (MO) of all the nodes in the cluster to one MO. The same applies to State Management and Performance Statistics.
HAPartitionImpl: This class is an abstraction class for a JGroups RPCDispatch and JChannel. It is a default implementation of HAPartition for the JGroups framework
HATarget: This class is a holder and manager of replicants. It manages lists of replicated objects and changes the list as the HAPartition notifies it.
ClusterPartition: Management Bean for Cluster HAPartitions. It will start a JGroups channel and initialize the ReplicantManager and DistributedStateService.
ClusterPartitionMBean: Management Bean for Cluster HAPartitions. It will start a JGroups channel and initialize the ReplicantManager and DistributedStateService.
PingJndi: A utility MBean that can be used as the trigger target of the TopologyMonitorService to probe the state of JNDI on the cluster nodes.
HARMIServerImpl: This class is a server-side proxy for replicated RMI objects.
TopologyMonitorServiceMBean: A utility mbean that monitors membership of a cluster parition
DistributedStateImpl: This class manages distributed state across the cluster.
DistributedReplicantManagerImplMBean: Used as a static MBean interface for the DRM service
DistributedReplicantManagerImpl: This class manages replicated objects.
DistributedStateImplMBean
FarmMemberService
FarmMemberServiceMBean
PingJndiMBean
| Home | Contact Us | Privacy Policy | Terms of Service |