class OncRpcEmbeddedPortmap.OncRpcEmbeddedPortmapThread
extends java.lang.Thread
OncRpcEmbeddedPortmapThread
implements a thread
which will run an embedded portmap service.Modifier and Type | Field and Description |
---|---|
private OncRpcEmbeddedPortmap.embeddedjportmap |
portmap
The embedded portmap service object this thread belongs to.
|
Constructor and Description |
---|
OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap.embeddedjportmap portmap)
Construct a new embedded portmap service thread and associate
it with the portmap object to be used as the service.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Run the embedded portmap service thread, starting dispatching
of all portmap transports until we get the signal to shut down.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private OncRpcEmbeddedPortmap.embeddedjportmap portmap
public OncRpcEmbeddedPortmapThread(OncRpcEmbeddedPortmap.embeddedjportmap portmap)