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

Constructor Index

 o ClientUDP()
 o ClientUDP(InetAddress, int, int)
 o ClientUDP(InetAddress, int, int, int)
 o ClientUDP(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()
For UDP the connect function initialize certain internal data needed for the subsequent RPC calls.

Constructors

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

Methods

 o 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
 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