Package | Description |
---|---|
com.arjuna.ats.arjuna | |
com.arjuna.ats.internal.jts.recovery.transactions |
Modifier and Type | Method and Description |
---|---|
protected void |
StateManager.packHeader(OutputObjectState os,
Header hdr)
Pack the necessary information for crash recovery.
|
protected void |
StateManager.unpackHeader(InputObjectState os,
Header hdr)
Unpack the crash recovery state header information and return it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RecoveredTransaction.packHeader(OutputObjectState os,
Header hdr)
Override StateManager packHeader so it gets the original processUid, not
this process's
|
protected void |
RecoveredServerTransaction.packHeader(OutputObjectState os,
Header hdr)
Override StateManager packHeader so it gets the original processUid, not
this process's
|
protected void |
RecoveredTransaction.unpackHeader(InputObjectState os,
Header hdr)
Override StateManager's unpackHeader to save the processUid of the
original process
|
protected void |
RecoveredServerTransaction.unpackHeader(InputObjectState os,
Header hdr)
Override StateManager's unpackHeader to save the processUid of the
original process
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.