| 
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 | |||||||||
java.lang.Object
  
oracle.security.jps.service.JpsServiceLocator
public abstract class JpsServiceLocator
Allows clients to lookup services via a ServiceLocator
| Constructor Summary | |
|---|---|
JpsServiceLocator() | 
|
| Method Summary | ||
|---|---|---|
static ServiceLocator | 
getServiceLocator()Returns the default ServiceLocator  | 
|
abstract
  | 
lookup(java.lang.Class<T> klass)Returns the ServiceInstance(s) that corresponds to the specified klass <p/> | 
|
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JpsServiceLocator()
| Method Detail | 
|---|
public static ServiceLocator getServiceLocator()
public abstract <T extends ServiceInstance> T lookup(java.lang.Class<T> klass)
                                          throws JpsException
ServiceLocatorServiceInstance(s) that corresponds to the specified klass <p/>lookup in interface ServiceLocatorklass - 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 | |||||||||