FileDocCategorySizeDatePackage
HASingletonControllerMBean.javaAPI DocJBoss 4.2.12430Fri Jul 13 20:52:36 BST 2007org.jboss.ha.singleton

HASingletonControllerMBean

public interface HASingletonControllerMBean implements HASingletonSupportMBean
The management interface for the singleton controller service.
see
org.jboss.ha.singleton.HASingletonMBean
author
Ivelin Ivanov
author
Scott Stark
author
Marcus Redeker
author
Dimitris Andreadis
version
$Revision: 57824 $

Fields Summary
Constructors Summary
Methods Summary
public javax.management.ObjectNamegetTargetName()
The controlled target Singleton MBean

public java.lang.StringgetTargetStartMethod()
The target method to call when the Singleton is started

public java.lang.StringgetTargetStartMethodArgument()
The argument to pass to the start method of the singleton MBean

public java.lang.StringgetTargetStopMethod()
The target method to call when the Singleton is stopped

public java.lang.StringgetTargetStopMethodArgument()
The argument to pass to the stop method of the singleton MBean

public voidsetTargetName(javax.management.ObjectName targetObjectName)

public voidsetTargetStartMethod(java.lang.String targetStartMethod)

public voidsetTargetStartMethodArgument(java.lang.String targetStartMethodArgument)

public voidsetTargetStopMethod(java.lang.String targetStopMethod)

public voidsetTargetStopMethodArgument(java.lang.String targetStopMethodArgument)