Uses of Interface
org.glassfish.hk2.ContractLocator

Packages that use ContractLocator
org.glassfish.hk2   
 

Uses of ContractLocator in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return ContractLocator
 ContractLocator<T> ContractLocator.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations)
          Qualify this ContractLocator to identify services have the given annotations.
<U> ContractLocator<U>
Locator.forContract(java.lang.Class<U> contract)
          Retrieve a service locator via a contract class.
 ContractLocator<?> Locator.forContract(java.lang.String contractName)
          See Locator.forContract(Class), with the exception that the type is provided as a string instead of a class instance.
<U> ContractLocator<U>
Locator.forContract(TypeLiteral<U> typeLiteral)
          See Locator.forContract(Class), with the exception that the type is a TypeLiteral, a parameterized type.
 ContractLocator<T> ContractLocator.in(Scope scope)
          Qualify this ContractLocator to identify services that are scoped scope.
 ContractLocator<T> ContractLocator.named(java.lang.String name)
          Qualify this ContractLocator to identify services that are named name.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.