org.iids.aos.api.xdr
Class AS_OUTARG

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

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


Field Summary
 AS_create_agent_out as_create_agent
           
 AS_delete_code_out as_delete_code
           
 AS_delete_data_out as_delete_data
           
 AS_find_out as_find
           
 AS_get_handles_out as_get_handles
           
 AS_kill_out as_kill
           
 AS_list_out as_list
           
 AS_list_code_out as_list_code
           
 AS_list_data_out as_list_data
           
 AS_lookup_out as_lookup
           
 AS_move_out as_move
           
 AS_read_code_out as_read_code
           
 AS_read_data_out as_read_data
           
 AS_receive_message_out as_receive_message
           
 AS_register_out as_register
           
 AS_send_message_out as_send_message
           
 AS_set_default_code_out as_set_default_code
           
 AS_start_agent_out as_start_agent
           
 AS_write_code_out as_write_code
           
 AS_write_data_out as_write_data
           
 int type
           
 
Constructor Summary
AS_OUTARG()
           
AS_OUTARG(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

type

public int type

as_register

public AS_register_out as_register

as_lookup

public AS_lookup_out as_lookup

as_list

public AS_list_out as_list

as_find

public AS_find_out as_find

as_create_agent

public AS_create_agent_out as_create_agent

as_kill

public AS_kill_out as_kill

as_move

public AS_move_out as_move

as_start_agent

public AS_start_agent_out as_start_agent

as_send_message

public AS_send_message_out as_send_message

as_receive_message

public AS_receive_message_out as_receive_message

as_get_handles

public AS_get_handles_out as_get_handles

as_write_data

public AS_write_data_out as_write_data

as_read_data

public AS_read_data_out as_read_data

as_list_data

public AS_list_data_out as_list_data

as_delete_data

public AS_delete_data_out as_delete_data

as_write_code

public AS_write_code_out as_write_code

as_read_code

public AS_read_code_out as_read_code

as_list_code

public AS_list_code_out as_list_code

as_delete_code

public AS_delete_code_out as_delete_code

as_set_default_code

public AS_set_default_code_out as_set_default_code
Constructor Detail

AS_OUTARG

public AS_OUTARG()

AS_OUTARG

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