|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleController
public class ManagedLifecycleController
Controller class to manage the lifecycles of a set of managed instances.
Constructor Summary | |
---|---|
ManagedLifecycleController(java.util.Collection<ManagedLifecycle> lifecycles)
Construct the controller to manage the specified managed lifecycle instances. |
Method Summary | |
---|---|
void |
restart()
Restart the lifecyles for the managed instances. |
void |
setScheduleProvider(ScheduleProvider scheduleProvider)
|
void |
start()
Start the lifecyles for the managed instances. |
void |
stop()
Stop the lifecyles for the managed instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedLifecycleController(java.util.Collection<ManagedLifecycle> lifecycles)
lifecycles
- The managed lifecycle instances.Method Detail |
---|
public void start() throws ManagedLifecycleException
ManagedLifecycleException
- For errors during the lifecycle start.public void restart() throws ManagedLifecycleException
ManagedLifecycleException
- For errors during the lifecycle restart.public void stop() throws ManagedLifecycleException
ManagedLifecycleException
- For errors during the lifecycle stop.public void setScheduleProvider(ScheduleProvider scheduleProvider)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |