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