|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectException | |
---|---|
com.tibco.bw.poa.runtime | The Advice Implementation Runtime API |
com.tibco.bw.poa.runtime.utils | It contains utility classes that are sometimes useful when developing advice implementations |
com.tibco.bw.poa.runtime.utils.impl | It contains the implementation classes of the interfaces defined in com.tibco.bw.poa.runtime.utils |
Uses of AspectException in com.tibco.bw.poa.runtime |
---|
Methods in com.tibco.bw.poa.runtime that return AspectException | |
---|---|
AspectException |
ReturnWrapper.getException()
Returns the wrapped AspectException |
Methods in com.tibco.bw.poa.runtime with parameters of type AspectException | ||
---|---|---|
static
|
ReturnWrapper.wrapException(AspectException ex)
Creates a ReturnWrapper instance containing an AspectException and a WrappedType of
WrappedType.EXCEPTION |
Methods in com.tibco.bw.poa.runtime that throw AspectException | |
---|---|
abstract void |
AsyncAdvice.cancelled(AspectProcessContext<I,U,N,A,S,T,X> apc)
This method is called when the advice has not completed within the allotted time as specified in the AdviceController.setPending() call. |
void |
Advice.destroy(AdviceContext<I,U,N,A,S,T,X> context)
Destroys the advice instance. |
abstract N |
SyncAdvice.execute(N input,
AspectProcessContext<I,U,N,A,S,T,X> context)
Executes the advice implementation. |
abstract void |
AsyncAdvice.execute(N input,
AspectProcessContext<I,U,N,A,S,T,X> context,
AdviceController<N> controller)
Starts the execution of the advice implementation. |
void |
Advice.init(AdviceContext<I,U,N,A,S,T,X> context)
Initializes the advice instance. |
abstract N |
AsyncAdvice.postExecute(AspectProcessContext<I,U,N,A,S,T,X> apc,
ReturnWrapper<N> result)
Finishes the execution of the advice implementation. |
N |
Advice.resumeFromHibernate(N input,
AspectProcessContext<I,U,N,A,S,T,X> context)
This method is called when a job is resumed from the hibernate state. |
boolean |
AdviceController.setReady(ReturnWrapper<N> result)
The advice instance should call this method, from a parallel thread, once its business logic is completed. |
Uses of AspectException in com.tibco.bw.poa.runtime.utils |
---|
Methods in com.tibco.bw.poa.runtime.utils that throw AspectException | |
---|---|
N |
XmlDocumentWrapper.getDocument()
Returns the wrapped XML document as a generic N |
Uses of AspectException in com.tibco.bw.poa.runtime.utils.impl |
---|
Methods in com.tibco.bw.poa.runtime.utils.impl that throw AspectException | |
---|---|
N |
XmlDocumentWrapperImpl.getDocument()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |