| Modifier and Type | Method and Description |
|---|---|
IChannelLocator |
ChannelOutlet.GetLocator()
Retrieves the locator that can be used by other nozzles to connect to the channel
|
IChannelLocator |
ChannelInlet.GetLocator()
Retrieves the locator that can be used by other nozzles to connect to the channel
|
| Constructor and Description |
|---|
ChannelOutlet(IChannelLocator Locator)
Instantiates a new channel outlet.
|
| Modifier and Type | Method and Description |
|---|---|
IChannelLocator |
IChannelProxy.GetLocator()
Retrieves a locator to this proxy
|
static IChannelLocator |
ChannelLocatorFactory.GetLocator(URI locator)
Creates instances of
IChannelLocator objects based on the provided serialization |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalChannelLocator
Defines a local proxy locator capable of identifying a channel in the same address
space as the one it was created in
|
| Modifier and Type | Method and Description |
|---|---|
IChannelLocator |
LocalChannelProxy.GetLocator() |
| Constructor and Description |
|---|
LocalChannelProxy(IChannelLocator Locator,
String NozzleID)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPChannelLocator
Defines a TCP proxy locator capable of identifying a channel wither within the same host or from
different hosts
|
| Modifier and Type | Method and Description |
|---|---|
IChannelLocator |
TCPServerChannelProxy.GetLocator() |
| Constructor and Description |
|---|
TCPServerChannelProxy(IChannelLocator Locator,
String NozzleID)
Creates a new instance.
|
Copyright © 2018. All Rights Reserved.