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

Constructor Index

 o ClientTCP(InetAddress, int, int)
 o ClientTCP(InetAddress, int, int, int)
 o ClientTCP(String, int, int)

Method Index

 o call(int, XDT, XDT)
Call an RPC procedure.
 o close()
Close the connection to the RPC server.
 o connect()
Connect to the RPC server.

Constructors

 o ClientTCP
 public ClientTCP(InetAddress inetAddress,
                  int prog,
                  int ver,
                  int port) throws rpc_err
 o ClientTCP
 public ClientTCP(InetAddress inetAddress,
                  int prog,
                  int ver) throws rpc_err
 o ClientTCP
 public ClientTCP(String host,
                  int prog,
                  int ver) throws rpc_err

Methods

 o connect
 public boolean connect() throws rpc_err
Connect to the RPC server.

Overrides:
connect in class RPCClient
 o call
 public void call(int proc,
                  XDT inarg,
                  XDT outarg) throws rpc_err
Call an RPC procedure.

Overrides:
call in class RPCClient
 o 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