|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexComponent
Defines the lifecycle interface for FlexComponents, allowing the server to manage the running state of server components through a consistent interface.
| Method Summary | |
|---|---|
boolean |
isStarted()
Indicates whether the component is started and running. |
void |
start()
Invoked to start the component. |
void |
stop()
Invoked to stop the component. |
| Methods inherited from interface flex.messaging.FlexConfigurable |
|---|
initialize |
| Method Detail |
|---|
void start()
FlexConfigurable.initialize(String, flex.messaging.config.ConfigMap) method inherited
from the FlexConfigurable interface must be invoked before this method is invoked.
Once this method returns, FlexComponent.isStarted() must return true.
void stop()
FlexComponent.isStarted() must return false.
boolean isStarted()
true if the component has started;
otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/FlexComponent.html