FileDocCategorySizeDatePackage
FarmMemberServiceMBean.javaAPI DocJBoss 4.2.12912Fri Jul 13 20:52:38 BST 2007org.jboss.ha.framework.server

FarmMemberServiceMBean

public interface FarmMemberServiceMBean implements org.jboss.deployment.scanner.URLDeploymentScannerMBean
author
Bill Burke
version
$Revision: 57188 $

20020809 bill burke:

  • Initial import

Fields Summary
ObjectName
OBJECT_NAME
The default object name.
Constructors Summary
Methods Summary
public ClusterPartitionMBeangetClusterPartition()
Get the underlying partition used by this service.

return
the partition

public java.lang.StringgetPartitionName()
Gets the name of the HAPartition used by this service.

return
the name of the partition
deprecate
use {@link #getClusterPartition()}

public voidsetClusterPartition(ClusterPartitionMBean clusterPartition)
Sets the underlying partition used by this service. Can be set only when the MBean is not in a STARTED or STARTING state.

param
clusterPartition the partition

public voidsetFarmDeployDirectory(java.lang.String urls)
Backward compatibility, mapped to the URLs attribute of URLDeploymentScannerMBean

deprecated

public voidsetPartitionName(java.lang.String name)
Sets the name of the HAPartition used by this service. Can be set only when the MBean is not in a STARTED or STARTING state.

param
name the name of the partition
deprecate
use {@link #setClusterPartition()}

public voidsetScannerName(java.lang.String name)
Backward compatibility, but ignored as it does nothing.

deprecated