org.csc.phynixx.loggersystem.logrecord
Interface IDataRecord


public interface IDataRecord

a single record is consistent set logged data. this data is stored as byte[][]

The write order ist kept.


Method Summary
 byte[][] getData()
          Data of the message ....
 XALogRecordType getLogRecordType()
           
 Integer getOrdinal()
          ordinal number of the message in the space of a message Sequence
 long getXADataRecorderId()
          the id of the message sequence
 

Method Detail

getOrdinal

Integer getOrdinal()
ordinal number of the message in the space of a message Sequence

Returns:

getXADataRecorderId

long getXADataRecorderId()
the id of the message sequence


getLogRecordType

XALogRecordType getLogRecordType()
Returns:
the logRecord type of the current message

getData

byte[][] getData()
Data of the message ....

Returns:


Copyright © 2015. All rights reserved.