|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.arooa.Lifecycle
Various utility methods used in the lifecycle of a component.
| Constructor Summary | |
Lifecycle()
|
|
| Method Summary | |
static void |
destroy(java.lang.Object object)
If an object has a destroy method then call it. |
static void |
destroy(java.lang.Object[] objects)
Destroy an array of objects. |
static void |
init(java.lang.Object object)
If an object has an init method then invoke it. |
static boolean |
setContext(java.lang.Object object,
ArooaContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Lifecycle()
| Method Detail |
public static boolean setContext(java.lang.Object object,
ArooaContext context)
public static void init(java.lang.Object object)
object - The object.public static void destroy(java.lang.Object[] objects)
objects - The objectspublic static void destroy(java.lang.Object object)
object - The object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||