public class InletProtocol extends Thread implements Observer, Serializable
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
InletProtocol(ChannelRegistryEntry Entry,
Object synchThreadStart)
Instantiates a new inlet protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispose()
Disposes the protocol state and unregisters from events
|
void |
run() |
void |
update(Observable o,
Object arg) |
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, yieldpublic InletProtocol(ChannelRegistryEntry Entry, Object synchThreadStart)
Entry - The ChannelRegistryEntry that represents the channel that is servedsynchThreadStart - the object the client should wait on until the thread is started and a notify is emittedCopyright © 2018. All Rights Reserved.