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) |
boolean |
removeRecords(RecordList rl,
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 ActionBeanWrapperInterface
public boolean activate()
activate
in interface ActionBeanWrapperInterface
public void doUpdateState()
doUpdateState
in interface ActionBeanWrapperInterface
public Uid get_uid()
get_uid
in interface ActionBeanWrapperInterface
public Uid getUid(AbstractRecord rec)
getUid
in interface ActionBeanWrapperInterface
public StringBuilder toString(String prefix, StringBuilder sb)
toString
in interface ActionBeanWrapperInterface
public void clearHeuristicDecision(int newDecision)
clearHeuristicDecision
in interface ActionBeanWrapperInterface
public boolean removeRecords(RecordList rl, LogRecordWrapper logRecordWrapper)
public void remove(LogRecordWrapper logRecordWrapper)
remove
in interface ActionBeanWrapperInterface
public RecordList getRecords(String ln)
public RecordList getRecords(ParticipantStatus type)
getRecords
in interface ActionBeanWrapperInterface
Copyright © 2020 JBoss by Red Hat. All rights reserved.