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