Package com.tibco.bw.poa.runtime

The Advice Implementation Runtime API

See:
          Description

Interface Summary
ActivityContext  
AdviceContext<I,U,N extends I,A extends I,S,T,X> The context of an advice instance.
AdviceController<N> Provides methods to suspend and resume the execution of an asynchronous advice instance.
AppContext The context of a BW Application.
AspectProcessContext<I,U,N extends I,A extends I,S,T,X> The context associated with a particular BusinessWorks process instance (i.e job).
AspectProcessContextListener A listener that receives an event when the associated process instance terminates.
EngineCommandExecutor  
 

Class Summary
Advice<I,U,N extends I,A extends I,S,T,X> The base runtime class of all Java advice implementations that execute in BusinessWorks.
AsyncAdvice<I,U,N extends I,A extends I,S,T,X> The base class of all asynchronous advice implementations.
ReturnWrapper<N> This class wraps an object of a particular ReturnWrapper.WrappedType.
SyncAdvice<I,U,N extends I,A extends I,S,T,X> The base class of all synchronous advice implementations.
 

Enum Summary
ReturnWrapper.WrappedType Indicates the type of the wrapped object
 

Exception Summary
AspectException The parent of all the aspect specific exceptions.
 

Package com.tibco.bw.poa.runtime Description

The Advice Implementation Runtime API

It provides the main classes needed for developing advice implementations.

Since:
1.0


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