Uses of Interface
org.oasisopen.sca.ServiceReference

Packages that use ServiceReference
org.oasisopen.sca Provides SCA common API definitions for Java. 
 

Uses of ServiceReference in org.oasisopen.sca
 

Methods in org.oasisopen.sca that return ServiceReference
<B> ServiceReference<B>
ComponentContext.cast(B target)
          Casts a type-safe reference to a ServiceReference.
<B> ServiceReference<B>
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface)
          Returns a ServiceReference that can be used to invoke this component over the designated 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.
<CB> ServiceReference<CB>
RequestContext.getCallbackReference()
          Returns a service reference for the callback for the invoked service operation, as specified by the service caller.
<B> ServiceReference<B>
RequestContext.getServiceReference()
          Returns a ServiceReference object for the service that is executing.
<B> ServiceReference<B>
ComponentContext.getServiceReference(java.lang.Class<B> businessInterface, java.lang.String referenceName)
          Returns a ServiceReference object for a reference defined by the current component, where the reference has multiplicity 0..1 or 1..1.
 

Methods in org.oasisopen.sca that return types with arguments of type ServiceReference
<B> java.util.Collection<ServiceReference<B>>
ComponentContext.getServiceReferences(java.lang.Class<B> businessInterface, java.lang.String referenceName)
          Returns a list of typed ServiceReference objects for a reference defined by the current component, where the reference has multiplicity 0..n or 1..n.