A B C D E F G H I L M N O P Q R S T U V X Z

G

Get(String) - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistry
Retrieves the StateStoreRegistryKey that is associated with the provided key from the in memory data structure if the key is found in the structure.
GetAlphanumeric(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves the payload associated with the provided key as an alphanumeric string
GetAlphanumeric(StateStoreRegistryKey) - Method in class gr.uoa.di.madgik.commons.state.store.data.StateStoreData
Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
GetArguments() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Arguments
The Contained arguments
GetArguments() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Constructor
Retrieves the arguments that should be provided to contatructor
GetArguments() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Method
Retrieves the arguments that should be provided to the method invocation
GetAttribute(Element, String) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
Retrieves an attribute's value
GetAttributes(Element, boolean) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
 
GetBooleanParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetByteArray(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves the payload associated with the provided key as a byte array
GetByteArray(StateStoreRegistryKey) - Method in class gr.uoa.di.madgik.commons.state.store.data.StateStoreData
Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
GetByteParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetChannelEvents() - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelState
Retrieves all the available Events one can register for
GetChannelProxy() - Method in interface gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig
Gets the channel proxy.
GetChannelProxy() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalNozzleConfig
 
GetChannelProxy() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerNozzleConfig
 
GetChannelState() - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelProxy
Retrieves the ChannelState that the proxy mediates for and is used to synchronize between the various instances of the ChannelState all connected nozzles use
GetChannelState() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelProxy
 
GetChannelState() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerChannelProxy
 
GetChildCDataText(Node) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
 
GetChildElementsWithName(Node, String) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
Retrieves all child elements of the provided node that have the provided name
GetChildElementsWithNameAndNamespace(Node, String, String) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
 
GetChildElementWithName(Node, String) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
Retrieves a single child element of the provided node that has the provided name.
GetChildElementWithNameAndNamespace(Node, String, String) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
 
GetChildText(Node) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
Retrieves the text payload of the first available Text node that is a member of the provided node children
GetChildTextOrFirstNonEmptyChildElementAsText(Node) - Static method in class gr.uoa.di.madgik.commons.utils.XMLUtils
 
GetClassName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetClientSock() - Method in class gr.uoa.di.madgik.commons.channel.registry.RegisteredNozzle
Gets the client sock.
getCollocationScore(HostingNode) - Method in class gr.uoa.di.madgik.commons.infra.collocationpolicy.CollocationRegistry
 
GetConfig() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
 
GetConfigType() - Method in interface gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig
 
GetConfigType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalNozzleConfig
 
GetConfigType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerNozzleConfig
 
GetConnectionManagerHostName() - Static method in class gr.uoa.di.madgik.commons.server.http.HTTPConnectionManager
 
GetConnectionManagerHostName() - Static method in class gr.uoa.di.madgik.commons.server.TCPConnectionManager
 
GetConnectionManagerPort() - Static method in class gr.uoa.di.madgik.commons.server.http.HTTPConnectionManager
 
GetConnectionManagerPort() - Static method in class gr.uoa.di.madgik.commons.server.TCPConnectionManager
 
GetConstructor() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetDictionary() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistry
Retrieved the dictionary data structure used to store the StateStoreRegistryKey entries
GetDoubleParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetEmitingNozzleID() - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
Retrieves the emitting nozzle UUID of the event associated with it during initialization
GetEmitingNozzleIdentifierLeastSignificantBits() - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
Gets the emitting nozzle identifier least significant bits.
GetEmitingNozzleIdentifierMostSignificantBits() - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
Gets the emitting nozzle identifier most significant bits.
GetEnd() - Method in class gr.uoa.di.madgik.commons.server.PortRange
The End of the range
GetEndingDataOffset() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey
Retrieves the ending offset in the data fale where the entry's data are stored
GetEntry(IHTTPConnectionManagerEntry.NamedEntry) - Static method in class gr.uoa.di.madgik.commons.server.http.HTTPConnectionManager
 
GetEntry(ITCPConnectionManagerEntry.NamedEntry) - Static method in class gr.uoa.di.madgik.commons.server.TCPConnectionManager
 
GetEntryDataFile() - Method in class gr.uoa.di.madgik.commons.state.store.StateStoreInfo
Retrieves the file to use for the data repository
GetEntryRegistryFile() - Method in class gr.uoa.di.madgik.commons.state.store.StateStoreInfo
Retrieves the file to use for the registry repository
GetEvent(ChannelState.EventName) - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelState
Retrieves a specific Event requesting it by name.
GetEvent(ChannelState.EventName, byte[]) - Static method in class gr.uoa.di.madgik.commons.channel.events.EventFactory
Retrieves an instance of the event based on the provided name as provided by the ChannelState.EventName and the serialization of the event as this was produced by ISerializable.Encode()
GetEventName() - Method in class gr.uoa.di.madgik.commons.channel.events.BytePayloadChannelEvent
 
GetEventName() - Method in class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
Gets the event name.
GetEventName() - Method in class gr.uoa.di.madgik.commons.channel.events.DisposeChannelEvent
 
GetEventName() - Method in class gr.uoa.di.madgik.commons.channel.events.ObjectPayloadChannelEvent
 
GetEventName() - Method in class gr.uoa.di.madgik.commons.channel.events.StringPayloadChannelEvent
 
GetFile(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves the payload associated with the provided key as a file whose content is teh stored data
GetFile(StateStoreRegistryKey) - Method in class gr.uoa.di.madgik.commons.state.store.data.StateStoreData
Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
GetFloatParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetGonfigurationFile() - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the configuration file the ConfigurationManager is using
GetHostName() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPChannelLocator
Gets the host name.
getId() - Method in class gr.uoa.di.madgik.commons.infra.HostingNode
 
GetID(Map<String, String>, boolean) - Static method in class gr.uoa.di.madgik.commons.utils.URIUtils
 
GetInletNozzleID() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the inlet nozzle identifier
GetIntegerParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetIsBroadcast() - Method in interface gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig
Retrieves whether the channel supports multiple connected ChannelOutlet instances
GetIsBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalNozzleConfig
 
GetIsBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerNozzleConfig
 
GetIsBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets whether the channel supports multiple outlets
GetIsConnected() - Method in class gr.uoa.di.madgik.commons.channel.registry.RegisteredNozzle
Gets whether the nozzle is still connected
GetISerializable(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves the payload associated with the provided key as an object
GetISerializable(StateStoreRegistryKey) - Method in class gr.uoa.di.madgik.commons.state.store.data.StateStoreData
Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
GetKey() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey
Retrieves the key with which the entry is identified
GetLocator() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelInlet
Retrieves the locator that can be used by other nozzles to connect to the channel
GetLocator() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelOutlet
Retrieves the locator that can be used by other nozzles to connect to the channel
GetLocator(URI) - Static method in class gr.uoa.di.madgik.commons.channel.proxy.ChannelLocatorFactory
Creates instances of IChannelLocator objects based on the provided serialization
GetLocator() - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelProxy
Retrieves a locator to this proxy
GetLocator() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelProxy
 
GetLocator() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerChannelProxy
 
GetLocatorType() - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator
Retrieves the Locator Type of the proxy locator
GetLocatorType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelLocator
 
GetLocatorType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPChannelLocator
 
GetLocatorType(URI) - Static method in class gr.uoa.di.madgik.commons.utils.URIUtils
 
GetLongParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetMethods() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.ChannelTCPConnManagerEntry
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanPrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ByteClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoubleClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoublePrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Argument
Retrieves the name of the argument
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Method
Retrieves the name of the method to call
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatPrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerPrimitiveParameter
 
GetName() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter
Retrieves the name of the parameter
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongPrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortClassParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortPrimitiveParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.StringParameter
 
GetName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.XMLParameter
 
GetName() - Method in interface gr.uoa.di.madgik.commons.server.http.IHTTPConnectionManagerEntry
 
GetName() - Method in interface gr.uoa.di.madgik.commons.server.ITCPConnectionManagerEntry
 
GetNozzleConfig(Element) - Static method in class gr.uoa.di.madgik.commons.channel.nozzle.NozzleConfigUtils
 
GetNozzleEvents() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelInlet
The nozzle exposes a set of events that are published through the rest of the connected nozzles.
GetNozzleEvents() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelOutlet
The nozzle exposes a set of events that are published through the rest of the connected nozzles.
GetNozzleID() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelInlet
Gets the nozzle id.
GetNozzleID() - Method in class gr.uoa.di.madgik.commons.channel.nozzle.ChannelOutlet
Gets the nozzle id.
GetNozzleID() - Method in class gr.uoa.di.madgik.commons.channel.registry.RegisteredNozzle
Gets the nozzle id.
GetOrder() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Argument
Retrieves teh order of the parameter in the parameter list
GetOrder() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Method
Retrieves the order this method should be invoced compared to the rest of the methods declared in the containing ObjectParameter
GetOutput() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Method
Retrieves the output parameter to hold the return value of the method
GetParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.parameter.ParameterFactory
Idetirfies the IParameter type that the XML subtree defines, instnatiates it and populates it
GetParameter(Element) - Static method in class gr.uoa.di.madgik.commons.configuration.parameter.ParameterFactory
Idetirfies the IParameter type that the XML subtree defines, instnatiates it and populates it
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanPrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ByteClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoubleClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoublePrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatPrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerPrimitiveParameter
 
GetParameterClassType() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter
Retireves the class type of the value the parameter stored
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongPrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortClassParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortPrimitiveParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.StringParameter
 
GetParameterClassType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.XMLParameter
 
GetParameterName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Argument
Retrieves the name of the parameter that stores the value to be used for this argument
GetParameterName() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.elements.Output
Retireves the parameter name that shoulc hold the output of a method invokation
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanPrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ByteClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoubleClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoublePrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatPrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerPrimitiveParameter
 
GetParameterType() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter
Retrieves the IParameter the implementing instnace represents
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongPrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortClassParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortPrimitiveParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.StringParameter
 
GetParameterType() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.XMLParameter
 
GetPort() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPChannelLocator
Gets the port.
getProperties() - Method in class gr.uoa.di.madgik.commons.infra.HostingNode
 
getPropertyByName(String) - Method in class gr.uoa.di.madgik.commons.infra.HostingNode
 
GetProxy() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the proxy that acts on behalf of the channel for the inlet nozzle
GetProxyType() - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelProxy
Retrieves the type of proxy
GetProxyType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelProxy
 
GetProxyType() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerChannelProxy
 
GetRegisteredNozzles() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the registered nozzles.
GetRegistryKey() - Method in class gr.uoa.di.madgik.commons.channel.events.DisposeChannelEvent
Gets the registry key of the disposed channel
GetRegistryKey() - Method in interface gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator
Retrieves the registry UUID the channel that this locator identifies has been assigned
GetRegistryKey() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalChannelLocator
 
GetRegistryKey() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPChannelLocator
 
GetRegistryKey() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the registry key.
GetRestrictBroadcast() - Method in interface gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig
Retrieves the maximum number of connected to the channel ChannelOutlet instances if the channel supports multiple instances as set by the INozzleConfig.SetIsBroadcast(boolean).
GetRestrictBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.proxy.local.LocalNozzleConfig
 
GetRestrictBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.proxy.tcp.TCPServerNozzleConfig
 
GetRestrictBroadcast() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the number of outlet nozzles the channel supports
GetSerializable(String) - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves the payload associated with the provided key as an object
GetSerializable(StateStoreRegistryKey) - Method in class gr.uoa.di.madgik.commons.state.store.data.StateStoreData
Retrieves the actual payload referenced by the provided metadata entry and returns it as the expected type.
GetSerializableClassName() - Method in class gr.uoa.di.madgik.commons.channel.events.BytePayloadChannelEvent
 
GetSerializableClassName() - Method in class gr.uoa.di.madgik.commons.channel.events.DisposeChannelEvent
 
GetSerializableClassName() - Method in interface gr.uoa.di.madgik.commons.channel.events.ISerializable
Gets the class name of the object being serialized.
GetSerializableClassName() - Method in class gr.uoa.di.madgik.commons.channel.events.ObjectPayloadChannelEvent
 
GetSerializableClassName() - Method in class gr.uoa.di.madgik.commons.channel.events.StringPayloadChannelEvent
 
GetShortParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
GetStart() - Method in class gr.uoa.di.madgik.commons.server.PortRange
The Start of the range
GetStartingDataOffset() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey
Retrieves the offset in the data falie where the entry's data are stored
GetStartingRegistryOffset() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey
Retrieves the offset in the registry file where this metadata entry is stored
GetState() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryEntry
Gets the synchronization point of the channel
GetStateStoreInfo() - Static method in class gr.uoa.di.madgik.commons.state.StateManager
Retrieves a string representation of the StateStoreInfo
GetStringParameter(String) - Static method in class gr.uoa.di.madgik.commons.configuration.ConfigurationManager
Retrieves the parameter value attached to the specified key if the key points to a valid non internal parameter.
getType() - Method in interface gr.uoa.di.madgik.commons.infra.collocationpolicy.CollocationPolicy
 
getType() - Method in class gr.uoa.di.madgik.commons.infra.collocationpolicy.LocalOnlyPolicy
 
getType() - Method in class gr.uoa.di.madgik.commons.infra.collocationpolicy.MaximumCollocationPolicy
 
getType() - Method in class gr.uoa.di.madgik.commons.infra.collocationpolicy.MinimumCollocationPolicy
 
getType() - Method in class gr.uoa.di.madgik.commons.infra.collocationpolicy.SingleNodePolicy
 
GetTypeOfEntry() - Method in class gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey
Retrieves the type of entry
GetUniqueID() - Method in class gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryKey
Retrieves the registry key unique id
GetValue() - Method in class gr.uoa.di.madgik.commons.channel.events.BytePayloadChannelEvent
Retrieves the contained payload
GetValue() - Method in class gr.uoa.di.madgik.commons.channel.events.ObjectPayloadChannelEvent
Retrieves the containing payload
GetValue() - Method in class gr.uoa.di.madgik.commons.channel.events.StringPayloadChannelEvent
Retrieves the payload the event contains
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BooleanPrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ByteClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoubleClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.DoublePrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.FloatPrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.IntegerPrimitiveParameter
 
GetValue() - Method in interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter
Retrieves the value of the parameter
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.LongPrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ObjectParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortClassParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.ShortPrimitiveParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.StringParameter
 
GetValue() - Method in class gr.uoa.di.madgik.commons.configuration.parameter.XMLParameter
 
gr.uoa.di.madgik.commons.channel.events - package gr.uoa.di.madgik.commons.channel.events
 
gr.uoa.di.madgik.commons.channel.nozzle - package gr.uoa.di.madgik.commons.channel.nozzle
 
gr.uoa.di.madgik.commons.channel.proxy - package gr.uoa.di.madgik.commons.channel.proxy
 
gr.uoa.di.madgik.commons.channel.proxy.local - package gr.uoa.di.madgik.commons.channel.proxy.local
 
gr.uoa.di.madgik.commons.channel.proxy.tcp - package gr.uoa.di.madgik.commons.channel.proxy.tcp
 
gr.uoa.di.madgik.commons.channel.registry - package gr.uoa.di.madgik.commons.channel.registry
 
gr.uoa.di.madgik.commons.configuration - package gr.uoa.di.madgik.commons.configuration
 
gr.uoa.di.madgik.commons.configuration.parameter - package gr.uoa.di.madgik.commons.configuration.parameter
 
gr.uoa.di.madgik.commons.configuration.parameter.elements - package gr.uoa.di.madgik.commons.configuration.parameter.elements
 
gr.uoa.di.madgik.commons.configuration.parameter.elements.graph - package gr.uoa.di.madgik.commons.configuration.parameter.elements.graph
 
gr.uoa.di.madgik.commons.configuration.utils - package gr.uoa.di.madgik.commons.configuration.utils
 
gr.uoa.di.madgik.commons.infra - package gr.uoa.di.madgik.commons.infra
 
gr.uoa.di.madgik.commons.infra.collocationpolicy - package gr.uoa.di.madgik.commons.infra.collocationpolicy
 
gr.uoa.di.madgik.commons.infra.nodeselection - package gr.uoa.di.madgik.commons.infra.nodeselection
 
gr.uoa.di.madgik.commons.infra.nodeselection.cost - package gr.uoa.di.madgik.commons.infra.nodeselection.cost
 
gr.uoa.di.madgik.commons.infra.nodeselection.lru - package gr.uoa.di.madgik.commons.infra.nodeselection.lru
 
gr.uoa.di.madgik.commons.infra.nodeselection.random - package gr.uoa.di.madgik.commons.infra.nodeselection.random
 
gr.uoa.di.madgik.commons.server - package gr.uoa.di.madgik.commons.server
 
gr.uoa.di.madgik.commons.server.http - package gr.uoa.di.madgik.commons.server.http
 
gr.uoa.di.madgik.commons.state - package gr.uoa.di.madgik.commons.state
 
gr.uoa.di.madgik.commons.state.store - package gr.uoa.di.madgik.commons.state.store
 
gr.uoa.di.madgik.commons.state.store.data - package gr.uoa.di.madgik.commons.state.store.data
 
gr.uoa.di.madgik.commons.state.store.registry - package gr.uoa.di.madgik.commons.state.store.registry
 
gr.uoa.di.madgik.commons.test.channel - package gr.uoa.di.madgik.commons.test.channel
 
gr.uoa.di.madgik.commons.test.configuration - package gr.uoa.di.madgik.commons.test.configuration
 
gr.uoa.di.madgik.commons.test.state - package gr.uoa.di.madgik.commons.test.state
 
gr.uoa.di.madgik.commons.utils - package gr.uoa.di.madgik.commons.utils
 
GraphElement - Class in gr.uoa.di.madgik.commons.configuration.parameter.elements.graph
Represents a node in the depencdency graph constructed by the configuration file and maintained throug the DependencyGraph.
GraphElement(String) - Constructor for class gr.uoa.di.madgik.commons.configuration.parameter.elements.graph.GraphElement
Creates a new instance

A B C D E F G H I L M N O P Q R S T U V X Z