All Packages Class Hierarchy This Package Previous Next Index
Class netbula.ORPC.ClientTCP
java.lang.Object
|
+----netbula.ORPC.RPCClient
|
+----netbula.ORPC.ClientTCP
- public class ClientTCP
- extends RPCClient
-
ClientTCP(InetAddress, int, int)
-
-
ClientTCP(InetAddress, int, int, int)
-
-
ClientTCP(String, int, int)
-
-
call(int, XDT, XDT)
- Call an RPC procedure.
-
close()
- Close the connection to the RPC server.
-
connect()
- Connect to the RPC server.
ClientTCP
public ClientTCP(InetAddress inetAddress,
int prog,
int ver,
int port) throws rpc_err
ClientTCP
public ClientTCP(InetAddress inetAddress,
int prog,
int ver) throws rpc_err
ClientTCP
public ClientTCP(String host,
int prog,
int ver) throws rpc_err
connect
public boolean connect() throws rpc_err
- Connect to the RPC server.
- 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