|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
ReturnWrapper.wrapException(AspectException ex)
Creates a ReturnWrapper instance containing an AspectException and a WrappedType of
WrappedType.EXCEPTION |
|
static
|
ReturnWrapper.wrapObject(java.lang.Object obj)
Creates a ReturnWrapper instance containing an object and a WrappedType of WrappedType.OBJECT |
|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |