org.iids.aos.kernel.xdr
Class MUXP_OPEN_ERROR

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

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


Field Summary
 int code
           
 TLS_SEC_SUITES receiver_sec_suites
           
 
Constructor Summary
MUXP_OPEN_ERROR()
           
MUXP_OPEN_ERROR(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

code

public int code

receiver_sec_suites

public TLS_SEC_SUITES receiver_sec_suites
Constructor Detail

MUXP_OPEN_ERROR

public MUXP_OPEN_ERROR()

MUXP_OPEN_ERROR

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