org.iids.aos.kernel.xdr
Class TOC_ENTRY

java.lang.Object
  extended by org.iids.aos.kernel.xdr.TOC_ENTRY
All Implemented Interfaces:
org.acplt.oncrpc.XdrAble

public class TOC_ENTRY
extends java.lang.Object
implements org.acplt.oncrpc.XdrAble


Field Summary
 TIME creation_date
           
 DESCRIPTION description
           
 TIME last_modified_date
           
 SEGMENT_ID segment_id
           
 int segment_mode
           
 int segment_size
           
 int segment_type
           
 SUBTYPE subtype
           
 
Constructor Summary
TOC_ENTRY()
           
TOC_ENTRY(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 
Method Summary
 void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segment_id

public SEGMENT_ID segment_id

segment_type

public int segment_type

segment_mode

public int segment_mode

creation_date

public TIME creation_date

last_modified_date

public TIME last_modified_date

segment_size

public int segment_size

subtype

public SUBTYPE subtype

description

public DESCRIPTION description
Constructor Detail

TOC_ENTRY

public TOC_ENTRY()

TOC_ENTRY

public TOC_ENTRY(org.acplt.oncrpc.XdrDecodingStream xdr)
          throws org.acplt.oncrpc.OncRpcException,
                 java.io.IOException
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException
Method Detail

xdrEncode

public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrEncode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

xdrDecode

public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrDecode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException


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