com.taobao.metamorphosis.server.transaction
类 HeuristicTransactionJournal

java.lang.Object
  继承者 com.taobao.metamorphosis.server.transaction.HeuristicTransactionJournal
所有已实现的接口:
Closeable

public class HeuristicTransactionJournal
extends Object
implements Closeable

手工处理的事务日志

作者:
boyan(boyan@taobao.com)

构造方法摘要
HeuristicTransactionJournal(String path)
           
 
方法摘要
 void close()
           
 Object read()
           
 void write(Object obj)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HeuristicTransactionJournal

public HeuristicTransactionJournal(String path)
                            throws IOException
抛出:
IOException
方法详细信息

close

public void close()
           throws IOException
指定者:
接口 Closeable 中的 close
抛出:
IOException

write

public void write(Object obj)
           throws Exception
抛出:
Exception

read

public Object read()
            throws Exception
抛出:
Exception


Copyright © 2010–2013. All rights reserved.