Uses of Interface
org.osoa.sca.ServiceReference

Packages that use ServiceReference
org.osoa.sca   
 

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 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.
<B> ServiceReference<B>
ComponentContext.getServiceReference(java.lang.Class<B> businessInterface, java.lang.String referenceName)
          Returns a ServiceReference defined by the current component.
 



Copyright © 2009. All Rights Reserved.