Class TextCommitInfoLog
- java.lang.Object
- 
- org.eclipse.emf.cdo.common.commit.handler.TextCommitInfoLog
 
- 
- All Implemented Interfaces:
- CDOCommitInfoHandler
 
 public class TextCommitInfoLog extends java.lang.Object implements CDOCommitInfoHandler Acommit info handlerthat synchronously writescommit infosto a text log.- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description TextCommitInfoLog(java.io.OutputStream stream)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleCommitInfo(CDOCommitInfo commitInfo)protected voidhandleException(java.lang.Exception ex)
 
- 
- 
- 
Method Detail- 
handleCommitInfopublic void handleCommitInfo(CDOCommitInfo commitInfo) - Specified by:
- handleCommitInfoin interface- CDOCommitInfoHandler
 
 - 
handleExceptionprotected void handleException(java.lang.Exception ex) 
 
- 
 
-