Methods Summary |
---|
public ClusterPartitionMBean | getClusterPartition()Get the underlying partition used by this service.
|
public java.lang.String | getPartitionName()Gets the name of the HAPartition used by this service.
|
public void | setClusterPartition(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.
|
public void | setFarmDeployDirectory(java.lang.String urls)Backward compatibility, mapped to the URLs attribute of URLDeploymentScannerMBean
|
public void | setPartitionName(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.
|
public void | setScannerName(java.lang.String name)Backward compatibility, but ignored as it does nothing.
|