Uses of Interface
gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig

Packages that use INozzleConfig
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 INozzleConfig in gr.uoa.di.madgik.commons.channel.nozzle
 

Methods in gr.uoa.di.madgik.commons.channel.nozzle that return INozzleConfig
static INozzleConfig NozzleConfigUtils.GetNozzleConfig(Element element)
           
 

Constructors in gr.uoa.di.madgik.commons.channel.nozzle with parameters of type INozzleConfig
ChannelInlet(INozzleConfig Config)
          Instantiates a new channel inlet.
 

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

Classes in gr.uoa.di.madgik.commons.channel.proxy.local that implement INozzleConfig
 class LocalNozzleConfig
          This class provides configuration on the creation of a new channel through a ChannelInlet.
 

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

Classes in gr.uoa.di.madgik.commons.channel.proxy.tcp that implement INozzleConfig
 class TCPServerNozzleConfig
          This class provides configuration on the creation of a new channel through a ChannelInlet.
 

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

Methods in gr.uoa.di.madgik.commons.channel.registry that return INozzleConfig
 INozzleConfig ChannelRegistryEntry.GetConfig()
           
 

Methods in gr.uoa.di.madgik.commons.channel.registry with parameters of type INozzleConfig
static ChannelRegistryKey ChannelRegistry.Register(ChannelState State, INozzleConfig Config, String RegisteringNozzle)
          Registers a channel and assigns it a referencable unique identifier.
 

Constructors in gr.uoa.di.madgik.commons.channel.registry with parameters of type INozzleConfig
ChannelRegistryEntry(ChannelRegistryKey Key, ChannelState State, INozzleConfig Config, String RegisteringNozzle)
          Instantiates a new channel registry entry.
 



Copyright © 2013. All Rights Reserved.