Package org.jboss.txbridge.ba.annotation

Enum Summary
AgreementType List of supported agreement protocols the BA Service may enlist for.
DataMatch List of supported datamgmt types.
ExecutionMode List of supported datamgmt modes.
ExecutionOrder List of supported datamgmt order types.
MethodType Supported Business Activity service types.
ParameterMatch List of supported parameter match types.
 

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