org.jboss.ha.framework.server
Interface FarmMemberServiceMBean

All Known Implementing Classes:
FarmMemberService

Deprecated. No longer used since 5.0.0; will be removed in 6.0.0

public interface FarmMemberServiceMBean

MBean interface for FarmMemberService

Version:
$Revision: 86549 $

20020809 bill burke:

Author:
Bill Burke

Field Summary
static ObjectName OBJECT_NAME
          Deprecated. The default object name.
 
Method Summary
 org.jboss.ha.framework.interfaces.HAPartition getHAPartition()
          Deprecated. Get the underlying partition used by this service.
 String getPartitionName()
          Deprecated. Gets the name of the partition used by this service.
 void setHAPartition(org.jboss.ha.framework.interfaces.HAPartition clusterPartition)
          Deprecated. Sets the underlying partition used by this service.
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
Deprecated. 
The default object name.

Method Detail

getPartitionName

String getPartitionName()
Deprecated. 
Gets the name of the partition used by this service. This is a convenience method as the partition name is an attribute of HAPartition.

Returns:
the name of the partition

getHAPartition

org.jboss.ha.framework.interfaces.HAPartition getHAPartition()
Deprecated. 
Get the underlying partition used by this service.

Returns:
the partition

setHAPartition

void setHAPartition(org.jboss.ha.framework.interfaces.HAPartition clusterPartition)
Deprecated. 
Sets the underlying partition used by this service. Can be set only when the MBean is not in a STARTED or STARTING state.

Parameters:
clusterPartition - the partition


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.