public class LastResourceRecord extends AbstractRecord
modifyingActions, objectModel, objectUid, usingActions
Constructor and Description |
---|
LastResourceRecord() |
LastResourceRecord(OnePhaseResource opr) |
Modifier and Type | Method and Description |
---|---|
void |
alter(AbstractRecord a)
Alter the current record with the one presented.
|
void |
merge(AbstractRecord a)
Merge the current record with the one presented.
|
int |
nestedAbort()
A rollback of a nested transaction has occurred.
|
int |
nestedCommit()
A commit of a nested transaction has occurred.
|
int |
nestedPrepare()
Not allowed to participate in nested transactions.
|
void |
print(PrintWriter strm)
Write information about this specific instance to the specified stream.
|
boolean |
propagateOnCommit()
Determine if records are discarded on action commit or must be propagated
to parents.
|
void |
setValue(Object o) |
boolean |
shouldAdd(AbstractRecord a)
Should we add the record presented to the intentions list?
|
boolean |
shouldAlter(AbstractRecord a)
Should we alter the current record with the one presented?
|
boolean |
shouldMerge(AbstractRecord a)
Should we merge the current record with the one presented?
|
boolean |
shouldReplace(AbstractRecord a)
Should we replace the record presented with the current record?
|
int |
topLevelAbort()
A rollback of a top-level transaction has occurred.
|
int |
topLevelCommit()
A commit of a top-level transaction has occurred.
|
int |
topLevelPrepare()
A prepare for a top-level transaction has occurred.
|
String |
toString() |
String |
type()
Re-implementation of abstract methods inherited from base class.
|
int |
typeIs() |
Object |
value()
If this abstract record caused a heuristic then it should return an
object which implements
HeuristicInformation |
create, doSave, equals, forgetHeuristic, getNext, getPrevious, getTypeOfObject, greaterThan, lessThan, nestedCleanup, nestedOnePhaseCommit, order, propagateOnAbort, replace, restore_state, save_state, setNext, setPrevious, topLevelCleanup, topLevelOnePhaseCommit
activate, activate, cleanup, createLists, deactivate, deactivate, deactivate, destroy, disable, forgetAction, get_uid, getMutex, getObjectModel, getStore, getStoreRoot, loadObjectState, lockMutex, modified, objectType, packHeader, persist, rememberAction, setStatus, setupStore, setupStore, setupStore, status, terminate, tryLockMutex, unlockMutex, unpackHeader
public LastResourceRecord(OnePhaseResource opr)
public LastResourceRecord()
public boolean propagateOnCommit()
AbstractRecord
propagateOnCommit
in class AbstractRecord
true
if the record should be propagated to the
parent transaction if the current transaction commits,
false
otherwise. The default is true
.public int typeIs()
typeIs
in class AbstractRecord
RecordType
value.public int nestedAbort()
AbstractRecord
nestedAbort
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public int nestedCommit()
AbstractRecord
nestedCommit
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public int nestedPrepare()
nestedPrepare
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public int topLevelAbort()
AbstractRecord
topLevelAbort
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public int topLevelCommit()
AbstractRecord
topLevelCommit
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public int topLevelPrepare()
AbstractRecord
topLevelPrepare
in class AbstractRecord
TwoPhaseOutcome
to indicate success/failure.TwoPhaseOutcome
public void print(PrintWriter strm)
AbstractRecord
print
in class AbstractRecord
strm
- the stream on which to output.public String type()
AbstractRecord
type
in class AbstractRecord
public boolean shouldAdd(AbstractRecord a)
AbstractRecord
shouldAdd
in class AbstractRecord
a
- The record to try to add.true
if the record should be added,
false
otherwise.public boolean shouldMerge(AbstractRecord a)
AbstractRecord
shouldMerge
in class AbstractRecord
a
- The record to try to merge.true
if the record should be merged,
false
otherwise.public boolean shouldReplace(AbstractRecord a)
AbstractRecord
shouldReplace
in class AbstractRecord
a
- The record to try to replace.true
if the record should be replaced,
false
otherwise.public boolean shouldAlter(AbstractRecord a)
AbstractRecord
shouldAlter
in class AbstractRecord
a
- The record to try to alter.true
if the record should be altered,
false
otherwise.public void merge(AbstractRecord a)
AbstractRecord
merge
in class AbstractRecord
a
- the record with which to merge.public void alter(AbstractRecord a)
AbstractRecord
alter
in class AbstractRecord
a
- the record with which to alter.public Object value()
AbstractRecord
HeuristicInformation
value
in class AbstractRecord
Object
to be used to order.public void setValue(Object o)
setValue
in class AbstractRecord
Copyright © 2021 JBoss by Red Hat. All rights reserved.