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.


Constructor Index

 o Pmapsvc()

Method Index

 o main(String[])
 o proc_call(int, XDR)
RPC dispatch function.
 o run()
Create both TCP and UDP server and run them.

Constructors

 o Pmapsvc
 public Pmapsvc()

Methods

 o proc_call
 public synchronized XDT proc_call(int proc,
                                   XDR inXDR)
RPC dispatch function.

Overrides:
proc_call in class Svc
 o run
 public void run() throws rpc_err
Create both TCP and UDP server and run them.

Overrides:
run in class Svc
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index