|
|||||||||
| 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.api.xdr.api_AgentScape_Client
public class api_AgentScape_Client
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 |
|---|
public api_AgentScape_Client(java.net.InetAddress host,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
api_AgentScape_Client client stub proxy object
from which the AgentScape 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 api_AgentScape_Client(java.net.InetAddress host,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
api_AgentScape_Client client stub proxy object
from which the AgentScape 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 api_AgentScape_Client(org.acplt.oncrpc.OncRpcClient client)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
api_AgentScape_Client client stub proxy object
from which the AgentScape 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 api_AgentScape_Client(java.net.InetAddress host,
int program,
int version,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
api_AgentScape_Client client stub proxy object
from which the AgentScape 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 api_AgentScape_Client(java.net.InetAddress host,
int program,
int version,
int port,
int protocol)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
api_AgentScape_Client client stub proxy object
from which the AgentScape 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 AS_register_out AS_register_2(AS_register_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_register_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 AS_lookup_out AS_lookup_2(AS_lookup_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_lookup_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 AS_list_out AS_list_2(AS_list_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_list_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 AS_find_out AS_find_2(AS_find_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_find_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 AS_create_agent_out AS_create_agent_2(AS_create_agent_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_create_agent_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 AS_kill_out AS_kill_2(AS_kill_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_kill_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 AS_move_out AS_move_2(AS_move_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_move_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 AS_send_message_out AS_send_message_2(AS_send_message_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_send_message_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 AS_receive_message_out AS_receive_message_2(AS_receive_message_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_receive_message_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 AS_get_handles_out AS_get_handles_2(AS_get_handles_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_get_handles_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 AS_start_agent_out AS_start_agent_2(AS_start_agent_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_start_agent_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 AS_read_data_out AS_read_data_2(AS_read_data_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_read_data_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 AS_write_data_out AS_write_data_2(AS_write_data_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_write_data_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 AS_delete_data_out AS_delete_data_2(AS_delete_data_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_delete_data_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 AS_list_data_out AS_list_data_2(AS_list_data_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_list_data_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 AS_read_code_out AS_read_code_2(AS_read_code_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_read_code_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 AS_write_code_out AS_write_code_2(AS_write_code_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_write_code_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 AS_delete_code_out AS_delete_code_2(AS_delete_code_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_delete_code_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 AS_list_code_out AS_list_code_2(AS_list_code_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_list_code_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 AS_set_default_code_out AS_set_default_code_2(AS_set_default_code_in arg1)
throws org.acplt.oncrpc.OncRpcException,
java.io.IOException
arg1 - parameter (of type AS_set_default_code_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 | ||||||||