| Modifier and Type | Method and Description |
|---|---|
ChannelRegistryKey |
DisposeChannelEvent.GetRegistryKey()
Gets the registry key of the disposed channel
|
| Constructor and Description |
|---|
DisposeChannelEvent(ChannelRegistryKey RegistryKey)
Instantiates a new dispose channel event.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelRegistryKey |
IChannelLocator.GetRegistryKey()
Retrieves the registry UUID the channel that this locator identifies has been assigned
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey)
Sets the
ChannelRegistryKey this proxy will manage. |
void |
IChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey)
Sets the registry UUID the channel that this locator identifies has been assigned
|
| Modifier and Type | Method and Description |
|---|---|
ChannelRegistryKey |
LocalChannelLocator.GetRegistryKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey) |
void |
LocalChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey) |
| Modifier and Type | Method and Description |
|---|---|
ChannelRegistryKey |
TCPChannelLocator.GetRegistryKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPServerChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey) |
void |
TCPChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey) |
| Modifier and Type | Method and Description |
|---|---|
ChannelRegistryKey |
ChannelRegistryEntry.GetRegistryKey()
Gets the registry key.
|
static ChannelRegistryKey |
ChannelRegistry.Register(ChannelState State,
INozzleConfig Config,
String RegisteringNozzle)
Registers a channel and assigns it a referencable unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ChannelRegistry.CleanUp(ChannelRegistryKey RegistryKey)
Cleans up the entry of the provided registry key.
|
static ChannelRegistryEntry |
ChannelRegistry.Retrieve(ChannelRegistryKey Key)
Retrieves the associated to a registry key entry
|
| Constructor and Description |
|---|
ChannelRegistryEntry(ChannelRegistryKey Key,
ChannelState State,
INozzleConfig Config,
String RegisteringNozzle)
Instantiates a new channel registry entry.
|
Copyright © 2018. All Rights Reserved.