Uses of Class
org.glassfish.hk2.api.ServiceLocatorState

Packages that use ServiceLocatorState
org.glassfish.hk2.api   
 

Uses of ServiceLocatorState in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return ServiceLocatorState
 ServiceLocatorState ServiceLocator.getState()
          Returns the current state of this service locator.
static ServiceLocatorState ServiceLocatorState.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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.