Package org.jboss.txbridge.ba.annotation

Enum Summary
BAAgreementType List of supported agreement protocols the BA Service may enlist for.
BACompensationMode List of supported compensation modes.
BACompensationOrder List of supported compensation order types.
BACompensationType List of supported compensation types.
BAParameterMatch List of supported parameter match types.
BAServiceType Supported Business Activity service types.
 

Annotation Types Summary
BACompensatedBy Specifies all information related to the compensation action for a single service (method).
BACompensation Specifies the compensation action and a type of compensation for a group of services (class).
BACompensationManagement Marker annotation used to tag a CompensationManager object so that it can be transparently injected by the Business Activity Framework.
BAParam Annotates the service's parameter so that it can be processed by the compensation mechanism and used as an argument or within a compensation action.
BAResult Annotates the service's return value to be processed by the compensation mechanism so that it can be used as an argument or within a compensation action.
BAService Specifies the service in terms of its state management and the agreement protocol the service wants to enlist for.