|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceReference | |
|---|---|
| org.apache.tuscany.sca.host.embedded | |
| org.osoa.sca | |
| Uses of ServiceReference in org.apache.tuscany.sca.host.embedded |
|---|
| Methods in org.apache.tuscany.sca.host.embedded that return ServiceReference | ||
|---|---|---|
abstract
|
SCADomain.getServiceReference(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
Returns a ServiceReference for a service provided by a component in the SCA domain. |
|
|
SCADomainBean.getServiceReference(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
|
|
| Uses of ServiceReference in org.osoa.sca |
|---|
| Methods in org.osoa.sca that return ServiceReference | ||
|---|---|---|
|
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface)
Returns a ServiceReference that can be used to invoke this component over the default service. |
|
|
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface,
java.lang.String serviceName)
Returns a ServiceReference that can be used to invoke this component over the designated service. |
|
|
ComponentContext.getServiceReference(java.lang.Class<B> businessInterface,
java.lang.String referenceName)
Returns a ServiceReference for a reference defined by this component. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||