|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The namangement interface for the singleton controller service.
HASingletonMBean
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
javax.management.ObjectName |
getTargetName()
|
String |
getTargetStartMethod()
|
String |
getTargetStartMethodArgument()
|
String |
getTargetStopMethod()
|
String |
getTargetStopMethodArgument()
|
void |
setTargetName(javax.management.ObjectName targetObjectName)
Sets the fully qualified JMX MBean Object Name of the Schedulable MBean to be called. |
void |
setTargetStartMethod(String targetStartMethod)
Sets the start method name to be called on the Singleton MBean. |
void |
setTargetStartMethodArgument(String targetStartMethodArgument)
Sets the argument to be passed to the start method of the Singleton MBean. |
void |
setTargetStopMethod(String targetStopMethod)
Sets the stop method name to be called on the Singleton MBean. |
void |
setTargetStopMethodArgument(String targetStopMethodArgument)
Sets the argument to be passed to the stop method of the Singleton MBean. |
Methods inherited from interface org.jboss.ha.singleton.HASingletonMBean |
isMasterNode |
Methods inherited from interface org.jboss.ha.jmx.HAServiceMBean |
callMethodOnPartition, getDistributedState, getPartitionName, sendNotification, setDistributedState, setPartitionName |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
public javax.management.ObjectName getTargetName()
public void setTargetName(javax.management.ObjectName targetObjectName)
InvalidParameterException
- If the given value is an valid Object Name.public String getTargetStartMethod()
public void setTargetStartMethod(String targetStartMethod)
InvalidParameterException
- If the given value is not of the right
formatpublic String getTargetStartMethodArgument()
public void setTargetStartMethodArgument(String targetStartMethodArgument)
InvalidParameterException
- If the given value is not of the right
formatpublic String getTargetStopMethod()
public void setTargetStopMethod(String targetStopMethod)
public String getTargetStopMethodArgument()
public void setTargetStopMethodArgument(String targetStopMethodArgument)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |