2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


Uses of Interface
org.osoa.sca.ServiceReference

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
<B> ServiceReference<B>
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.
<B> ServiceReference<B>
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
<B> ServiceReference<B>
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface)
          Returns a ServiceReference that can be used to invoke this component over the default service.
<B> ServiceReference<B>
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.
<B> ServiceReference<B>
ComponentContext.getServiceReference(java.lang.Class<B> businessInterface, java.lang.String referenceName)
          Returns a ServiceReference for a reference defined by this component.