org.iids.aos.kernel.xdr
Class select_in

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

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


Field Summary
 boolean block
           
 COOKIE c
           
 int[] except_dsc
           
 int[] read_dsc
           
 int setsiz
           
 int[] write_dsc
           
 
Constructor Summary
select_in()
           
select_in(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

c

public COOKIE c

setsiz

public int setsiz

read_dsc

public int[] read_dsc

write_dsc

public int[] write_dsc

except_dsc

public int[] except_dsc

block

public boolean block
Constructor Detail

select_in

public select_in()

select_in

public select_in(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.