FileDocCategorySizeDatePackage
TopologyMonitorServiceMBean.javaAPI DocJBoss 4.2.12063Fri Jul 13 20:52:38 BST 2007org.jboss.ha.framework.server.util

TopologyMonitorServiceMBean

public interface TopologyMonitorServiceMBean implements org.jboss.system.ServiceMBean
A utility mbean that monitors membership of a cluster parition
author
Scott.Stark@jboss.org
version
$Revision: 57188 $

Fields Summary
Constructors Summary
Methods Summary
public java.util.VectorgetClusterNodes()
Get the current cluster parition membership info

return
a Vector of org.jgroups.Address implementations, for example, org.jgroups.stack.IpAddress

public java.lang.StringgetPartitionName()
Get the cluster parition name the mbean is monitoring

public javax.management.ObjectNamegetTriggerServiceName()
Get the trigger mbean to notify on cluster membership changes

public voidsetPartitionName(java.lang.String name)
Set the cluster parition name the mbean is monitoring

public voidsetTriggerServiceName(javax.management.ObjectName name)
Set the trigger mbean to notify on cluster membership changes