org.iids.aos.api.xdr
Class api_AgentScape_Client

java.lang.Object
  extended by org.acplt.oncrpc.OncRpcClientStub
      extended by org.iids.aos.api.xdr.api_AgentScape_Client

public class api_AgentScape_Client
extends org.acplt.oncrpc.OncRpcClientStub

The class api_AgentScape_Client implements the client stub proxy for the AgentScape remote program. It provides method stubs which, when called, in turn call the appropriate remote method (procedure).


Field Summary
 
Fields inherited from class org.acplt.oncrpc.OncRpcClientStub
client
 
Constructor Summary
api_AgentScape_Client(java.net.InetAddress host, int protocol)
          Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.
api_AgentScape_Client(java.net.InetAddress host, int port, int protocol)
          Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.
api_AgentScape_Client(java.net.InetAddress host, int program, int version, int protocol)
          Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.
api_AgentScape_Client(java.net.InetAddress host, int program, int version, int port, int protocol)
          Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.
api_AgentScape_Client(org.acplt.oncrpc.OncRpcClient client)
          Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.
 
Method Summary
 AS_create_agent_out AS_create_agent_2(AS_create_agent_in arg1)
          Call remote procedure AS_create_agent_2.
 AS_delete_code_out AS_delete_code_2(AS_delete_code_in arg1)
          Call remote procedure AS_delete_code_2.
 AS_delete_data_out AS_delete_data_2(AS_delete_data_in arg1)
          Call remote procedure AS_delete_data_2.
 AS_find_out AS_find_2(AS_find_in arg1)
          Call remote procedure AS_find_2.
 AS_get_handles_out AS_get_handles_2(AS_get_handles_in arg1)
          Call remote procedure AS_get_handles_2.
 AS_kill_out AS_kill_2(AS_kill_in arg1)
          Call remote procedure AS_kill_2.
 AS_list_out AS_list_2(AS_list_in arg1)
          Call remote procedure AS_list_2.
 AS_list_code_out AS_list_code_2(AS_list_code_in arg1)
          Call remote procedure AS_list_code_2.
 AS_list_data_out AS_list_data_2(AS_list_data_in arg1)
          Call remote procedure AS_list_data_2.
 AS_lookup_out AS_lookup_2(AS_lookup_in arg1)
          Call remote procedure AS_lookup_2.
 AS_move_out AS_move_2(AS_move_in arg1)
          Call remote procedure AS_move_2.
 AS_read_code_out AS_read_code_2(AS_read_code_in arg1)
          Call remote procedure AS_read_code_2.
 AS_read_data_out AS_read_data_2(AS_read_data_in arg1)
          Call remote procedure AS_read_data_2.
 AS_receive_message_out AS_receive_message_2(AS_receive_message_in arg1)
          Call remote procedure AS_receive_message_2.
 AS_register_out AS_register_2(AS_register_in arg1)
          Call remote procedure AS_register_2.
 AS_send_message_out AS_send_message_2(AS_send_message_in arg1)
          Call remote procedure AS_send_message_2.
 AS_set_default_code_out AS_set_default_code_2(AS_set_default_code_in arg1)
          Call remote procedure AS_set_default_code_2.
 AS_start_agent_out AS_start_agent_2(AS_start_agent_in arg1)
          Call remote procedure AS_start_agent_2.
 AS_write_code_out AS_write_code_2(AS_write_code_in arg1)
          Call remote procedure AS_write_code_2.
 AS_write_data_out AS_write_data_2(AS_write_data_in arg1)
          Call remote procedure AS_write_data_2.
 
Methods inherited from class org.acplt.oncrpc.OncRpcClientStub
close, getClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

api_AgentScape_Client

public api_AgentScape_Client(java.net.InetAddress host,
                             int protocol)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.

Parameters:
host - Internet address of host where to contact the remote program.
protocol - Protocol to be used for ONC/RPC calls.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

api_AgentScape_Client

public api_AgentScape_Client(java.net.InetAddress host,
                             int port,
                             int protocol)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.

Parameters:
host - Internet address of host where to contact the remote program.
port - Port number at host where the remote program can be reached.
protocol - Protocol to be used for ONC/RPC calls.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

api_AgentScape_Client

public api_AgentScape_Client(org.acplt.oncrpc.OncRpcClient client)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.

Parameters:
client - ONC/RPC client connection object implementing a particular protocol.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

api_AgentScape_Client

public api_AgentScape_Client(java.net.InetAddress host,
                             int program,
                             int version,
                             int protocol)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.

Parameters:
host - Internet address of host where to contact the remote program.
program - Remote program number.
version - Remote program version number.
protocol - Protocol to be used for ONC/RPC calls.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

api_AgentScape_Client

public api_AgentScape_Client(java.net.InetAddress host,
                             int program,
                             int version,
                             int port,
                             int protocol)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Constructs a api_AgentScape_Client client stub proxy object from which the AgentScape remote program can be accessed.

Parameters:
host - Internet address of host where to contact the remote program.
program - Remote program number.
version - Remote program version number.
port - Port number at host where the remote program can be reached.
protocol - Protocol to be used for ONC/RPC calls.
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
Method Detail

AS_register_2

