org.iids.aos.kernel.xdr
Class aosapi_sunrpcClient

java.lang.Object
  extended by org.acplt.oncrpc.OncRpcClientStub
      extended by org.iids.aos.kernel.xdr.aosapi_sunrpcClient

public class aosapi_sunrpcClient
extends org.acplt.oncrpc.OncRpcClientStub

The class aosapi_sunrpcClient implements the client stub proxy for the AOS_API 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
aosapi_sunrpcClient(java.net.InetAddress host, int protocol)
          Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API remote program can be accessed.
aosapi_sunrpcClient(java.net.InetAddress host, int port, int protocol)
          Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API remote program can be accessed.
aosapi_sunrpcClient(java.net.InetAddress host, int program, int version, int protocol)
          Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API remote program can be accessed.
aosapi_sunrpcClient(java.net.InetAddress host, int program, int version, int port, int protocol)
          Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API remote program can be accessed.
aosapi_sunrpcClient(org.acplt.oncrpc.OncRpcClient client)
          Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API remote program can be accessed.
 
Method Summary
 accept_out aos_accept_5(accept_in arg1)
          Call remote procedure aos_accept_5.
 close_out aos_close_5(close_in arg1)
          Call remote procedure aos_close_5.
 connect_out aos_connect_5(connect_in arg1)
          Call remote procedure aos_connect_5.
 create_ac_out aos_create_ac_5(create_ac_in arg1)
          Call remote procedure aos_create_ac_5.
 create_listen_endpoint_out aos_create_listen_endpoint_5(create_listen_endpoint_in arg1)
          Call remote procedure aos_create_listen_endpoint_5.
 create_role_out aos_create_role_5(create_role_in arg1)
          Call remote procedure aos_create_role_5.
 create_seg_out aos_create_seg_5(create_seg_in arg1)
          Call remote procedure aos_create_seg_5.
 delete_ac_out aos_delete_ac_5(delete_ac_in arg1)
          Call remote procedure aos_delete_ac_5.
 delete_listen_endpoint_out aos_delete_listen_endpoint_5(delete_listen_endpoint_in arg1)
          Call remote procedure aos_delete_listen_endpoint_5.
 delete_role_out aos_delete_role_5(delete_role_in arg1)
          Call remote procedure aos_delete_role_5.
 delete_seg_out aos_delete_seg_5(delete_seg_in arg1)
          Call remote procedure aos_delete_seg_5.
 finalize_ac_out aos_finalize_ac_5(finalize_ac_in arg1)
          Call remote procedure aos_finalize_ac_5.
 get_parm_out aos_get_parm_5(get_parm_in arg1)
          Call remote procedure aos_get_parm_5.
 make_persistent_out aos_make_persistent_5(make_persistent_in arg1)
          Call remote procedure aos_make_persistent_5.
 peek_out aos_peek_5(peek_in arg1)
          Call remote procedure aos_peek_5.
 prepare_wait_ac_out aos_prepare_wait_ac_5(prepare_wait_ac_in arg1)
          Call remote procedure aos_prepare_wait_ac_5.
 read_seg_out aos_read_seg_5(read_seg_in arg1)
          Call remote procedure aos_read_seg_5.
 read_toc_out aos_read_toc_5(read_toc_in arg1)
          Call remote procedure aos_read_toc_5.
 recv_out aos_recv_5(recv_in arg1)
          Call remote procedure aos_recv_5.
 reenable_role_out aos_reenable_role_5(reenable_role_in arg1)
          Call remote procedure aos_reenable_role_5.
 select_out aos_select_5(select_in arg1)
          Call remote procedure aos_select_5.
 send_out aos_send_5(send_in arg1)
          Call remote procedure aos_send_5.
 ship_ac_out aos_ship_ac_5(ship_ac_in arg1)
          Call remote procedure aos_ship_ac_5.
 wait_ac_out aos_wait_ac_5(wait_ac_in arg1)
          Call remote procedure aos_wait_ac_5.
 write_seg_out aos_write_seg_5(write_seg_in arg1)
          Call remote procedure aos_write_seg_5.
 
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

aosapi_sunrpcClient

public aosapi_sunrpcClient(java.net.InetAddress host,
                           int protocol)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API 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.

aosapi_sunrpcClient

public aosapi_sunrpcClient(java.net.InetAddress host,
                           int port,
                           int protocol)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API 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.

aosapi_sunrpcClient

public aosapi_sunrpcClient(org.acplt.oncrpc.OncRpcClient client)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API 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.

aosapi_sunrpcClient

public aosapi_sunrpcClient(java.net.InetAddress host,
                           int program,
                           int version,
                           int protocol)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API 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.

aosapi_sunrpcClient

public aosapi_sunrpcClient(java.net.InetAddress host,
                           int program,
                           int version,
                           int port,
                           int protocol)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Constructs a aosapi_sunrpcClient client stub proxy object from which the AOS_API 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

aos_create_role_5

public create_role_out aos_create_role_5(create_role_in arg1)
                                  throws org.acplt.oncrpc.OncRpcException,
                                         java.io.IOException
Call remote procedure aos_create_role_5.

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

aos_delete_role_5

public delete_role_out aos_delete_role_5(delete_role_in arg1)
                                  throws org.acplt.oncrpc.OncRpcException,
                                         java.io.IOException
Call remote procedure aos_delete_role_5.

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

