Class LogRecordWrapper
- java.lang.Object
-
- com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
- com.arjuna.ats.arjuna.tools.osb.mbean.LogRecordWrapper
-
- All Implemented Interfaces:
LogRecordWrapperMBean,ObjStoreItemMBean,OSEntryBeanMBean
@Deprecated public class LogRecordWrapper extends OSEntryBean implements LogRecordWrapperMBean
Deprecated.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.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanactivatedDeprecated.protected booleanforgetRecDeprecated.protected ParticipantStatuslistTypeDeprecated.protected ActionBeanparentDeprecated.protected AbstractRecordrecDeprecated.protected booleanremovedDeprecated.-
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
_uidWrapper, REMOVE_NOK_1, REMOVE_OK_1
-
-
Constructor Summary
Constructors Constructor Description LogRecordWrapper(Uid uid)Deprecated.LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)Deprecated.LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, UidWrapper wrapper)Deprecated.LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, String className)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanactivate()Deprecated.StringcallMethod(Object object, String mName)Deprecated.StringclearHeuristic()Deprecated.StringdoSetStatus(String newState)Deprecated.StringgetHeuristicStatus()Deprecated.ParticipantStatusgetListType()Deprecated.AbstractRecordgetRecord()Deprecated.StringgetStatus()Deprecated.StringgetType()Deprecated.voidinit(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)Deprecated.booleanisHeuristic()Deprecated.booleanisParticipant()Deprecated.booleanisRemoved()Deprecated.Stringremove()Deprecated.Remove this record from the ObjectStoreStringremove(boolean reprobe)Deprecated.booleanremoveFromList(RecordList rl)Deprecated.StringsetStatus(ParticipantStatus newState)Deprecated.voidsetStatus(String newState)Deprecated.StringBuildertoString(String prefix, StringBuilder sb)Deprecated.-
Methods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
doRemove, getId, getName, getUid, getUid, register, register, type, unregister, unregister
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId
-
-
-
-
Field Detail
-
parent
protected ActionBean parent
Deprecated.
-
rec
protected AbstractRecord rec
Deprecated.
-
activated
protected boolean activated
Deprecated.
-
listType
protected ParticipantStatus listType
Deprecated.
-
removed
protected boolean removed
Deprecated.
-
forgetRec
protected boolean forgetRec
Deprecated.
-
-
Constructor Detail
-
LogRecordWrapper
public LogRecordWrapper(Uid uid)
Deprecated.
-
LogRecordWrapper
public LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, UidWrapper wrapper)
Deprecated.
-
LogRecordWrapper
public LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)
Deprecated.
-
LogRecordWrapper
public LogRecordWrapper(ActionBean parent, AbstractRecord rec, ParticipantStatus listType, String className)
Deprecated.
-
-
Method Detail
-
init
public void init(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)
Deprecated.
-
isParticipant
public boolean isParticipant()
Deprecated.- Specified by:
isParticipantin interfaceLogRecordWrapperMBean
-
getStatus
public String getStatus()
Deprecated.- Specified by:
getStatusin interfaceLogRecordWrapperMBean
-
setStatus
public void setStatus(String newState)
Deprecated.- Specified by:
setStatusin interfaceLogRecordWrapperMBean
-
clearHeuristic
public String clearHeuristic()
Deprecated.- Specified by:
clearHeuristicin interfaceLogRecordWrapperMBean
-
setStatus
public String setStatus(ParticipantStatus newState)
Deprecated.
-
getType
public String getType()
Deprecated.- Specified by:
getTypein interfaceLogRecordWrapperMBean- Specified by:
getTypein interfaceOSEntryBeanMBean- Overrides:
getTypein classOSEntryBean
-
getRecord
public AbstractRecord getRecord()
Deprecated.
-
getListType
public ParticipantStatus getListType()
Deprecated.
-
activate
public boolean activate()
Deprecated.- Overrides:
activatein classOSEntryBean
-
toString
public StringBuilder toString(String prefix, StringBuilder sb)
Deprecated.- Overrides:
toStringin classOSEntryBean
-
isHeuristic
public boolean isHeuristic()
Deprecated.
-
getHeuristicStatus
public String getHeuristicStatus()
Deprecated.- Specified by:
getHeuristicStatusin interfaceLogRecordWrapperMBean
-
remove
public String remove(boolean reprobe) throws MBeanException
Deprecated.- Overrides:
removein classOSEntryBean- Throws:
MBeanException
-
remove
public String remove() throws MBeanException
Deprecated.Description copied from class:OSEntryBeanRemove this record from the ObjectStore- Specified by:
removein interfaceOSEntryBeanMBean- Overrides:
removein classOSEntryBean- Returns:
- a textual indication of whether the remove operation succeeded
- Throws:
MBeanException
-
isRemoved
public boolean isRemoved()
Deprecated.
-
removeFromList
public boolean removeFromList(RecordList rl)
Deprecated.
-
-