Uses of Class
gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryKey

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

Methods in gr.uoa.di.madgik.commons.channel.events that return ChannelRegistryKey
 ChannelRegistryKey DisposeChannelEvent.GetRegistryKey()
          Gets the registry key of the disposed channel
 

Constructors in gr.uoa.di.madgik.commons.channel.events with parameters of type ChannelRegistryKey
DisposeChannelEvent(ChannelRegistryKey RegistryKey)
          Instantiates a new dispose channel event.
 

Uses of ChannelRegistryKey in gr.uoa.di.madgik.commons.channel.proxy
 

Methods in gr.uoa.di.madgik.commons.channel.proxy that return ChannelRegistryKey
 ChannelRegistryKey IChannelLocator.GetRegistryKey()
          Retrieves the registry UUID the channel that this locator identifies has been assigned
 

Methods in gr.uoa.di.madgik.commons.channel.proxy with parameters of type ChannelRegistryKey
 void IChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey)
          Sets the ChannelRegistryKey this proxy will manage.
 void IChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey)
          Sets the registry UUID the channel that this locator identifies has been assigned
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.local that return ChannelRegistryKey
 ChannelRegistryKey LocalChannelLocator.GetRegistryKey()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.local with parameters of type ChannelRegistryKey
 void LocalChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey)
           
 void LocalChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey)
           
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp that return ChannelRegistryKey
 ChannelRegistryKey TCPChannelLocator.GetRegistryKey()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp with parameters of type ChannelRegistryKey
 void TCPServerChannelProxy.SetChannelRegistryKey(ChannelRegistryKey RegistryKey)
           
 void TCPChannelLocator.SetRegistryKey(ChannelRegistryKey RegistryKey)
           
 

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

Methods in gr.uoa.di.madgik.commons.channel.registry that return ChannelRegistryKey
 ChannelRegistryKey ChannelRegistryEntry.GetRegistryKey()
          Gets the registry key.
static ChannelRegistryKey ChannelRegistry.Register(ChannelState State, INozzleConfig Config, String RegisteringNozzle)
          Registers a channel and assigns it a referencable unique identifier.
 

Methods in gr.uoa.di.madgik.commons.channel.registry with parameters of type ChannelRegistryKey
protected static void ChannelRegistry.CleanUp(ChannelRegistryKey RegistryKey)
          Cleans up the entry of the provided registry key.
static ChannelRegistryEntry ChannelRegistry.Retrieve(ChannelRegistryKey Key)
          Retrieves the associated to a registry key entry
 

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



Copyright © 2013. All Rights Reserved.