| Modifier and Type | Method and Description |
|---|---|
ChannelState |
IChannelProxy.GetChannelState()
Retrieves the
ChannelState that the proxy mediates for and is used to synchronize
between the various instances of the ChannelState all connected nozzles use |
| Modifier and Type | Method and Description |
|---|---|
ChannelState |
LocalChannelProxy.GetChannelState() |
| Modifier and Type | Method and Description |
|---|---|
ChannelState |
TCPServerChannelProxy.GetChannelState() |
| Constructor and Description |
|---|
OutletProtocol(Object synchThreadStart,
Socket clientSock,
String NozzleID,
String ChannelID,
ChannelState State)
Instantiates a new outlet protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelState |
ChannelRegistryEntry.GetState()
Gets the synchronization point of the channel
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelRegistryKey |
ChannelRegistry.Register(ChannelState State,
INozzleConfig Config,
String RegisteringNozzle)
Registers a channel and assigns it a referencable unique identifier.
|
| Constructor and Description |
|---|
ChannelRegistryEntry(ChannelRegistryKey Key,
ChannelState State,
INozzleConfig Config,
String RegisteringNozzle)
Instantiates a new channel registry entry.
|
Copyright © 2018. All Rights Reserved.