All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netbula.ORPC.ClientHTTP

java.lang.Object
   |
   +----netbula.ORPC.RPCClient
           |
           +----netbula.ORPC.ClientHTTP

public class ClientHTTP
extends RPCClient

Constructor Index

 o ClientHTTP(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.
 o setServer(String, int)
Closes existing connection and connect to another server.

Constructors

 o ClientHTTP
 public ClientHTTP(String gw_url,
                   int prog,
                   int ver) throws rpc_err

Methods

 o setServer
 public void setServer(String rpcserv,
                       int proto) throws rpc_err
Closes existing connection and connect to another server.

Overrides:
setServer in class RPCClient
 o connect
 public boolean connect()
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