| |
|
| org.jboss.ha.singleton.HASingletonControllerMBean
All known Subclasses: org.jboss.ha.singleton.HASingletonController,
getTargetName | ObjectName getTargetName()(Code) | | The controlled target Singleton MBean
|
getTargetStartMethod | String getTargetStartMethod()(Code) | | The target method to call when the Singleton is started
|
getTargetStartMethodArgument | String getTargetStartMethodArgument()(Code) | | The argument to pass to the start method of the singleton MBean
|
getTargetStopMethod | String getTargetStopMethod()(Code) | | The target method to call when the Singleton is stopped
|
getTargetStopMethodArgument | String getTargetStopMethodArgument()(Code) | | The argument to pass to the stop method of the singleton MBean
|
setTargetStartMethod | void setTargetStartMethod(String targetStartMethod)(Code) | | |
setTargetStartMethodArgument | void setTargetStartMethodArgument(String targetStartMethodArgument)(Code) | | |
setTargetStopMethod | void setTargetStopMethod(String targetStopMethod)(Code) | | |
setTargetStopMethodArgument | void setTargetStopMethodArgument(String targetStopMethodArgument)(Code) | | |
|
|
|