|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.spi.cdo.CDOSessionProtocol.CommitTransactionResult

If the meaning of this type isn't clear, there really should be more of a description here...
| Nested Class Summary | |
|---|---|
protected static class |
CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
If the meaning of this type isn't clear, there really should be more of a description here... |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint |
|---|
INVALID_DATE, UNSPECIFIED_DATE |
| Constructor Summary | |
|---|---|
CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
byte rollbackReason,
String rollbackMessage,
CDOBranchPoint branchPoint,
long previousTimeStamp,
List<CDOObjectReference> xRefs,
boolean clearResourcePathCache)
|
|
CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
CDOBranchPoint branchPoint,
long previousTimeStamp)
Deprecated. As of 4.2 |
|
CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
CDOBranchPoint branchPoint,
long previousTimeStamp,
boolean clearResourcePathCache)
|
|
CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
String rollbackMessage,
CDOBranchPoint branchPoint,
long previousTimeStamp,
List<CDOObjectReference> xRefs)
Deprecated. As of 4.2 |
|
| Method Summary | |
|---|---|
void |
addIDMapping(CDOID oldID,
CDOID newID)
|
protected CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster |
createReferenceAdjuster()
|
CDOBranch |
getBranch()
Returns the branch of this branch point, or null if this branch point is the
base of the main branch. |
Map<CDOID,CDOID> |
getIDMappings()
|
CDOLockState[] |
getNewLockStates()
|
long |
getPreviousTimeStamp()
|
CDOReferenceAdjuster |
getReferenceAdjuster()
|
String |
getRollbackMessage()
|
byte |
getRollbackReason()
|
long |
getTimeStamp()
Returns the time stamp of this branch point, or the fixed special time stamp unspecified if this branch point marks the head of a branch. |
List<CDOObjectReference> |
getXRefs()
|
boolean |
isClearResourcePathCache()
|
void |
setNewLockStates(CDOLockState[] newLockStates)
|
void |
setReferenceAdjuster(CDOReferenceAdjuster referenceAdjuster)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
String rollbackMessage,
CDOBranchPoint branchPoint,
long previousTimeStamp,
List<CDOObjectReference> xRefs)
public CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
byte rollbackReason,
String rollbackMessage,
CDOBranchPoint branchPoint,
long previousTimeStamp,
List<CDOObjectReference> xRefs,
boolean clearResourcePathCache)
@Deprecated
public CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
CDOBranchPoint branchPoint,
long previousTimeStamp)
public CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider,
CDOBranchPoint branchPoint,
long previousTimeStamp,
boolean clearResourcePathCache)
| Method Detail |
|---|
public CDOReferenceAdjuster getReferenceAdjuster()
public void setReferenceAdjuster(CDOReferenceAdjuster referenceAdjuster)
public byte getRollbackReason()
public String getRollbackMessage()
public CDOBranch getBranch()
CDOBranchPointnull if this branch point is the
base of the main branch.
getBranch in interface CDOBranchPointpublic long getTimeStamp()
CDOBranchPointunspecified if this branch point marks the head of a branch.
getTimeStamp in interface CDOBranchPointgetTimeStamp in interface CDOTimeProviderpublic long getPreviousTimeStamp()
public List<CDOObjectReference> getXRefs()
public boolean isClearResourcePathCache()
public Map<CDOID,CDOID> getIDMappings()
public void addIDMapping(CDOID oldID,
CDOID newID)
public CDOLockState[] getNewLockStates()
public void setNewLockStates(CDOLockState[] newLockStates)
protected CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster createReferenceAdjuster()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||