|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.TOCEntry
public class TOCEntry
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.
| 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 |
|---|
public int segmentID
public int segmentType
public int segmentMode
public int creationDate
public int lastModifiedDate
public int segmentSize
public byte[] subtype
public byte[] description
| Constructor Detail |
|---|
public TOCEntry(int segmentID,
int segmentType,
int segmentMode,
int creationDate,
int lastModifiedDate,
int segmentSize,
byte[] subtype,
byte[] description)
public TOCEntry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||