org.jvnet.hk2.internal
Class InstanceLifecycleEventImpl

java.lang.Object
  extended by org.jvnet.hk2.internal.InstanceLifecycleEventImpl
All Implemented Interfaces:
InstanceLifecycleEvent

public class InstanceLifecycleEventImpl
extends java.lang.Object
implements InstanceLifecycleEvent

Author:
jwells

Method Summary
 ActiveDescriptor<?> getActiveDescriptor()
           
 InstanceLifecycleEventType getEventType()
           
 java.util.Map<Injectee,java.lang.Object> getKnownInjectees()
           
 java.lang.Object getLifecycleObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEventType

public InstanceLifecycleEventType getEventType()
Specified by:
getEventType in interface InstanceLifecycleEvent

getActiveDescriptor

public ActiveDescriptor<?> getActiveDescriptor()
Specified by:
getActiveDescriptor in interface InstanceLifecycleEvent

getLifecycleObject

public java.lang.Object getLifecycleObject()
Specified by:
getLifecycleObject in interface InstanceLifecycleEvent

getKnownInjectees

public java.util.Map<Injectee,java.lang.Object> getKnownInjectees()
Specified by:
getKnownInjectees in interface InstanceLifecycleEvent


Copyright © 2013 Oracle Corporation. All Rights Reserved.