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

Packages that use Operation
org.glassfish.hk2.api   
 

Uses of Operation in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return Operation
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.hk2.api with parameters of type Operation
 boolean Validator.validate(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee)
          This method is called whenever it has been determined that a validating class is to be injected into an injection point, or when a descriptor is being looked up explicitly with the API, or a descriptor is being bound or unbound into the registry.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.