Package org.acplt.oncrpc.apps.jportmap
Class OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread
java.lang.Object
java.lang.Thread
org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
OncRpcEmbeddedPortmap
The class
OncRpcEmbeddedPortmapThread
implements a thread
which will run an embedded portmap service.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe embedded portmap service object this thread belongs to.Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new embedded portmap service thread and associate it with the portmap object to be used as the service. -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Run the embedded portmap service thread, starting dispatching of all portmap transports until we get the signal to shut down.Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
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
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