org.iids.aos.api.xdr
Class AS_lookup_result_entry

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

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


Field Summary
 java.lang.String field
           
 java.lang.String key
           
 java.lang.String value
           
 
Constructor Summary
AS_lookup_result_entry()
           
AS_lookup_result_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

key

public java.lang.String key

field

public java.lang.String field

value

public java.lang.String value
Constructor Detail

AS_lookup_result_entry

public AS_lookup_result_entry()

AS_lookup_result_entry

public AS_lookup_result_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.