org.jboss.ha.framework.server
public interface: FarmMemberServiceMBean [javadoc |
source]
All Known Implementing Classes:
FarmMemberService
MBean interface for FarmMemberService
- author:
< - a href="mailto:bill@jboss.org">Bill Burke
- version:
$ - Revision: 63972 $
20020809 bill burke:
| Field Summary |
|---|
| ObjectName | OBJECT_NAME | The default object name. |
| 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. |