public AS_register_out AS_register_2(AS_register_in arg1)
                              throws org.acplt.oncrpc.OncRpcException,
                                     java.io.IOException
Call remote procedure AS_register_2.

Parameters:
arg1 - parameter (of type AS_register_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_register_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_lookup_2

public AS_lookup_out AS_lookup_2(AS_lookup_in arg1)
                          throws org.acplt.oncrpc.OncRpcException,
                                 java.io.IOException
Call remote procedure AS_lookup_2.

Parameters:
arg1 - parameter (of type AS_lookup_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_lookup_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_list_2

public AS_list_out AS_list_2(AS_list_in arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Call remote procedure AS_list_2.

Parameters:
arg1 - parameter (of type AS_list_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_list_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_find_2

public AS_find_out AS_find_2(AS_find_in arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Call remote procedure AS_find_2.

Parameters:
arg1 - parameter (of type AS_find_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_find_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_create_agent_2

public AS_create_agent_out AS_create_agent_2(AS_create_agent_in arg1)
                                      throws org.acplt.oncrpc.OncRpcException,
                                             java.io.IOException
Call remote procedure AS_create_agent_2.

Parameters:
arg1 - parameter (of type AS_create_agent_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_create_agent_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_kill_2

public AS_kill_out AS_kill_2(AS_kill_in arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Call remote procedure AS_kill_2.

Parameters:
arg1 - parameter (of type AS_kill_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_kill_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_move_2

public AS_move_out AS_move_2(AS_move_in arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Call remote procedure AS_move_2.

Parameters:
arg1 - parameter (of type AS_move_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_move_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_send_message_2

public AS_send_message_out AS_send_message_2(AS_send_message_in arg1)
                                      throws org.acplt.oncrpc.OncRpcException,
                                             java.io.IOException
Call remote procedure AS_send_message_2.

Parameters:
arg1 - parameter (of type AS_send_message_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_send_message_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_receive_message_2

public AS_receive_message_out AS_receive_message_2(AS_receive_message_in arg1)
                                            throws org.acplt.oncrpc.OncRpcException,
                                                   java.io.IOException
Call remote procedure AS_receive_message_2.

Parameters:
arg1 - parameter (of type AS_receive_message_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_receive_message_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_get_handles_2

public AS_get_handles_out AS_get_handles_2(AS_get_handles_in arg1)
                                    throws org.acplt.oncrpc.OncRpcException,
                                           java.io.IOException
Call remote procedure AS_get_handles_2.

Parameters:
arg1 - parameter (of type AS_get_handles_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_get_handles_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_start_agent_2

public AS_start_agent_out AS_start_agent_2(AS_start_agent_in arg1)
                                    throws org.acplt.oncrpc.OncRpcException,
                                           java.io.IOException
Call remote procedure AS_start_agent_2.

Parameters:
arg1 - parameter (of type AS_start_agent_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_start_agent_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_read_data_2

public AS_read_data_out AS_read_data_2(AS_read_data_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure AS_read_data_2.

Parameters:
arg1 - parameter (of type AS_read_data_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_read_data_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_write_data_2

public AS_write_data_out AS_write_data_2(AS_write_data_in arg1)
                                  throws org.acplt.oncrpc.OncRpcException,
                                         java.io.IOException
Call remote procedure AS_write_data_2.

Parameters:
arg1 - parameter (of type AS_write_data_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_write_data_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_delete_data_2

public AS_delete_data_out AS_delete_data_2(AS_delete_data_in arg1)
                                    throws org.acplt.oncrpc.OncRpcException,
                                           java.io.IOException
Call remote procedure AS_delete_data_2.

Parameters:
arg1 - parameter (of type AS_delete_data_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_delete_data_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_list_data_2

public AS_list_data_out AS_list_data_2(AS_list_data_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure AS_list_data_2.

Parameters:
arg1 - parameter (of type AS_list_data_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_list_data_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_read_code_2

public AS_read_code_out AS_read_code_2(AS_read_code_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure AS_read_code_2.

Parameters:
arg1 - parameter (of type AS_read_code_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_read_code_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_write_code_2

public AS_write_code_out AS_write_code_2(AS_write_code_in arg1)
                                  throws org.acplt.oncrpc.OncRpcException,
                                         java.io.IOException
Call remote procedure AS_write_code_2.

Parameters:
arg1 - parameter (of type AS_write_code_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_write_code_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_delete_code_2

public AS_delete_code_out AS_delete_code_2(AS_delete_code_in arg1)
                                    throws org.acplt.oncrpc.OncRpcException,
                                           java.io.IOException
Call remote procedure AS_delete_code_2.

Parameters:
arg1 - parameter (of type AS_delete_code_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_delete_code_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_list_code_2

public AS_list_code_out AS_list_code_2(AS_list_code_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure AS_list_code_2.

Parameters:
arg1 - parameter (of type AS_list_code_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_list_code_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.

AS_set_default_code_2

public AS_set_default_code_out AS_set_default_code_2(AS_set_default_code_in arg1)
                                              throws org.acplt.oncrpc.OncRpcException,
                                                     java.io.IOException
Call remote procedure AS_set_default_code_2.

Parameters:
arg1 - parameter (of type AS_set_default_code_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type AS_set_default_code_out).
Throws:
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.


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