|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleStateEnabled
Objects that have an associated lifecycle manager such as Service
or Connector
should
implement this interface so that the registry lifecycle manager can introspect the lifecycle state of an object.
This allows objects to have a different lifecycle state to the registry. Typically objects that ahve their own lifecycle manager
can be controlled externally through JMX which means there is no guarantee that the state of the object is in the same
lifecycle state of the registry, hence the need to introspect the lifecycle state of an object.
Method Summary | |
---|---|
LifecycleState |
getLifecycleState()
|
Method Detail |
---|
LifecycleState getLifecycleState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |