Package org.eclipse.emf.cdo.spi.server
Schnittstelle InternalCommitManager
public interface InternalCommitManager
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungget
(InternalTransaction transaction) void
preCommit
(InternalCommitContext commitContext, CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Create a future to execute commitContext in a different thread.void
preCommit
(InternalCommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Veraltet.void
remove
(InternalCommitContext commitContext) Called after a commitContext is done successfully or not.void
rollback
(InternalCommitContext commitContext) void
setRepository
(InternalRepository repository) void
waitForTermination
(InternalTransaction transaction) Waiting for a commit to be done.
-
Methodendetails
-
getRepository
InternalRepository getRepository() -
setRepository
-
preCommit
@Deprecated void preCommit(InternalCommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Veraltet.As of 4.5 usepreCommit(InternalCommitContext, CDODataInput, OMMonitor)
.Create a future to execute commitContext in a different thread. -
preCommit
void preCommit(InternalCommitContext commitContext, CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Create a future to execute commitContext in a different thread.- Seit:
- 4.5
-
remove
Called after a commitContext is done successfully or not. -
rollback
-
waitForTermination
void waitForTermination(InternalTransaction transaction) throws InterruptedException, ExecutionException Waiting for a commit to be done.- Löst aus:
InterruptedException
ExecutionException
-
get
-
preCommit(InternalCommitContext, CDODataInput, OMMonitor)
.