| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceLocator
Defines common contract to locate JPS services
| Method Summary | ||
|---|---|---|
  | 
lookup(java.lang.Class<T> klass)Returns the ServiceInstance(s) that corresponds to the specified klass <p/> | 
|
| Method Detail | 
|---|
<T extends ServiceInstance> T lookup(java.lang.Class<T> klass)
                                 throws JpsException
ServiceInstance(s) that corresponds to the specified klass <p/>klass - type of ServiceInstance to be returned. This argument cannot be null.ServiceInstance(s) that corresponds to the specified klass, or null if not foundJpsException - if an error condition occurred during the lookup process
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||