Class OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread

java.lang.Object
java.lang.Thread
org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread
All Implemented Interfaces:
Runnable
Enclosing class:
OncRpcEmbeddedPortmap

class OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread extends Thread
The class OncRpcEmbeddedPortmapThread implements a thread which will run an embedded portmap service.
  • Field Details

    • portmap

      The embedded portmap service object this thread belongs to. The service object implements the ONC/RPC dispatcher and the individual remote procedures for a portmapper).
  • Constructor Details

    • OncRpcEmbeddedPortmapThread

      public OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap.embeddedjportmap portmap)
      Construct a new embedded portmap service thread and associate it with the portmap object to be used as the service. The service is not started yet.
  • Method Details

    • run

      public void run()
      Run the embedded portmap service thread, starting dispatching of all portmap transports until we get the signal to shut down.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread