public static class ActionBean.GenericAtomicActionWrapper extends Object implements ActionBeanWrapperInterface
| Constructor and Description |
|---|
GenericAtomicActionWrapper(BasicAction ba,
UidWrapper w) |
GenericAtomicActionWrapper(String classType,
UidWrapper w) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate() |
void |
clearHeuristicDecision(int newDecision) |
void |
doUpdateState() |
Uid |
get_uid() |
BasicAction |
getAction() |
RecordList |
getRecords(ParticipantStatus type) |
RecordList |
getRecords(String ln) |
Uid |
getUid(AbstractRecord rec) |
void |
remove(LogRecordWrapper logRecordWrapper) |
StringBuilder |
toString(String prefix,
StringBuilder sb) |
public GenericAtomicActionWrapper(BasicAction ba, UidWrapper w)
public GenericAtomicActionWrapper(String classType, UidWrapper w)
public BasicAction getAction()
getAction in interface ActionBeanWrapperInterfacepublic boolean activate()
activate in interface ActionBeanWrapperInterfacepublic void doUpdateState()
doUpdateState in interface ActionBeanWrapperInterfacepublic Uid get_uid()
get_uid in interface ActionBeanWrapperInterfacepublic Uid getUid(AbstractRecord rec)
getUid in interface ActionBeanWrapperInterfacepublic StringBuilder toString(String prefix, StringBuilder sb)
toString in interface ActionBeanWrapperInterfacepublic void clearHeuristicDecision(int newDecision)
clearHeuristicDecision in interface ActionBeanWrapperInterfacepublic void remove(LogRecordWrapper logRecordWrapper)
remove in interface ActionBeanWrapperInterfacepublic RecordList getRecords(String ln)
public RecordList getRecords(ParticipantStatus type)
getRecords in interface ActionBeanWrapperInterfaceCopyright © 2016 JBoss by Red Hat. All Rights Reserved.