Interface ActionBeanWrapperInterface
-
- All Known Implementing Classes:
ActionBean.GenericAtomicActionWrapper
@Deprecated public interface ActionBeanWrapperInterfaceDeprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.Common interface for JTA and JTS transactions- Author:
- Mike Musgrove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanactivate()Deprecated.voidclearHeuristicDecision(int newDecision)Deprecated.voiddoUpdateState()Deprecated.Uidget_uid()Deprecated.BasicActiongetAction()Deprecated.RecordListgetRecords(ParticipantStatus type)Deprecated.UidgetUid(AbstractRecord rec)Deprecated.voidremove(LogRecordWrapper logRecordWrapper)Deprecated.java.lang.StringBuildertoString(java.lang.String prefix, java.lang.StringBuilder sb)Deprecated.
-
-
-
Method Detail
-
getRecords
RecordList getRecords(ParticipantStatus type)
Deprecated.
-
activate
boolean activate()
Deprecated.
-
doUpdateState
void doUpdateState()
Deprecated.
-
get_uid
Uid get_uid()
Deprecated.
-
getUid
Uid getUid(AbstractRecord rec)
Deprecated.
-
toString
java.lang.StringBuilder toString(java.lang.String prefix, java.lang.StringBuilder sb)Deprecated.
-
getAction
BasicAction getAction()
Deprecated.
-
clearHeuristicDecision
void clearHeuristicDecision(int newDecision)
Deprecated.
-
remove
void remove(LogRecordWrapper logRecordWrapper)
Deprecated.
-
-