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, java.lang.String className)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanactivate()Deprecated.java.lang.StringcallMethod(java.lang.Object object, java.lang.String mName)Deprecated.java.lang.StringclearHeuristic()Deprecated.java.lang.StringdoSetStatus(java.lang.String newState)Deprecated.java.lang.StringgetHeuristicStatus()Deprecated.ParticipantStatusgetListType()Deprecated.AbstractRecordgetRecord()Deprecated.java.lang.StringgetStatus()Deprecated.java.lang.StringgetType()Deprecated.voidinit(ActionBean parent, AbstractRecord rec, ParticipantStatus listType)Deprecated.booleanisHeuristic()Deprecated.booleanisParticipant()Deprecated.booleanisRemoved()Deprecated.java.lang.Stringremove()Deprecated.Remove this record from the ObjectStorejava.lang.Stringremove(boolean reprobe)Deprecated.booleanremoveFromList(RecordList rl)Deprecated.java.lang.StringsetStatus(ParticipantStatus newState)Deprecated.voidsetStatus(java.lang.String newState)Deprecated.java.lang.StringBuildertoString(java.lang.String prefix, java.lang.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, java.lang.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 java.lang.String getStatus()
Deprecated.- Specified by:
getStatusin interfaceLogRecordWrapperMBean
-
setStatus
public void setStatus(java.lang.String newState)
Deprecated.- Specified by:
setStatusin interfaceLogRecordWrapperMBean
-
clearHeuristic
public java.lang.String clearHeuristic()
Deprecated.- Specified by:
clearHeuristicin interfaceLogRecordWrapperMBean
-
doSetStatus
public java.lang.String doSetStatus(java.lang.String newState)
Deprecated.
-
setStatus
public java.lang.String setStatus(ParticipantStatus newState)
Deprecated.
-
getType
public java.lang.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 java.lang.StringBuilder toString(java.lang.String prefix, java.lang.StringBuilder sb)Deprecated.- Overrides:
toStringin classOSEntryBean
-
callMethod
public java.lang.String callMethod(java.lang.Object object, java.lang.String mName)Deprecated.
-
isHeuristic
public boolean isHeuristic()
Deprecated.
-
getHeuristicStatus
public java.lang.String getHeuristicStatus()
Deprecated.- Specified by:
getHeuristicStatusin interfaceLogRecordWrapperMBean
-
remove
public java.lang.String remove(boolean reprobe) throws javax.management.MBeanExceptionDeprecated.- Overrides:
removein classOSEntryBean- Throws:
javax.management.MBeanException
-
remove
public java.lang.String remove() throws javax.management.MBeanExceptionDeprecated.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:
javax.management.MBeanException
-
isRemoved
public boolean isRemoved()
Deprecated.
-
removeFromList
public boolean removeFromList(RecordList rl)
Deprecated.
-
-