|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ComponentContext.cast(B target)
Casts a type-safe reference to a ServiceReference. |
|
|
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface)
Returns a ServiceReference that can be used to invoke this component over the designated 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. |
|
|
RequestContext.getCallbackReference()
Returns a service reference for the callback for the invoked service operation, as specified by the service caller. |
|
|
RequestContext.getServiceReference()
Returns a ServiceReference object for the service that is executing. |
|
|
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 | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |