|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOFAStoppable
Interface for business code lifecycle notification.
Component is notified through this interface everytime it is going to be stopped.
Method Summary | |
---|---|
void |
stop()
Tells component to stop. |
void |
stopping()
Notify component that it is going to stop. |
Method Detail |
---|
void stopping()
This method does not block. It is only notification.
void stop()
This method blocks until component is prepared to be unloaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |