Uses of Class
gr.uoa.di.madgik.commons.channel.events.ChannelState

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

Methods in gr.uoa.di.madgik.commons.channel.proxy that return ChannelState
 ChannelState IChannelProxy.GetChannelState()
          Retrieves the ChannelState that the proxy mediates for and is used to synchronize between the various instances of the ChannelState all connected nozzles use
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.local that return ChannelState
 ChannelState LocalChannelProxy.GetChannelState()
           
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp that return ChannelState
 ChannelState TCPServerChannelProxy.GetChannelState()
           
 

Constructors in gr.uoa.di.madgik.commons.channel.proxy.tcp with parameters of type ChannelState
OutletProtocol(Object synchThreadStart, Socket clientSock, String NozzleID, String ChannelID, ChannelState State)
          Instantiates a new outlet protocol.
 

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

Methods in gr.uoa.di.madgik.commons.channel.registry that return ChannelState
 ChannelState ChannelRegistryEntry.GetState()
          Gets the synchronization point of the channel
 

Methods in gr.uoa.di.madgik.commons.channel.registry with parameters of type ChannelState
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 ChannelState
ChannelRegistryEntry(ChannelRegistryKey Key, ChannelState State, INozzleConfig Config, String RegisteringNozzle)
          Instantiates a new channel registry entry.
 



Copyright © 2013. All Rights Reserved.