|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of object managed by this lifecycle.public interface CommonLifecycle<T>
Beans that have a lifecycle and can be controlled via their lifecycle implement this interface. Based on the Sakai K2 lifecycle interface -AZ
| Method Summary | |
|---|---|
void |
destroy()
Destroy the managed bean entirely. |
T |
getManagedBean()
Gets a reference to the bean that is being managed inside this lifecycle. |
void |
start()
Starts the bean. |
void |
stop()
Stops the bean. |
| Method Detail |
|---|
void start()
void stop()
T getManagedBean()
void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||