Methods Summary |
---|
public void | callMethodOnPartition(java.lang.String methodName, java.lang.Object[] args)Convenience method for broadcasting a call to all members
of a partition.
|
public org.jboss.ha.framework.server.ClusterPartitionMBean | getClusterPartition()Get the underlying partition used by this service.
|
public java.io.Serializable | getDistributedState(java.lang.String key)Convenience method for sharing state across a cluster partition.
Delegates to the DistributedStateService
|
public java.lang.String | getPartitionName()Name of the underlying partition that determine the cluster to use.
|
public void | sendNotification(javax.management.Notification notification)Broadcast the notification to the remote listener nodes (if any) and then
invoke super.sendNotification() to notify local listeners.
|
public void | setClusterPartition(org.jboss.ha.framework.server.ClusterPartitionMBean clusterPartition)Sets the underlying partition used by this service.
Can be set only when the MBean is not in a STARTED or STARTING state.
|
public void | setDistributedState(java.lang.String key, java.io.Serializable value)Convenience method for sharing state across a cluster partition.
Delegates to the DistributedStateService
|
public void | setPartitionName(java.lang.String partitionName)Set the name of the underlying partition that determine the cluster to use.
Can be set only when the MBean is not in a STARTED or STARTING state.
|