Uses of Class
org.glassfish.hk2.api.ServiceLocatorState
-
Packages that use ServiceLocatorState Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of ServiceLocatorState in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return ServiceLocatorState Modifier and Type Method Description ServiceLocatorStateServiceLocator. getState()Returns the current state of this service locator.static ServiceLocatorStateServiceLocatorState. valueOf(java.lang.String name)Returns 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 ServiceLocatorState Modifier and Type Field Description private ServiceLocatorStateServiceLocatorImpl. stateMethods in org.jvnet.hk2.internal that return ServiceLocatorState Modifier and Type Method Description ServiceLocatorStateServiceLocatorImpl. getState()
-