Uses of Class
org.glassfish.hk2.api.InstanceLifecycleEventType
-
Packages that use InstanceLifecycleEventType Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of InstanceLifecycleEventType in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return InstanceLifecycleEventType Modifier and Type Method Description InstanceLifecycleEventType
InstanceLifecycleEvent. getEventType()
Gets the type of event this describes.static InstanceLifecycleEventType
InstanceLifecycleEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InstanceLifecycleEventType[]
InstanceLifecycleEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstanceLifecycleEventType in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as InstanceLifecycleEventType Modifier and Type Field Description private InstanceLifecycleEventType
InstanceLifecycleEventImpl. eventType
Methods in org.jvnet.hk2.internal that return InstanceLifecycleEventType Modifier and Type Method Description InstanceLifecycleEventType
InstanceLifecycleEventImpl. getEventType()
Constructors in org.jvnet.hk2.internal with parameters of type InstanceLifecycleEventType Constructor Description InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType, java.lang.Object lifecycleObject, java.util.Map<Injectee,java.lang.Object> knownInjectees, ActiveDescriptor<?> descriptor)
InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType, java.lang.Object lifecycleObject, ActiveDescriptor<?> descriptor)
-