|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Disposable
Disposable
is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed.
Field Summary | |
---|---|
static String |
PHASE_NAME
|
Method Summary | |
---|---|
void |
dispose()
A lifecycle method where implementor should free up any resources. |
Field Detail |
---|
static final String PHASE_NAME
Method Detail |
---|
void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |