public class InstanceLifecycleEventImpl extends java.lang.Object implements InstanceLifecycleEvent
| Modifier and Type | Method and Description |
|---|---|
ActiveDescriptor<?> |
getActiveDescriptor() |
InstanceLifecycleEventType |
getEventType() |
java.util.Map<Injectee,java.lang.Object> |
getKnownInjectees() |
java.lang.Object |
getLifecycleObject() |
public InstanceLifecycleEventType getEventType()
getEventType in interface InstanceLifecycleEventpublic ActiveDescriptor<?> getActiveDescriptor()
getActiveDescriptor in interface InstanceLifecycleEventpublic java.lang.Object getLifecycleObject()
getLifecycleObject in interface InstanceLifecycleEventpublic java.util.Map<Injectee,java.lang.Object> getKnownInjectees()
getKnownInjectees in interface InstanceLifecycleEventCopyright © 2013 Oracle Corporation. All Rights Reserved.