Uses of Class
com.tibco.bw.poa.runtime.ReturnWrapper

Packages that use ReturnWrapper
com.tibco.bw.poa.runtime The Advice Implementation Runtime API 
 

Uses of ReturnWrapper in com.tibco.bw.poa.runtime
 

Methods in com.tibco.bw.poa.runtime that return ReturnWrapper
static
<N> ReturnWrapper<N>
ReturnWrapper.wrapException(AspectException ex)
          Creates a ReturnWrapper instance containing an AspectException and a WrappedType of WrappedType.EXCEPTION
static
<N> ReturnWrapper<N>
ReturnWrapper.wrapObject(java.lang.Object obj)
          Creates a ReturnWrapper instance containing an object and a WrappedType of WrappedType.OBJECT
static
<N> ReturnWrapper<N>
ReturnWrapper.wrapXmlNode(N node)
          Creates a ReturnWrapper instance containing an XML node of type N and a WrappedType of WrappedType.XML_NODE
 

Methods in com.tibco.bw.poa.runtime with parameters of type ReturnWrapper
abstract  N AsyncAdvice.postExecute(AspectProcessContext<I,U,N,A,S,T,X> apc, ReturnWrapper<N> result)
          Finishes the execution of the advice implementation.
 boolean AdviceController.setReady(ReturnWrapper<N> result)
          The advice instance should call this method, from a parallel thread, once its business logic is completed.
 



Copyright @ 2010, TIBCO Softwares (Inc). All right reserved