| org.jboss.ha.framework.server.util.TopologyMonitorServiceMBean
All known Subclasses: org.jboss.ha.framework.server.util.TopologyMonitorService,
TopologyMonitorServiceMBean | public interface TopologyMonitorServiceMBean extends ServiceMBean(Code) | | A utility mbean that monitors membership of a cluster parition
author: Scott.Stark@jboss.org version: $Revision: 57188 $ |
getClusterNodes | public Vector getClusterNodes()(Code) | | Get the current cluster parition membership info
a Vector of org.jgroups.Address implementations, for example,org.jgroups.stack.IpAddress |
getPartitionName | public String getPartitionName()(Code) | | Get the cluster parition name the mbean is monitoring
|
getTriggerServiceName | public ObjectName getTriggerServiceName()(Code) | | Get the trigger mbean to notify on cluster membership changes
|
setPartitionName | public void setPartitionName(String name)(Code) | | Set the cluster parition name the mbean is monitoring
|
setTriggerServiceName | public void setTriggerServiceName(ObjectName name)(Code) | | Set the trigger mbean to notify on cluster membership changes
|
|
|