All Packages Class Hierarchy This Package Previous Next Index
Class netbula.ORPC.Pmapsvc
java.lang.Object
|
+----netbula.ORPC.Svc
|
+----netbula.ORPC.Pmapsvc
- public class Pmapsvc
- extends Svc
Portmapper in Java.
Missing rmt_call() function.
-
Pmapsvc()
-
-
main(String[])
-
-
proc_call(int, XDR)
- RPC dispatch function.
-
run()
- Create both TCP and UDP server and run them.
Pmapsvc
public Pmapsvc()
proc_call
public synchronized XDT proc_call(int proc,
XDR inXDR)
- RPC dispatch function.
- Overrides:
- proc_call in class Svc
run
public void run() throws rpc_err
- Create both TCP and UDP server and run them.
- Overrides:
- run in class Svc
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index