org.glassfish.hk2
Interface Locator

All Known Subinterfaces:
Services

public interface Locator

Created by IntelliJ IDEA. User: dochez Date: 4/11/11 Time: 9:16 PM To change this template use File | Settings | File Templates.


Method Summary
<U> ServiceLocator<U>
byType(java.lang.Class<U> type)
           
 ServiceLocator<?> byType(java.lang.String typeName)
           
<U> ContractLocator<U>
forContract(java.lang.Class<U> contract)
           
 

Method Detail

forContract

<U> ContractLocator<U> forContract(java.lang.Class<U> contract)

byType

<U> ServiceLocator<U> byType(java.lang.Class<U> type)

byType

ServiceLocator<?> byType(java.lang.String typeName)


Copyright © 2011 Oracle Corporation. All Rights Reserved.