Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.framework » server » [javadoc | source]
org.jboss.ha.framework.server
public interface: FarmMemberServiceMBean [javadoc | source]

All Known Implementing Classes:
    FarmMemberService

MBean interface for FarmMemberService
Field Summary
 ObjectName OBJECT_NAME    The default object name. 
Method from org.jboss.ha.framework.server.FarmMemberServiceMBean Summary:
getHAPartition,   getPartitionName,   setHAPartition
Method from org.jboss.ha.framework.server.FarmMemberServiceMBean Detail:
 public HAPartition getHAPartition()
    Get the underlying partition used by this service.
 public String getPartitionName()
    Gets the name of the partition used by this service. This is a convenience method as the partition name is an attribute of HAPartition.
 public  void setHAPartition(HAPartition clusterPartition)
    Sets the underlying partition used by this service. Can be set only when the MBean is not in a STARTED or STARTING state.