Uses of Enum
org.glassfish.hk2.api.ServiceLocatorState
Packages that use ServiceLocatorState
-
Uses of ServiceLocatorState in org.glassfish.hk2.api
Subclasses with type arguments of type ServiceLocatorState in org.glassfish.hk2.apiModifier and TypeClassDescriptionenumThe possible states in which a service locator can be in.Methods in org.glassfish.hk2.api that return ServiceLocatorStateModifier and TypeMethodDescriptionServiceLocator.getState()Returns the current state of this service locator.static ServiceLocatorStateReturns the enum constant of this type with the specified name.static ServiceLocatorState[]ServiceLocatorState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceLocatorState in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as ServiceLocatorStateMethods in org.jvnet.hk2.internal that return ServiceLocatorState