|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IChannelLocator in gr.uoa.di.madgik.commons.channel.nozzle |
|---|
| Methods in gr.uoa.di.madgik.commons.channel.nozzle that return IChannelLocator | |
|---|---|
IChannelLocator |
ChannelInlet.GetLocator()
Retrieves the locator that can be used by other nozzles to connect to the channel |
IChannelLocator |
ChannelOutlet.GetLocator()
Retrieves the locator that can be used by other nozzles to connect to the channel |
| Constructors in gr.uoa.di.madgik.commons.channel.nozzle with parameters of type IChannelLocator | |
|---|---|
ChannelOutlet(IChannelLocator Locator)
Instantiates a new channel outlet. |
|
| Uses of IChannelLocator in gr.uoa.di.madgik.commons.channel.proxy |
|---|
| Methods in gr.uoa.di.madgik.commons.channel.proxy that return IChannelLocator | |
|---|---|
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 |
| Uses of IChannelLocator in gr.uoa.di.madgik.commons.channel.proxy.local |
|---|
| Classes in gr.uoa.di.madgik.commons.channel.proxy.local that implement IChannelLocator | |
|---|---|
class |
LocalChannelLocator
Defines a local proxy locator capable of identifying a channel in the same address space as the one it was created in |
| Methods in gr.uoa.di.madgik.commons.channel.proxy.local that return IChannelLocator | |
|---|---|
IChannelLocator |
LocalChannelProxy.GetLocator()
|
| Constructors in gr.uoa.di.madgik.commons.channel.proxy.local with parameters of type IChannelLocator | |
|---|---|
LocalChannelProxy(IChannelLocator Locator,
String NozzleID)
Creates a new instance. |
|
| Uses of IChannelLocator in gr.uoa.di.madgik.commons.channel.proxy.tcp |
|---|
| Classes in gr.uoa.di.madgik.commons.channel.proxy.tcp that implement IChannelLocator | |
|---|---|
class |
TCPChannelLocator
Defines a TCP proxy locator capable of identifying a channel wither within the same host or from different hosts |
| Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp that return IChannelLocator | |
|---|---|
IChannelLocator |
TCPServerChannelProxy.GetLocator()
|
| Constructors in gr.uoa.di.madgik.commons.channel.proxy.tcp with parameters of type IChannelLocator | |
|---|---|
TCPServerChannelProxy(IChannelLocator Locator,
String NozzleID)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||