|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.container.LifecycleVisitor
public class LifecycleVisitor
| Constructor Summary | |
|---|---|
LifecycleVisitor(Method method,
Class<?> ofType,
boolean visitInInstantiationOrder,
boolean ignoreError)
|
|
| Method Summary | |
|---|---|
static void |
dispose(Container container)
Invoke the standard Container lifecycle for Disposable.dispose(). |
static void |
start(Container container)
Invoke the standard Container lifecycle for Startable.start(). |
static void |
stop(Container container)
Invoke the standard Container lifecycle for Startable.stop(). |
void |
visitContainer(Container container)
Visit a Container that has to accept the visitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleVisitor(Method method,
Class<?> ofType,
boolean visitInInstantiationOrder,
boolean ignoreError)
| Method Detail |
|---|
public void visitContainer(Container container)
ContainerVisitorContainer that has to accept the visitor.
visitContainer in interface ContainerVisitorcontainer - the visited container.public static void start(Container container)
Startable.start().
node - The node to start the traversal.public static void stop(Container container)
Startable.stop().
node - The node to start the traversal.public static void dispose(Container container)
Disposable.dispose().
node - The node to start the traversal.
|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||