|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycled
Internal interface to register hooks with the life cycle of Cache
or
CacheManager
instances.
Method Summary | |
---|---|
void |
close()
Callback used by internal life cycling infrastructure when transitioning from Status.AVAILABLE to Status.UNINITIALIZED
Throwing an Exception here, will fail the transition |
void |
init()
Callback used by internal life cycling infrastructure when transitioning from Status.UNINITIALIZED to Status.AVAILABLE
Throwing an Exception here, will fail the transition |
Method Detail |
---|
void init() throws java.lang.Exception
Status.UNINITIALIZED
to Status.AVAILABLE
java.lang.Exception
- to veto transitionvoid close() throws java.lang.Exception
Status.AVAILABLE
to Status.UNINITIALIZED
java.lang.Exception
- to veto transition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |