org.eclipse.emf.cdo.common.commit.handler
Class BinaryCommitInfoLog

java.lang.Object
  extended by org.eclipse.emf.cdo.common.commit.handler.BinaryCommitInfoLog
All Implemented Interfaces:
CDOCommitInfoHandler

public class BinaryCommitInfoLog
extends Object
implements CDOCommitInfoHandler

A commit info handler that synchronously writes commit infos to a binary log.

Since:
4.0

Constructor Summary
BinaryCommitInfoLog(OutputStream stream, CDOPackageRegistry packageRegistry)
           
 
Method Summary
 void handleCommitInfo(CDOCommitInfo commitInfo)
           
protected  void handleException(Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryCommitInfoLog

public BinaryCommitInfoLog(OutputStream stream,
                           CDOPackageRegistry packageRegistry)
Method Detail

handleCommitInfo

public void handleCommitInfo(CDOCommitInfo commitInfo)
Specified by:
handleCommitInfo in interface CDOCommitInfoHandler

handleException

protected void handleException(Exception ex)


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.