|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.OncRpcClientStub
org.iids.aos.kernel.xdr.aosapi_sunrpcClient
public class aosapi_sunrpcClient
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 |
|---|
public aosapi_sunrpcClient(java.net.InetAddress host,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
aosapi_sunrpcClient client stub proxy object
from which the AOS_API remote program can be accessed.
host - Internet address of host where to contact the remote program.protocol - Protocol to be
used for ONC/RPC calls.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public aosapi_sunrpcClient(java.net.InetAddress host,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
aosapi_sunrpcClient client stub proxy object
from which the AOS_API remote program can be accessed.
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.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public aosapi_sunrpcClient(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
aosapi_sunrpcClient client stub proxy object
from which the AOS_API remote program can be accessed.
client - ONC/RPC client connection object implementing a particular
protocol.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public aosapi_sunrpcClient(java.net.InetAddress host,
int program,
int version,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
aosapi_sunrpcClient client stub proxy object
from which the AOS_API remote program can be accessed.
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.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public aosapi_sunrpcClient(java.net.InetAddress host,
int program,
int version,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
aosapi_sunrpcClient client stub proxy object
from which the AOS_API remote program can be accessed.
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.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.| Method Detail |
|---|
public create_role_out aos_create_role_5(create_role_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type create_role_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public delete_role_out aos_delete_role_5(delete_role_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type delete_role_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public create_ac_out aos_create_ac_5(create_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type create_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public prepare_wait_ac_out aos_prepare_wait_ac_5(prepare_wait_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type prepare_wait_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public wait_ac_out aos_wait_ac_5(wait_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type wait_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public ship_ac_out aos_ship_ac_5(ship_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type ship_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public delete_ac_out aos_delete_ac_5(delete_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type delete_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public read_toc_out aos_read_toc_5(read_toc_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type read_toc_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public create_seg_out aos_create_seg_5(create_seg_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type create_seg_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public read_seg_out aos_read_seg_5(read_seg_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type read_seg_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public write_seg_out aos_write_seg_5(write_seg_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type write_seg_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public delete_seg_out aos_delete_seg_5(delete_seg_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type delete_seg_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public make_persistent_out aos_make_persistent_5(make_persistent_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type make_persistent_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public finalize_ac_out aos_finalize_ac_5(finalize_ac_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type finalize_ac_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public create_listen_endpoint_out aos_create_listen_endpoint_5(create_listen_endpoint_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type create_listen_endpoint_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public delete_listen_endpoint_out aos_delete_listen_endpoint_5(delete_listen_endpoint_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type delete_listen_endpoint_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public accept_out aos_accept_5(accept_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type accept_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public connect_out aos_connect_5(connect_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type connect_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public send_out aos_send_5(send_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type send_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public recv_out aos_recv_5(recv_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type recv_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public peek_out aos_peek_5(peek_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type peek_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public close_out aos_close_5(close_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type close_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public select_out aos_select_5(select_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type select_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public get_parm_out aos_get_parm_5(get_parm_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type get_parm_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
public reenable_role_out aos_reenable_role_5(reenable_role_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type reenable_role_in) to the remote procedure call.
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.
java.io.IOException - if an I/O error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||