|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BarrierControllerMBean
BarrierController service interface
Field Summary |
---|
Fields inherited from interface org.jboss.system.ListenerServiceMBean |
---|
SL_FILTER_ELEMENT, SL_FILTER_FACTORY_ATTRIBUTE, SL_MBEAN_ELEMENT, SL_MBEAN_HANDBACK_ATTRIBUTE, SL_MBEAN_NAME_ATTRIBUTE, SL_NOTIFICATION_ELEMENT, SL_NOTIFICATION_TYPE_ATTRIBUTE, SL_ROOT_ELEMENT |
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 | |
---|---|
Boolean |
getBarrierEnabledOnStartup()
|
ObjectName |
getBarrierObjectName()
|
String |
getBarrierStateString()
The controlled barrier StateString |
Boolean |
getDynamicSubscriptions()
|
String |
getStartBarrierHandback()
|
String |
getStopBarrierHandback()
|
void |
setBarrierEnabledOnStartup(Boolean enableOnStartup)
The initial state of the barrier |
void |
setBarrierObjectName(ObjectName barrierName)
The controlled barrier ObjectName |
void |
setDynamicSubscriptions(Boolean dynamicSubscriptions)
The ability to dynamically subscribe for notifications |
void |
setStartBarrierHandback(String startHandback)
The notification subscription handback string that starts the barrier |
void |
setStopBarrierHandback(String stopHandback)
The notification subscription handback string that stops the barrier |
void |
startBarrier()
Manually start the controlled barrier |
void |
stopBarrier()
Manually stop the controlled barrier |
Methods inherited from interface org.jboss.system.ListenerServiceMBean |
---|
setSubscriptionList |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
String getBarrierStateString()
void setBarrierObjectName(ObjectName barrierName)
ObjectName getBarrierObjectName()
void setBarrierEnabledOnStartup(Boolean enableOnStartup)
Boolean getBarrierEnabledOnStartup()
void setStartBarrierHandback(String startHandback)
String getStartBarrierHandback()
void setStopBarrierHandback(String stopHandback)
String getStopBarrierHandback()
void setDynamicSubscriptions(Boolean dynamicSubscriptions)
Boolean getDynamicSubscriptions()
void startBarrier()
void stopBarrier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |