|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdviceContext | |
---|---|
com.tibco.bw.poa.runtime | The Advice Implementation Runtime API |
Uses of AdviceContext in com.tibco.bw.poa.runtime |
---|
Methods in com.tibco.bw.poa.runtime that return AdviceContext | |
---|---|
AdviceContext |
AspectException.getAdviceContext()
|
AdviceContext<I,U,N,A,S,T,X> |
Advice.getAdviceContext()
Returns the context associated with this advice instance. |
AdviceContext<I,U,N,A,S,T,X> |
AspectProcessContext.getCurrentRunningAdviceContext()
Returns the advice context of the advice instance that is currently being executed in this process instance. |
Methods in com.tibco.bw.poa.runtime with parameters of type AdviceContext | |
---|---|
void |
Advice.destroy(AdviceContext<I,U,N,A,S,T,X> context)
Destroys the advice instance. |
void |
Advice.init(AdviceContext<I,U,N,A,S,T,X> context)
Initializes the advice instance. |
void |
AspectException.setAdviceContext(AdviceContext adviceContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |