Uses of Interface
org.osoa.sca.CallableReference

Packages that use CallableReference
org.osoa.sca   
 

Uses of CallableReference in org.osoa.sca
 

Subinterfaces of CallableReference in org.osoa.sca
 interface ServiceReference<B>
           
 

Methods in org.osoa.sca with type parameters of type CallableReference
<B,R extends CallableReference<B>>
R
ComponentContext.cast(B target)
          Casts a type-safe reference to a CallableReference.
 

Methods in org.osoa.sca that return CallableReference
<CB> CallableReference<CB>
RequestContext.getCallbackReference()
          Returns a callable reference to the callback as specified by the caller.
<B> CallableReference<B>
RequestContext.getServiceReference()
          Returns the callable reference that represents the service or callback reference that the request was invoked on.
 



Copyright © 2009. All Rights Reserved.