
public interface ODistributedTxContext
| Modifier and Type | Method and Description |
|---|---|
void |
addUndoTask(ORemoteTask undoTask) |
void |
commit() |
void |
destroy() |
void |
fix(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx database,
List<ORemoteTask> fixTasks) |
ODistributedRequestId |
getReqId() |
void |
lock(com.orientechnologies.orient.core.id.ORID rid) |
int |
rollback(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx database) |
void |
unlock() |
void lock(com.orientechnologies.orient.core.id.ORID rid)
void addUndoTask(ORemoteTask undoTask)
ODistributedRequestId getReqId()
void commit()
void fix(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx database,
List<ORemoteTask> fixTasks)
int rollback(com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx database)
void destroy()
void unlock()
Copyright © 2009–2016 Orient Technologies. All rights reserved.