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

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

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

Methods in gr.uoa.di.madgik.commons.channel.nozzle that return IChannelProxy
 IChannelProxy INozzleConfig.GetChannelProxy()
          Gets the channel proxy.
 

Methods in gr.uoa.di.madgik.commons.channel.nozzle with parameters of type IChannelProxy
 void INozzleConfig.SetProxy(IChannelProxy ChannelProxy)
          Sets the proxy.
 

Uses of IChannelProxy in gr.uoa.di.madgik.commons.channel.proxy.local
 

Classes in gr.uoa.di.madgik.commons.channel.proxy.local that implement IChannelProxy
 class LocalChannelProxy
          Defines a local proxy capable of mediating between an ChannelInlet and a number of ChannelOutlet that reside within the same virtual machine's address space
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.local that return IChannelProxy
 IChannelProxy LocalNozzleConfig.GetChannelProxy()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.local with parameters of type IChannelProxy
 void LocalNozzleConfig.SetProxy(IChannelProxy ChannelProxy)
           
 

Uses of IChannelProxy in gr.uoa.di.madgik.commons.channel.proxy.tcp
 

Classes in gr.uoa.di.madgik.commons.channel.proxy.tcp that implement IChannelProxy
 class TCPServerChannelProxy
          Defines a local proxy capable of mediating between an ChannelInlet and a number of ChannelOutlet that reside either within the same virtual machine's address space or in different machines, through a TCP stream
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp that return IChannelProxy
 IChannelProxy TCPServerNozzleConfig.GetChannelProxy()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp with parameters of type IChannelProxy
 void TCPServerNozzleConfig.SetProxy(IChannelProxy ChannelProxy)
           
 

Uses of IChannelProxy in gr.uoa.di.madgik.commons.channel.registry
 

Methods in gr.uoa.di.madgik.commons.channel.registry that return IChannelProxy
 IChannelProxy ChannelRegistryEntry.GetProxy()
          Gets the proxy that acts on behalf of the channel for the inlet nozzle
 



Copyright © 2013. All Rights Reserved.