com.atomikos.icatch
Interface DataSerializable


public interface DataSerializable

Interface for logging typical Participant implementations to the transaction log.


Method Summary
 void readData(DataInput in)
           
 void writeData(DataOutput out)
           
 

Method Detail

writeData

void writeData(DataOutput out)
               throws IOException
Throws:
IOException

readData

void readData(DataInput in)
              throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.