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