Uses of Interface
gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator

Packages that use IChannelLocator
gr.uoa.di.madgik.commons.channel.nozzle   
gr.uoa.di.madgik.commons.channel.proxy   
gr.uoa.di.madgik.commons.channel.proxy.local   
gr.uoa.di.madgik.commons.channel.proxy.tcp   
 

Uses of IChannelLocator in gr.uoa.di.madgik.commons.channel.nozzle
 

Methods in gr.uoa.di.madgik.commons.channel.nozzle that return IChannelLocator
 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
 

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.
 



Copyright © 2012. All Rights Reserved.