|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceLifecycleEvent
This object contains information about a lifecycle event. Not all fields are valid for all lifecycle event types
Method Summary | |
---|---|
ActiveDescriptor<?> |
getActiveDescriptor()
The active descriptor that is being used for the operation. |
InstanceLifecycleEventType |
getEventType()
Gets the type of even this describes. |
Map<Injectee,Object> |
getKnownInjectees()
A map from the Injectee to the object actually used in the production, if known. |
Object |
getLifecycleObject()
The object that is being described by this event. |
Method Detail |
---|
InstanceLifecycleEventType getEventType()
ActiveDescriptor<?> getActiveDescriptor()
Object getLifecycleObject()
Map<Injectee,Object> getKnownInjectees()
Factory
or objects created by
third-parth (pre-reified) ActiveDescriptors. If this
method returns an empty map then the system knows that
nothing was injected into to produced object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |