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
-
ClientHTTP(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.
-
setServer(String, int)
- Closes existing connection and connect to another server.
ClientHTTP
public ClientHTTP(String gw_url,
int prog,
int ver) throws rpc_err
setServer
public void setServer(String rpcserv,
int proto) throws rpc_err
- Closes existing connection and connect to another server.
- Overrides:
- setServer in class RPCClient
connect
public boolean connect()
- 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