|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LCActivateController
The controller interface for separate activation phase in the component lifecycle. Implementors of this controller may be externally activated and deactivated, allowing external scheduling or temporary deactivation of components.
| Method Summary | |
|---|---|
void |
activate()
Activate a component |
void |
deactivate()
Deactivate a component |
| Method Detail |
|---|
void activate()
throws LifeCycleException
LifeCycleException - if the component may not be activated
void deactivate()
throws LifeCycleException
LifeCycleException - if the component may not be deactivated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||