aos_create_ac_5

public create_ac_out aos_create_ac_5(create_ac_in arg1)
                              throws org.acplt.oncrpc.OncRpcException,
                                     java.io.IOException
Call remote procedure aos_create_ac_5.

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

aos_prepare_wait_ac_5

public prepare_wait_ac_out aos_prepare_wait_ac_5(prepare_wait_ac_in arg1)
                                          throws org.acplt.oncrpc.OncRpcException,
                                                 java.io.IOException
Call remote procedure aos_prepare_wait_ac_5.

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

aos_wait_ac_5

public wait_ac_out aos_wait_ac_5(wait_ac_in arg1)
                          throws org.acplt.oncrpc.OncRpcException,
                                 java.io.IOException
Call remote procedure aos_wait_ac_5.

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

aos_ship_ac_5

public ship_ac_out aos_ship_ac_5(ship_ac_in arg1)
                          throws org.acplt.oncrpc.OncRpcException,
                                 java.io.IOException
Call remote procedure aos_ship_ac_5.

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

aos_delete_ac_5

public delete_ac_out aos_delete_ac_5(delete_ac_in arg1)
                              throws org.acplt.oncrpc.OncRpcException,
                                     java.io.IOException
Call remote procedure aos_delete_ac_5.

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

aos_read_toc_5

public read_toc_out aos_read_toc_5(read_toc_in arg1)
                            throws org.acplt.oncrpc.OncRpcException,
                                   java.io.IOException
Call remote procedure aos_read_toc_5.

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

aos_create_seg_5

public create_seg_out aos_create_seg_5(create_seg_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure aos_create_seg_5.

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

aos_read_seg_5

public read_seg_out aos_read_seg_5(read_seg_in arg1)
                            throws org.acplt.oncrpc.OncRpcException,
                                   java.io.IOException
Call remote procedure aos_read_seg_5.

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

aos_write_seg_5

public write_seg_out aos_write_seg_5(write_seg_in arg1)
                              throws org.acplt.oncrpc.OncRpcException,
                                     java.io.IOException
Call remote procedure aos_write_seg_5.

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

aos_delete_seg_5

public delete_seg_out aos_delete_seg_5(delete_seg_in arg1)
                                throws org.acplt.oncrpc.OncRpcException,
                                       java.io.IOException
Call remote procedure aos_delete_seg_5.

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

aos_make_persistent_5

public make_persistent_out aos_make_persistent_5(make_persistent_in arg1)
                                          throws org.acplt.oncrpc.OncRpcException,
                                                 java.io.IOException
Call remote procedure aos_make_persistent_5.

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

aos_finalize_ac_5

public finalize_ac_out aos_finalize_ac_5(finalize_ac_in arg1)
                                  throws org.acplt.oncrpc.OncRpcException,
                                         java.io.IOException
Call remote procedure aos_finalize_ac_5.

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

aos_create_listen_endpoint_5

public create_listen_endpoint_out aos_create_listen_endpoint_5(create_listen_endpoint_in arg1)
                                                        throws org.acplt.oncrpc.OncRpcException,
                                                               java.io.IOException
Call remote procedure aos_create_listen_endpoint_5.

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

aos_delete_listen_endpoint_5

public delete_listen_endpoint_out aos_delete_listen_endpoint_5(delete_listen_endpoint_in arg1)
                                                        throws org.acplt.oncrpc.OncRpcException,
                                                               java.io.IOException
Call remote procedure aos_delete_listen_endpoint_5.

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

aos_accept_5

public accept_out aos_accept_5(accept_in arg1)
                        throws org.acplt.oncrpc.OncRpcException,
                               java.io.IOException
Call remote procedure aos_accept_5.

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

aos_connect_5

public connect_out aos_connect_5(connect_in arg1)
                          throws org.acplt.oncrpc.OncRpcException,
                                 java.io.IOException
Call remote procedure aos_connect_5.

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

aos_send_5

public send_out aos_send_5(send_in arg1)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Call remote procedure aos_send_5.

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

aos_recv_5

public recv_out aos_recv_5(recv_in arg1)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Call remote procedure aos_recv_5.

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

aos_peek_5

public peek_out aos_peek_5(peek_in arg1)
                    throws org.acplt.oncrpc.OncRpcException,
                           java.io.IOException
Call remote procedure aos_peek_5.

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

aos_close_5

public close_out aos_close_5(close_in arg1)
                      throws org.acplt.oncrpc.OncRpcException,
                             java.io.IOException
Call remote procedure aos_close_5.

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

aos_select_5

public select_out aos_select_5(select_in arg1)
                        throws org.acplt.oncrpc.OncRpcException,
                               java.io.IOException
Call remote procedure aos_select_5.

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

aos_get_parm_5

public get_parm_out aos_get_parm_5(get_parm_in arg1)
                            throws org.acplt.oncrpc.OncRpcException,
                                   java.io.IOException
Call remote procedure aos_get_parm_5.

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

aos_reenable_role_5

public reenable_role_out aos_reenable_role_5(reenable_role_in arg1)
                                      throws org.acplt.oncrpc.OncRpcException,
                                             java.io.IOException
Call remote procedure aos_reenable_role_5.

Parameters:
arg1 - parameter (of type reenable_role_in) to the remote procedure call.
Returns:
Result from remote procedure call (of type reenable_role_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.