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) voidpreCommit(InternalCommitContext commitContext, CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Create a future to execute commitContext in a different thread.voidpreCommit(InternalCommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Veraltet.voidremove(InternalCommitContext commitContext) Called after a commitContext is done successfully or not.voidrollback(InternalCommitContext commitContext) voidsetRepository(InternalRepository repository) voidwaitForTermination(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:
InterruptedExceptionExecutionException
-
get
-
preCommit(InternalCommitContext, CDODataInput, OMMonitor).