Uses of Class
gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator.LocatorType

Packages that use IChannelLocator.LocatorType
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.utils   
 

Uses of IChannelLocator.LocatorType in gr.uoa.di.madgik.commons.channel.proxy
 

Methods in gr.uoa.di.madgik.commons.channel.proxy that return IChannelLocator.LocatorType
 IChannelLocator.LocatorType IChannelLocator.GetLocatorType()
          Retrieves the Locator Type of the proxy locator
static IChannelLocator.LocatorType IChannelLocator.LocatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IChannelLocator.LocatorType[] IChannelLocator.LocatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.commons.channel.proxy with parameters of type IChannelLocator.LocatorType
 Boolean IChannelProxy.CanHandleProxyLocator(IChannelLocator.LocatorType Locator)
          Checks if this proxy can handle the specific type of locator
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.local that return IChannelLocator.LocatorType
 IChannelLocator.LocatorType LocalChannelLocator.GetLocatorType()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.local with parameters of type IChannelLocator.LocatorType
 Boolean LocalChannelProxy.CanHandleProxyLocator(IChannelLocator.LocatorType Locator)
           
 

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

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp that return IChannelLocator.LocatorType
 IChannelLocator.LocatorType TCPChannelLocator.GetLocatorType()
           
 

Methods in gr.uoa.di.madgik.commons.channel.proxy.tcp with parameters of type IChannelLocator.LocatorType
 Boolean TCPServerChannelProxy.CanHandleProxyLocator(IChannelLocator.LocatorType Locator)
           
 

Uses of IChannelLocator.LocatorType in gr.uoa.di.madgik.commons.utils
 

Methods in gr.uoa.di.madgik.commons.utils that return IChannelLocator.LocatorType
static IChannelLocator.LocatorType URIUtils.GetLocatorType(URI locator)
           
 



Copyright © 2013. All Rights Reserved.