C D E F G I O P R S T U 

C

containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

D

DEFAULT_ASYNC_WAIT - Static variable in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
The default timeout in milliseconds (to wait for async service types).
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

E

event(RunLevelControllerImpl.Worker, RunLevelControllerImpl.ListenerEvent, Throwable, boolean) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 

F

findOrCreate(ActiveDescriptor<T>, ServiceHandle<?>) - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

G

getCurrentRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
The current run level state.
getCurrentRunLevel() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getDescription(boolean) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getPlannedRunLevel() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
The planned run level state.
getPlannedRunLevel() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getRecorders() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getRecordersToRelease(int) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
getRunLevelMode(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
Get the run level mode from the metadata of the given descriptor.
getRunLevelValue(Descriptor) - Static method in class org.glassfish.hk2.runlevel.utilities.Utilities
Get the run level value from the metadata of the given descriptor.
getScope() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

I

interrupt() - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Causes this RunLevelController to attempt to stop any in-flight proceedTo() operation.
interrupt() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
isActive() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

O

onCancelled(RunLevelController, int, boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when an RunLevelController implementation's proceedTo() operation has been canceled for some reason.
onError(RunLevelController, Throwable, boolean) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when a service throws an exception during lifecycle orchestration.
onProgress(RunLevelController) - Method in interface org.glassfish.hk2.runlevel.RunLevelListener
Called when the RunLevelController advances in some tangible way.
org.glassfish.hk2.runlevel - package org.glassfish.hk2.runlevel
 
org.glassfish.hk2.runlevel.internal - package org.glassfish.hk2.runlevel.internal
 
org.glassfish.hk2.runlevel.utilities - package org.glassfish.hk2.runlevel.utilities
 

P

proceedTo(int) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Causes this RunLevelController to move to the specified run level for all RunLevel instances (identified by RunLevelControllerIndicator), orchestrating the appropriate lifecycle events.
proceedTo(int) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 

R

recordActivation(ActiveDescriptor<?>) - Method in interface org.glassfish.hk2.runlevel.RunLevelController
Record the activation the run level service associated with the given descriptor.
recordActivation(ActiveDescriptor<?>) - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
RunLevel - Annotation Type in org.glassfish.hk2.runlevel
Defines a run/start level.
RUNLEVEL_MODE_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The metadata key for run level mode.
RUNLEVEL_MODE_NON_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
Services set to have a non-validating run level mode will be activated by their associated run level service or through injection into another service.
RUNLEVEL_MODE_VALIDATING - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
Services set to have a validating run level mode will be activated and deactivated by their associated run level service but may also be activated through injection into another service.
RUNLEVEL_VAL_IMMEDIATE - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The immediate run level.
RUNLEVEL_VAL_INITIAL - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The initial run level.
RUNLEVEL_VAL_META_TAG - Static variable in annotation type org.glassfish.hk2.runlevel.RunLevel
The metadata key for run level value.
RunLevelContext - Class in org.glassfish.hk2.runlevel.internal
Run level context.
RunLevelContext() - Constructor for class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
RunLevelController - Interface in org.glassfish.hk2.runlevel
Implementations of this contract are responsible for orchestration lifecycle events (i.e., start levels) in Hk2.
RunLevelControllerImpl - Class in org.glassfish.hk2.runlevel.utilities
The default RunLevelController implementation for Hk2.
RunLevelControllerImpl() - Constructor for class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 
RunLevelControllerImpl.Interrupt - Exception in org.glassfish.hk2.runlevel.utilities
 
RunLevelException - Exception in org.glassfish.hk2.runlevel
Exception related to the operations of the RunLevelController.
RunLevelException(String) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
RunLevelException(Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
RunLevelException(String, Throwable) - Constructor for exception org.glassfish.hk2.runlevel.RunLevelException
 
RunLevelListener - Interface in org.glassfish.hk2.runlevel
Implementations of RunLevelController should use this contract for publishing RunLevel events.

S

shutdown() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 
sort(List<ActiveDescriptor<?>>) - Method in interface org.glassfish.hk2.runlevel.Sorter
Sort the given list of run level service descriptors.
Sorter - Interface in org.glassfish.hk2.runlevel
Contract for sorting descriptors for run level services.
supportsNullCreation() - Method in class org.glassfish.hk2.runlevel.internal.RunLevelContext
 

T

toString() - Method in class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl
 

U

Utilities - Class in org.glassfish.hk2.runlevel.utilities
Run level service related utilities.
Utilities() - Constructor for class org.glassfish.hk2.runlevel.utilities.Utilities
 
C D E F G I O P R S T U 

Copyright © 2013 Oracle Corporation. All Rights Reserved.