| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.jvnet.hk2.internal |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
private InstanceLifecycleEventType |
InstanceLifecycleEventImpl.eventType |
| Modifier and Type | Method and Description |
|---|---|
InstanceLifecycleEventType |
InstanceLifecycleEventImpl.getEventType() |
| Constructor and Description |
|---|
InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType,
java.lang.Object lifecycleObject,
ActiveDescriptor<?> descriptor) |
InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType,
java.lang.Object lifecycleObject,
java.util.Map<Injectee,java.lang.Object> knownInjectees,
ActiveDescriptor<?> descriptor) |