|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentContextExtension
An extension of the OSOA ComponentContext that provides access to collections of references.
| Method Summary | ||
|---|---|---|
|
getServiceReferences(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
Returns a Collection of typed service reference for a business interface type and a reference name. |
|
|
getServices(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
Returns a Collection of typed service proxies for a business interface type and a reference name. |
|
| Methods inherited from interface org.osoa.sca.ComponentContext |
|---|
cast, createSelfReference, createSelfReference, getProperty, getRequestContext, getService, getServiceReference, getURI |
| Method Detail |
|---|
<B> java.util.Collection<B> getServices(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
B - the Java type of the business interface for the referencebusinessInterface - the interface that will be used to invoke the servicereferenceName - the name of the reference
<B> java.util.Collection<org.osoa.sca.ServiceReference<B>> getServiceReferences(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
B - the Java type of the business interface for the referencebusinessInterface - the interface that will be used to invoke the servicereferenceName - the name of the reference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||