|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 |
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||