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

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

public class TextCommitInfoLog
extends Object
implements CDOCommitInfoHandler

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

Since:
4.0

Constructor Summary
TextCommitInfoLog(OutputStream stream)
           
 
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

TextCommitInfoLog

public TextCommitInfoLog(OutputStream stream)
Method Detail

handleCommitInfo

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

handleException

protected void handleException(Exception ex)


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