All Packages Class Hierarchy This Package Previous Next Index
Class netbula.ORPC.ClientUDP
java.lang.Object
|
+----netbula.ORPC.RPCClient
|
+----netbula.ORPC.ClientUDP
- public class ClientUDP
- extends RPCClient
-
ClientUDP()
-
-
ClientUDP(InetAddress, int, int)
-
-
ClientUDP(InetAddress, int, int, int)
-
-
ClientUDP(String, int, int)
-
-
call(int, XDT, XDT)
- Call an RPC procedure.
-
close()
- Close the connection to the RPC server.
-
connect()
- For UDP the connect function initialize certain internal data needed
for the subsequent RPC calls.
ClientUDP
public ClientUDP()
ClientUDP
public ClientUDP(InetAddress inetAddress,
int prog,
int ver,
int port) throws rpc_err
ClientUDP
public ClientUDP(InetAddress inetAddress,
int prog,
int ver) throws rpc_err
ClientUDP
public ClientUDP(String host,
int prog,
int ver) throws rpc_err
connect
public boolean connect() throws rpc_err
- For UDP the connect function initialize certain internal data needed
for the subsequent RPC calls.
- Overrides:
- connect in class RPCClient
call
public void call(int proc,
XDT inarg,
XDT outarg) throws rpc_err
- Call an RPC procedure.
- Overrides:
- call in class RPCClient
close
public boolean close()
- Close the connection to the RPC server.
- Overrides:
- close in class RPCClient
All Packages Class Hierarchy This Package Previous Next Index