org.openorb.pss.connector.file
Class DataEntry

java.lang.Object
  |
  +--org.openorb.pss.connector.file.DataEntry

public class DataEntry
extends java.lang.Object

A data entry is a persistent file entry.

Author:
Jerome Daniel

Field Summary
 byte[] data
          The data
 byte[] short_pid
          The short pid
 boolean valid
          The valid flag
 
Constructor Summary
DataEntry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valid

public boolean valid
The valid flag

short_pid

public byte[] short_pid
The short pid

data

public byte[] data
The data
Constructor Detail

DataEntry

public DataEntry()