|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectProcessContext | |
---|---|
com.tibco.bw.poa.runtime | The Advice Implementation Runtime API |
Uses of AspectProcessContext in com.tibco.bw.poa.runtime |
---|
Methods in com.tibco.bw.poa.runtime with parameters of type AspectProcessContext | |
---|---|
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. |
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 |
AspectProcessContextListener.finished(AspectProcessContext context)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |