org.jboss.messaging.core.journal
Class RecordInfo

java.lang.Object
  extended by org.jboss.messaging.core.journal.RecordInfo

public class RecordInfo
extends java.lang.Object

A RecordInfo

Author:
Tim Fox, Clebert Suconic

Field Summary
 byte[] data
           
 long id
           
 boolean isUpdate
           
 byte userRecordType
           
 
Constructor Summary
RecordInfo(long id, byte userRecordType, byte[] data, boolean isUpdate)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 byte getUserRecordType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final long id

userRecordType

public final byte userRecordType

data

public final byte[] data

isUpdate

public boolean isUpdate
Constructor Detail

RecordInfo

public RecordInfo(long id,
                  byte userRecordType,
                  byte[] data,
                  boolean isUpdate)
Method Detail

getUserRecordType

public byte getUserRecordType()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.