|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.internal.InstanceLifecycleEventImpl
public class InstanceLifecycleEventImpl
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public InstanceLifecycleEventType getEventType()
InstanceLifecycleEvent
getEventType
in interface InstanceLifecycleEvent
public ActiveDescriptor<?> getActiveDescriptor()
InstanceLifecycleEvent
getActiveDescriptor
in interface InstanceLifecycleEvent
public Object getLifecycleObject()
InstanceLifecycleEvent
getLifecycleObject
in interface InstanceLifecycleEvent
public Map<Injectee,Object> getKnownInjectees()
InstanceLifecycleEvent
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.
getKnownInjectees
in interface InstanceLifecycleEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |