org.iids.aos.kernel
Class TOCEntry

java.lang.Object
  extended by org.iids.aos.kernel.TOCEntry

public class TOCEntry
extends java.lang.Object

A TOCEntry is the RPC-neutral in-memory representation of a TOC entry (see XDR type TOC_ENTRY meant to be returned by the AOSapi.readTOC[] primitive.

Author:
Patrick Verkaik, Arno Bakker

Field Summary
 int creationDate
          See XDR.
 byte[] description
          See XDR.
 int lastModifiedDate
          See XDR.
 int segmentID
          See XDR.
 int segmentMode
          See XDR.
 int segmentSize
          See XDR.
 int segmentType
          See XDR.
 byte[] subtype
          See XDR.
 
Constructor Summary
TOCEntry()
           
TOCEntry(int segmentID, int segmentType, int segmentMode, int creationDate, int lastModifiedDate, int segmentSize, byte[] subtype, byte[] description)
          Constructs a TOCEntry with the given fields.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segmentID

public int segmentID
See XDR.


segmentType

public int segmentType
See XDR.


segmentMode

public int segmentMode
See XDR.


creationDate

public int creationDate
See XDR.


lastModifiedDate

public int lastModifiedDate
See XDR.


segmentSize

public int segmentSize
See XDR.


subtype

public byte[] subtype
See XDR.


description

public byte[] description
See XDR.

Constructor Detail

TOCEntry

public TOCEntry(int segmentID,
                int segmentType,
                int segmentMode,
                int creationDate,
                int lastModifiedDate,
                int segmentSize,
                byte[] subtype,
                byte[] description)
Constructs a TOCEntry with the given fields.


TOCEntry

public TOCEntry()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.