|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpsContext
JPS Application Context <p/> User: rkng Date: Nov 3, 2005 Time: 3:02:00 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
java.lang.String |
getName()Returns the name of this context |
ServiceInstance |
getServiceInstance(java.lang.Class serviceInstanceClass)Returns the ServiceInstance that corresponds to the specified serviceInstanceClass <p/> If this JpsContext does not contain a ServiceInstance of the specified type, then null is returned. |
java.util.Collection |
getServiceInstances()Returns all ServiceInstance(s) associated with this context. |
java.util.Collection |
getServiceInstances(java.lang.Class serviceInstanceClass)Returns the ServiceInstance(s) that corresponds to the specified serviceInstanceClass <p/> |
| Method Detail |
|---|
java.lang.String getName()
ServiceInstance getServiceInstance(java.lang.Class serviceInstanceClass)
ServiceInstance that corresponds to the specified serviceInstanceClass <p/> If this JpsContext does not contain a ServiceInstance of the specified type, then null is returned. <p/> If this JpsContext contains multiple ServiceInstances of the specified type, then the first ServiceInstance referenced in this JpsContext is returned.serviceInstanceClass - class of desired ServiceInstanceServiceInstance associated with this contextjava.util.Collection getServiceInstances(java.lang.Class serviceInstanceClass)
ServiceInstance(s) that corresponds to the specified serviceInstanceClass <p/>serviceInstanceClass - type of ServiceInstance to be returned. This argument cannot be null.ServiceInstance(s) that corresponds to the specified serviceInstanceClass, or null if not foundjava.util.Collection getServiceInstances()
ServiceInstance(s) associated with this context.ServiceInstance(s) associated with this context.
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||