- AbstractConfigurationParser - Class in flex.messaging.config
-
Provides a common base for DOM / XPath based ConfigurationParsers.
- AbstractConfigurationParser() - Constructor for class flex.messaging.config.AbstractConfigurationParser
-
- AbstractTarget - Class in flex.messaging.log
-
- AbstractTarget() - Constructor for class flex.messaging.log.AbstractTarget
-
Default constructor.
- ADAPTER_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_DEFINITION_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_DEFINITION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_DEFINITION_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_INCLUDE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTER_INCLUDE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTERS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ADAPTERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- AdapterSettings - Class in flex.messaging.config
-
A service must register the adapters that it will use
to process messages.
- AdapterSettings(String) - Constructor for class flex.messaging.config.AdapterSettings
-
Used to construct a new set of properties to describe an adapter.
- ADAPTIVE_FREQUENCY - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- addAdapterSettings(AdapterSettings) - Method in class flex.messaging.config.ServiceSettings
-
- addChannelClass(String) - Method in class flex.messaging.config.ServicesDependencies
-
- addChannelSettings(String, ChannelSettings) - Method in class flex.messaging.config.ClientConfiguration
-
- addChannelSettings(ChannelSettings) - Method in class flex.messaging.config.DestinationSettings
-
Adds a channel to the set of channels that should be used to contact
this destination.
- addChannelSettings(String, ChannelSettings) - Method in interface flex.messaging.config.ServicesConfiguration
-
- addClusterSettings(ClusterSettings) - Method in class flex.messaging.config.ClientConfiguration
-
- addConfigPath(String, long) - Method in class flex.messaging.config.ClientConfiguration
-
- addConfigPath(String, long) - Method in class flex.messaging.config.ServicesDependencies
-
- addDefaultChannel(String) - Method in class flex.messaging.config.ClientConfiguration
-
- addDefaultChannel(String) - Method in interface flex.messaging.config.ServicesConfiguration
-
- addDefaultChannel(ChannelSettings) - Method in class flex.messaging.config.ServiceSettings
-
- addDestinationSettings(DestinationSettings) - Method in class flex.messaging.config.ServiceSettings
-
- addFileByDocument(String, Node) - Method in class flex.messaging.config.AbstractConfigurationParser
-
- addFilter(String) - Method in class flex.messaging.config.TargetSettings
-
- addFilter(String) - Method in class flex.messaging.log.AbstractTarget
-
Adds a filter to this target.
- addFilter(String) - Method in interface flex.messaging.log.Target
-
Adds the category filteer that the Target will process
log events for.
- addLazyAssociation(String, String) - Method in class flex.messaging.config.ServicesDependencies
-
- addLogger(Logger) - Method in class flex.messaging.log.AbstractTarget
-
Sets up this target with the specified logger.
- addLogger(Logger) - Method in interface flex.messaging.log.Target
-
Adds a Logger whose category matches the filters list for
the Target.
- addProperties(ConfigMap) - Method in class flex.messaging.config.ConfigMap
-
Adds all properties from a map to this map.
- addProperties(ConfigMap) - Method in class flex.messaging.config.PropertiesSettings
-
- addProperty(String, String) - Method in class flex.messaging.config.ConfigMap
-
Adds a String value to this map for the given property
name.
- addProperty(String, ConfigMap) - Method in class flex.messaging.config.ConfigMap
-
Adds a ConfigMap value to this map for the given property
name.
- addProperty(String, String) - Method in class flex.messaging.config.PropertiesSettings
-
- addProperty(String, ConfigMap) - Method in class flex.messaging.config.PropertiesSettings
-
- addRole(String) - Method in class flex.messaging.config.SecurityConstraint
-
Adds a role to the list of roles of the SecurityConstraint.
- addServiceSettings(ServiceSettings) - Method in class flex.messaging.config.ClientConfiguration
-
- addServiceSettings(ServiceSettings) - Method in interface flex.messaging.config.ServicesConfiguration
-
- addTarget(TargetSettings) - Method in class flex.messaging.config.LoggingSettings
-
- addTarget(Target) - Static method in class flex.messaging.log.Log
-
Adds a target to the log.
- ALL - Static variable in class flex.messaging.log.LogEvent
-
- allowedAttributes(Node, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Check whether the required items are present in the current node as attributes.
- allowedAttributesOrElements(Node, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Check whether the allowed items are present in the current node as elements or attributes.
- allowedChildElements(Node, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Check whether the required items are present in the current node as child elements.
- allowProperty(String) - Method in class flex.messaging.config.ConfigMap
-
Sets a property name as allowed without needing to access the property
value.
- ApacheXPathClientConfigurationParser - Class in flex.messaging.config
-
Uses Apache XPath on a DOM representation of a messaging configuration
file.
- ApacheXPathClientConfigurationParser() - Constructor for class flex.messaging.config.ApacheXPathClientConfigurationParser
-
- arrayElement(int) - Method in class flex.messaging.util.ObjectTrace
-
- ASYNC_MESSAGE_FILTERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ASYNC_MESSAGE_FILTERS_ELEMENT_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- AUTH_METHOD_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_DEFINITION_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_DEFINITION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_DEFINITION_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_DEFINITION_SERVER_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_INCLUDE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNEL_INCLUDE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNELS_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNELS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CHANNELS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ChannelSettings - Class in flex.messaging.config
-
The channel configuration is intentionally generic so that
other channels can be added in the future.
- ChannelSettings(String) - Constructor for class flex.messaging.config.ChannelSettings
-
- channelSettings - Variable in class flex.messaging.config.ClientConfiguration
-
- checkFilterToCategory(String, String) - Static method in class flex.messaging.log.Log
-
Check whether the category match with the filter.
- CLASS_AND_SERVER_ONLY_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLASS_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLASS_NOT_SPECIFIED - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLASS_OR_SERVER_ONLY_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- clear() - Static method in class flex.messaging.log.Log
-
Clean up static member variables.
- CLIENT - Static variable in class flex.messaging.config.LocalFileResolver
-
- CLIENT_FLEXCLIENT - Static variable in interface flex.messaging.log.LogCategories
-
- CLIENT_FLEXCLIENT_ADAPTIVE - Static variable in interface flex.messaging.log.LogCategories
-
- CLIENT_LOAD_BALANCING_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLIENT_MESSAGECLIENT - Static variable in interface flex.messaging.log.LogCategories
-
- ClientConfiguration - Class in flex.messaging.config
-
- ClientConfiguration() - Constructor for class flex.messaging.config.ClientConfiguration
-
- ClientConfigurationParser - Class in flex.messaging.config
-
A special mxmlc compiler specific implentation of the configuration
parser for JDK 1.4.
- ClientConfigurationParser() - Constructor for class flex.messaging.config.ClientConfigurationParser
-
- clientContextParsed - Variable in class flex.messaging.config.ChannelSettings
-
- clientType - Variable in class flex.messaging.config.ChannelSettings
-
- CLUSTER_DEFINITION_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLUSTER_DEFINITION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLUSTER_ELEMENT - Static variable in class flex.messaging.config.ClusterSettings
-
- CLUSTER_PROPERTIES_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLUSTERING_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CLUSTERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- clusterSettings - Variable in class flex.messaging.config.ClientConfiguration
-
- ClusterSettings - Class in flex.messaging.config
-
- ClusterSettings() - Constructor for class flex.messaging.config.ClusterSettings
-
Creates a new ClusterSettings with default settings.
- codegenServiceAssociations(ConfigMap, StringBuffer, String, String) - Method in class flex.messaging.config.ServicesDependencies
-
Analyze code gen service associations.
- codegenServiceImportsAndReferences(Map, StringBuffer, StringBuffer) - Static method in class flex.messaging.config.ServicesDependencies
-
This method will return an import and variable reference for channels specified in the map.
- config - Variable in class flex.messaging.config.AbstractConfigurationParser
-
- ConfigMap - Class in flex.messaging.config
-
The ConfigMap class is a helper implementation of Map that makes it easier
to handle properties that can appear one or more times.
- ConfigMap() - Constructor for class flex.messaging.config.ConfigMap
-
Constructs an empty ConfigMap with the default initial
capacity of 10.
- ConfigMap(int) - Constructor for class flex.messaging.config.ConfigMap
-
Constructs a new ConfigMap with the initial
capacity specified.
- ConfigMap(ConfigMap) - Constructor for class flex.messaging.config.ConfigMap
-
Constructs a new ConfigMap and copies the values
from the supplied map to this map.
- configPaths - Variable in class flex.messaging.config.ClientConfiguration
-
- CONFIGURATION - Static variable in interface flex.messaging.log.LogCategories
-
- CONFIGURATION_SPRING - Static variable in interface flex.messaging.log.LogCategories
-
- ConfigurationConstants - Interface in flex.messaging.config
-
- ConfigurationException - Exception in flex.messaging.config
-
The server throws this exception type on encountering
errors while parsing the configuration.
- ConfigurationException() - Constructor for exception flex.messaging.config.ConfigurationException
-
- ConfigurationFileResolver - Interface in flex.messaging.config
-
- ConfigurationParser - Interface in flex.messaging.config
-
Configuration parser for Flex Data Services.
- CONNECT_TIMEOUT_SECONDS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ConsoleTarget - Class in flex.messaging.log
-
- ConsoleTarget() - Constructor for class flex.messaging.log.ConsoleTarget
-
Default constructor.
- constraint - Variable in class flex.messaging.config.ChannelSettings
-
- CONSTRAINT_INCLUDE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CONSTRAINT_INCLUDE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- consumeBOM(InputStream, String) - Static method in class flex.messaging.util.FileUtils
-
Sets a mark in the InputStream for 3 bytes to check for a BOM.
- containsFilter(String) - Method in class flex.messaging.log.AbstractTarget
-
- containsTokens(String) - Static method in class flex.messaging.config.TokenReplacer
-
Given a String, determines whether the string contains tokens.
- CONTEXT_PATH_ALT_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- CONTEXT_PATH_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- contextParsed - Variable in class flex.messaging.config.ChannelSettings
-
- copy() - Method in class flex.messaging.util.BasicPrettyPrinter
-
- copy() - Method in interface flex.messaging.util.PrettyPrinter
-
- createLog() - Static method in class flex.messaging.log.Log
-
Creates the log on first access, returns already created log on
subsequent calls.
- createUUID() - Static method in class flex.messaging.util.UUIDUtils
-
Use the createUUID function when you need a unique string that you will
use as a persistent identifier in a distributed environment.
- createUUID(boolean) - Static method in class flex.messaging.util.UUIDUtils
-
- CUSTOM_AUTH_METHOD - Static variable in class flex.messaging.config.SecurityConstraint
-
String constant for custom authentication.
- get(Object) - Method in class flex.messaging.config.ConfigMap
-
Gets the value for the given property name.
- getAdapterSettings() - Method in class flex.messaging.config.DestinationSettings
-
Gets the adapter to be used for this destination.
- getAdapterSettings(String) - Method in class flex.messaging.config.ServiceSettings
-
- getAllAdapterSettings() - Method in class flex.messaging.config.ServiceSettings
-
- getAllChannelSettings() - Method in class flex.messaging.config.ClientConfiguration
-
- getAllChannelSettings() - Method in interface flex.messaging.config.ServicesConfiguration
-
- getAllServiceSettings() - Method in class flex.messaging.config.ClientConfiguration
-
- getAllServiceSettings() - Method in interface flex.messaging.config.ServicesConfiguration
-
- getAttributeOrChildElement(Node, String) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Get the item value by name if the item is present in the current node as attribute or child element.
- getCallAt(Throwable, int) - Static method in class flex.messaging.util.ExceptionUtil
-
Return the "nth" method call from the stack trace of "t", where 0 is
the top.
- getCategory() - Method in class flex.messaging.log.Logger
-
Returns the category this Logger logs information for.
- getChannelClasses() - Method in class flex.messaging.config.ServicesDependencies
-
- getChannelSettings(String) - Method in class flex.messaging.config.ClientConfiguration
-
- getChannelSettings() - Method in class flex.messaging.config.DestinationSettings
-
Gets the set of channels that can be used to contact this destination.
- getChannelSettings(String) - Method in interface flex.messaging.config.ServicesConfiguration
-
- getClassName() - Method in class flex.messaging.config.AdapterSettings
-
Gets the name of the Java class implementation for this adapter.
- getClassName() - Method in class flex.messaging.config.LoginCommandSettings
-
Returns the class name associated with the settings.
- getClassName() - Method in class flex.messaging.config.ServiceSettings
-
- getClassName() - Method in class flex.messaging.config.TargetSettings
-
- getClientConfiguration(String, String) - Static method in class flex.messaging.config.ServicesDependencies
-
- getClientParsedUri(String) - Method in class flex.messaging.config.ChannelSettings
-
- getClientType() - Method in class flex.messaging.config.ChannelSettings
-
- getClusterName() - Method in class flex.messaging.config.ClusterSettings
-
Returns the name of the cluster.
- getClusterSettings(String) - Method in class flex.messaging.config.ClientConfiguration
-
- getClusterSettings(String) - Method in interface flex.messaging.config.ServicesConfiguration
-
- getConfigPaths() - Method in class flex.messaging.config.ClientConfiguration
-
- getConfigPaths() - Method in class flex.messaging.config.ServicesDependencies
-
- getConfigurationFile(String) - Method in interface flex.messaging.config.ConfigurationFileResolver
-
- getConfigurationFile(String) - Method in class flex.messaging.config.LocalFileResolver
-
- getConstraint() - Method in class flex.messaging.config.ChannelSettings
-
- getConstraint() - Method in class flex.messaging.config.DestinationSettings
-
Gets the SecurityConstraint that will be applied to this
destination, or null if no constraint has been registered.
- getConstraint() - Method in class flex.messaging.config.ServiceSettings
-
Gets the SecurityConstraint that will be applied to all
destinations of the service, or null if no constraint has
been registered.
- getContentType() - Method in class flex.graphics.ImageSnapshot
-
The content type for the image encoding format that was used to capture
this snapshot.
- getData() - Method in class flex.graphics.ImageSnapshot
-
The encoded data representing the image snapshot.
- getDefaultAdapter() - Method in class flex.messaging.config.ServiceSettings
-
- getDefaultChannels() - Method in class flex.messaging.config.ClientConfiguration
-
- getDefaultChannels() - Method in interface flex.messaging.config.ServicesConfiguration
-
- getDefaultChannels() - Method in class flex.messaging.config.ServiceSettings
-
- getDefaultCluster() - Method in class flex.messaging.config.ClientConfiguration
-
- getDefaultCluster() - Method in interface flex.messaging.config.ServicesConfiguration
-
- getDefaultLocale() - Method in class flex.messaging.util.PropertyStringResourceLoader
-
The default locale to be used when locating resources.
- getDefaultLocale() - Method in interface flex.messaging.util.ResourceLoader
-
The default locale to be used when locating resources.
- getDestinationSettings() - Method in class flex.messaging.config.ServiceSettings
-
- getDetails() - Method in exception flex.messaging.LocalizedException
-
Returns the exception details.
- getEndpointType() - Method in class flex.messaging.config.ChannelSettings
-
- getFiles(String) - Method in interface flex.messaging.config.ConfigurationFileResolver
-
- getFiles(String) - Method in class flex.messaging.config.LocalFileResolver
-
Returns the list of XML files (denoted by .xml extension) in the directory
relative to the current configuration file.
- getFilters() - Method in class flex.messaging.config.TargetSettings
-
- getFilters() - Method in class flex.messaging.log.AbstractTarget
-
Return a read-only snap-shot of the current filters for this target.
- getFilters() - Method in interface flex.messaging.log.Target
-
Returns the category filters defined for the Target.
- getFlexClientOutboundQueueProcessorClassName() - Method in class flex.messaging.config.FlexClientSettings
-
Returns the name of the default FlexClientOutboundQueueProcessorClass.
- getFlexClientOutboundQueueProcessorProperties() - Method in class flex.messaging.config.FlexClientSettings
-
Returns the properties for the default FlexClientOutboundQueueProcessor.
- getFlexClientSettings() - Method in class flex.messaging.config.ClientConfiguration
-
- getHeartbeatIntervalMillis() - Method in class flex.messaging.config.FlexClientSettings
-
- getHeight() - Method in class flex.graphics.ImageSnapshot
-
The image height in pixels.
- getId() - Method in class flex.messaging.config.AdapterSettings
-
The identity that destinations will refer to when assigning and adapter.
- getId() - Method in class flex.messaging.config.ChannelSettings
-
- getId() - Method in class flex.messaging.config.DestinationSettings
-
Gets the unique identity used by clients to target a destination.
- getId() - Method in class flex.messaging.config.SecurityConstraint
-
Returns the id of the SecurityConstraint.
- getId() - Method in class flex.messaging.config.ServiceSettings
-
- getId() - Method in class flex.messaging.log.AbstractTarget
-
Return the target's unique ID.
- getImplementationClass() - Method in class flex.messaging.config.ClusterSettings
-
Get the name of the cluster implementation class.
- getImports() - Method in class flex.messaging.config.ServicesDependencies
-
- getIncludedFile(String) - Method in interface flex.messaging.config.ConfigurationFileResolver
-
- getIncludedFile(String) - Method in class flex.messaging.config.LocalFileResolver
-
- getIncludedLastModified(String) - Method in class flex.messaging.config.LocalFileResolver
-
- getIncludedPath(String) - Method in class flex.messaging.config.LocalFileResolver
-
- getLazyAssociations(String) - Method in class flex.messaging.config.ServicesDependencies
-
- getLevel() - Method in class flex.messaging.config.TargetSettings
-
- getLevel() - Method in class flex.messaging.log.AbstractTarget
-
Return the log level for this target.
- getLevel() - Method in interface flex.messaging.log.Target
-
Returns the log level that the Target will process log
events for.
- getLevelString(short) - Static method in class flex.messaging.log.LogEvent
-
Returns a string value representing the level specified.
- getLogger(String) - Static method in class flex.messaging.log.Log
-
Given a category, returns the logger associated with the category.
- getLogger(Log, String) - Static method in class flex.messaging.log.Log
-
- getLoggers() - Method in class flex.messaging.log.Log
-
Return the categories for all of the loggers
- getLoggingSettings() - Method in class flex.messaging.config.ClientConfiguration
-
- getLoggingSettings() - Method in interface flex.messaging.config.ServicesConfiguration
-
- getMessage() - Method in exception flex.messaging.LocalizedException
-
Returns the exception message.
- getMethod() - Method in class flex.messaging.config.SecurityConstraint
-
Returns the authorization method of the SecurityConstraint.
- getNumber() - Method in exception flex.messaging.LocalizedException
-
Returns the localized exception number.
- getPort() - Method in class flex.messaging.config.ChannelSettings
-
A return value of 0 denotes no port in channel url.
- getPrefix() - Method in class flex.messaging.log.LineFormattedTarget
-
Returns prefix property.
- getPrettyPrinter() - Static method in class flex.messaging.log.Log
-
- getProperties() - Method in class flex.graphics.ImageSnapshot
-
Additional properties of the image.
- getProperties() - Method in class flex.messaging.config.PropertiesSettings
-
- getProperty(String) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as a string if possible.
- getProperty(String) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsBoolean(String, boolean) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as a boolean if possible,
or returns the default value if the property is undefined.
- getPropertyAsBoolean(String, boolean) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsInt(String, int) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as an int if possible,
or returns the default value if the property is undefined.
- getPropertyAsInt(String, int) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsList(String, List) - Method in class flex.messaging.config.ConfigMap
-
Gets a property (or set of properties) as a List.
- getPropertyAsList(String, List) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsLong(String, long) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as a long if possible,
or returns the default value if the property is undefined.
- getPropertyAsLong(String, long) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsMap(String, ConfigMap) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as a ConfigMap if possible,
or returns the default value if the property is undefined.
- getPropertyAsMap(String, ConfigMap) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropertyAsString(String, String) - Method in class flex.messaging.config.ConfigMap
-
Gets the property with the specified name as a String if possible,
or returns the default value if the property is undefined.
- getPropertyAsString(String, String) - Method in class flex.messaging.config.PropertiesSettings
-
- getPropsFileName() - Method in class flex.messaging.config.ClusterSettings
-
Returns the properties file of the cluster.
- getReferences() - Method in class flex.messaging.config.ServicesDependencies
-
- getReliableReconnectDurationMillis() - Method in class flex.messaging.config.FlexClientSettings
-
- getResourceLoader() - Method in exception flex.messaging.LocalizedException
-
Returns the ResourceLoader used to load localized strings.
- getRoles() - Method in class flex.messaging.config.SecurityConstraint
-
Returns a list of roles of the SecurityConstraint.
- getRootCause() - Method in exception flex.messaging.LocalizedException
-
Returns the root cause for this exception.
- getServer() - Method in class flex.messaging.config.LoginCommandSettings
-
Returns the server name associated with the settings.
- getServerConfigXmlInit() - Method in class flex.messaging.config.ServicesDependencies
-
- getServerId() - Method in class flex.messaging.config.ChannelSettings
-
- getServerOnly() - Method in class flex.messaging.config.ChannelSettings
-
- getServiceSettings(String) - Method in class flex.messaging.config.ClientConfiguration
-
- getServiceSettings(String) - Method in interface flex.messaging.config.ServicesConfiguration
-
- getServicesInitSource(String, String) - Method in class flex.messaging.config.ServicesDependencies
-
Gets ActionScript source file for a class.
- getSourceFileOf(Node) - Method in class flex.messaging.config.AbstractConfigurationParser
-
- getStackTraceLines(Throwable, int) - Static method in class flex.messaging.util.ExceptionUtil
-
return the top n lines of this stack trace.
- getStackTraceUpTo(Throwable, String) - Static method in class flex.messaging.util.ExceptionUtil
-
Return the stack trace up to the first line that starts with prefix.
- getString(String) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
- getString(String, Object[]) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
- getString(String, Locale) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
- getString(String, Locale, Object[]) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
- getString(String) - Method in interface flex.messaging.util.ResourceLoader
-
Gets a string for the given key.
- getString(String, Object[]) - Method in interface flex.messaging.util.ResourceLoader
-
Gets a parameterized string for the given key and substitutes
the parameters using the passed array of arguments.
- getString(String, Locale) - Method in interface flex.messaging.util.ResourceLoader
-
Gets a string for the given key and locale.
- getString(String, Locale, Object[]) - Method in interface flex.messaging.util.ResourceLoader
-
Gets a parameterized string for the given key and locale and substitutes the
parameters using the passed array of arguments.
- getTarget(String) - Static method in class flex.messaging.log.Log
-
Returns the target associated with the unique ID searchId.
- getTargetLevel() - Static method in class flex.messaging.log.Log
-
- getTargetMap() - Static method in class flex.messaging.log.Log
-
Return the Log's map of targets keyed on their human-readable ids (e.g.
- getTargets() - Method in class flex.messaging.config.LoggingSettings
-
- getTargets() - Static method in class flex.messaging.log.Log
-
Returns an unmodifiable snapshot of the targets registered with this Log when the
method is invoked.
- getTimeoutMinutes() - Method in class flex.messaging.config.FlexClientSettings
-
Returns the number of minutes before an idle FlexClient is timed out.
- getUri() - Method in class flex.messaging.config.ChannelSettings
-
- getURLLoadBalancing() - Method in class flex.messaging.config.ClusterSettings
-
Returns whether url load balancing is enabled or not.
- getWidth() - Method in class flex.graphics.ImageSnapshot
-
The image width in pixels.
- id - Variable in class flex.messaging.config.ChannelSettings
-
- id - Variable in class flex.messaging.log.AbstractTarget
-
- ID_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ImageSnapshot - Class in flex.graphics
-
This class corresponds to mx.graphics.ImageSnapshot on the client.
- ImageSnapshot() - Constructor for class flex.graphics.ImageSnapshot
-
Default constructor.
- IMPLEMENTATION_CLASS - Static variable in class flex.messaging.config.ClusterSettings
-
- includeCategory - Variable in class flex.messaging.log.LineFormattedTarget
-
Indicates if the category for this target should added to the trace.
- includeDate - Variable in class flex.messaging.log.LineFormattedTarget
-
Indicates if the date should be added to the trace.
- includeLevel - Variable in class flex.messaging.log.LineFormattedTarget
-
Indicates if the level for the event should added to the trace.
- includeTime - Variable in class flex.messaging.log.LineFormattedTarget
-
Indicates if the time should be added to the trace.
- indentString() - Method in class flex.messaging.util.ObjectTrace
-
Uses the static member, m_indent to create a string of spaces of
the appropriate indentation.
- INFO - Static variable in class flex.messaging.log.LogEvent
-
- info(String) - Method in class flex.messaging.log.Logger
-
Logs out an info message.
- info(String, Throwable) - Method in class flex.messaging.log.Logger
-
Logs out an info message associated with a Throwable.
- info(String, Object[]) - Method in class flex.messaging.log.Logger
-
Logs out an info message supporting positional parameter substitutions.
- info(String, Object[], Throwable) - Method in class flex.messaging.log.Logger
-
Logs out an info message supporting positional parameter substitutions and an
associated Throwable.
- init(Map) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
- init(Map) - Method in interface flex.messaging.util.ResourceLoader
-
Initializes the ResourceLoader using the specified properties.
- initialize(String, ConfigMap) - Method in class flex.messaging.log.AbstractTarget
-
Initializes the target with id and properties.
- initialize(String, ConfigMap) - Method in class flex.messaging.log.LineFormattedTarget
-
Initializes the target with id and properties.
- initialize(String, ConfigMap) - Static method in class flex.messaging.log.Log
-
Initializes Log with id and properties.
- initialize(String, ConfigMap) - Method in interface flex.messaging.log.Target
-
Initializes the target with id and properties.
- initializeDocumentBuilder() - Method in class flex.messaging.config.AbstractConfigurationParser
-
- initializeExpressionQuery() - Method in class flex.messaging.config.AbstractConfigurationParser
-
- initializeExpressionQuery() - Method in class flex.messaging.config.ApacheXPathClientConfigurationParser
-
- initializeExpressionQuery() - Method in class flex.messaging.config.XPathClientConfigurationParser
-
- internalLog(String) - Method in class flex.messaging.log.ConsoleTarget
-
- internalLog(String) - Method in class flex.messaging.log.LineFormattedTarget
-
Descendants of this class should override this method to direct the
specified message to the desired output.
- internalPrettify(Object) - Method in class flex.messaging.util.BasicPrettyPrinter
-
- INVALID_CHARS - Static variable in class flex.messaging.log.Log
-
- INVALID_DEFAULT_CHANNEL - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_ENDPOINT_PORT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_FLEX_CLIENT_HEARTBEAT_INTERVAL_MILLIS - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_FLEX_CLIENT_RELIABLE_RECONNECT_DURATION_MILLIS - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_FLEX_CLIENT_TIMEOUT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_ID - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_ID_IN_SERVICE - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_INCLUDE_ROOT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_REF_IN_DEST - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_SECURITY_CONSTRAINT_REF - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_SERVICES_ROOT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- INVALID_VALUE_FOR_PROPERTY_OF_COMPONENT_WITH_ID - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- IP_ADDRESS_PATTERN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- IRREPLACABLE_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- isDebug() - Static method in class flex.messaging.log.Log
-
Indicates whether a debug level log event will be processed by a log target.
- isDefault() - Method in class flex.messaging.config.AdapterSettings
-
Returns a boolean flag that determines whether this adapter is the
default for a service's destinations.
- isDefault() - Method in class flex.messaging.config.ClusterSettings
-
Returns whether the cluster is default or not.
- isEmpty(String) - Static method in class flex.messaging.util.StringUtils
-
Returns true if a string is null or empty.
- isError() - Static method in class flex.messaging.log.Log
-
Indicates whether an error level log event will be processed by a log target.
- isExcludedProperty(String) - Static method in class flex.messaging.log.Log
-
Indicates whether a log property should be excluded.
- isFatal() - Static method in class flex.messaging.log.Log
-
Indicates whether a fatal level log event will be processed by a log target.
- isIncludeCategory() - Method in class flex.messaging.log.LineFormattedTarget
-
Returns includeCategory property.
- isIncludeDate() - Method in class flex.messaging.log.LineFormattedTarget
-
Returns includeDate property.
- isIncludeLevel() - Method in class flex.messaging.log.LineFormattedTarget
-
Returns includeLevel property.
- isIncludeTime() - Method in class flex.messaging.log.LineFormattedTarget
-
Returns includeTime property.
- isInfo() - Static method in class flex.messaging.log.Log
-
Indicates whether an info level log event will be processed by a log target.
- isPerClientAuthentication() - Method in class flex.messaging.config.LoginCommandSettings
-
Returns whether per client authentication is enabled or not.
- isRemote() - Method in class flex.messaging.config.ChannelSettings
-
- isUID(String) - Static method in class flex.messaging.util.UUIDUtils
-
A utility method to check whether a String value represents a
correctly formatted UID value.
- isValidID(String) - Static method in class flex.messaging.config.AbstractConfigurationParser
-
Tests whether a configuration element's id is a valid
identifier.
- isWarn() - Static method in class flex.messaging.log.Log
-
Indicates whether a warn level log event will be processed by a log target.
- parse(String, ConfigurationFileResolver, ServicesConfiguration) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Parse the configurations in the configuration file.
- parse(String, ConfigurationFileResolver, ServicesConfiguration) - Method in interface flex.messaging.config.ConfigurationParser
-
- parsedClientUri - Variable in class flex.messaging.config.ChannelSettings
-
- parsedUri - Variable in class flex.messaging.config.ChannelSettings
-
- parseHost(String) - Static method in class flex.messaging.config.ChannelSettings
-
Returns the host name in the URL, or an empty String if the URL does not contain a host name.
- parsePort(String) - Static method in class flex.messaging.config.ChannelSettings
-
Returns the port number specified in the URL, or 0 if the URL
does not contain a port number, or -1 if the URL contains a server.port
token.
- PARSER_INIT_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- PARSER_INTERNAL_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- parseTopLevelConfig(Document) - Method in class flex.messaging.config.AbstractConfigurationParser
-
- parseTopLevelConfig(Document) - Method in class flex.messaging.config.ClientConfigurationParser
-
- PATTERN_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- PER_CLIENT_AUTH - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- PIGGYBACKING_ENABLED_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- POLLING_ENABLED_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- POLLING_INTERVAL_MILLIS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- POLLING_INTERVAL_SECONDS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- popIncludedFile() - Method in interface flex.messaging.config.ConfigurationFileResolver
-
- popIncludedFile() - Method in class flex.messaging.config.LocalFileResolver
-
- port - Variable in class flex.messaging.config.ChannelSettings
-
- prefix - Variable in class flex.messaging.log.LineFormattedTarget
-
A prefix to prepend onto each logged message.
- prettify(Object) - Method in class flex.messaging.util.BasicPrettyPrinter
-
Prettifies the representation of an Object as a String.
- prettify(Object) - Method in interface flex.messaging.util.PrettyPrinter
-
- prettifyComplexType(Object) - Method in class flex.messaging.util.BasicPrettyPrinter
-
- prettifyString(String) - Static method in class flex.messaging.util.StringUtils
-
Returns a prettified version of the string, or the original
string if the operation is not possible.
- prettifyXML(String) - Static method in class flex.messaging.util.StringUtils
-
Returns a prettified version of the XML, with indentations and
linefeeds.
- PrettyPrintable - Interface in flex.messaging.util
-
Allows an Object to customize how it is pretty printed in
logging/debugging output.
- PrettyPrinter - Interface in flex.messaging.util
-
Implementations convert Object graphs to Strings for
logging and debugging.
- printExceptionStack(Throwable, PrintWriter, int) - Static method in class flex.messaging.util.ExceptionUtil
-
Recursively prints out a stack of wrapped exceptions.
- properties(NodeList) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Recursively processes all child elements for each of the properties in the provided
node list.
- properties(NodeList, String) - Method in class flex.messaging.config.AbstractConfigurationParser
-
Recursively processes all child elements for each of the properties in the provided
node list.
- properties - Variable in class flex.messaging.config.PropertiesSettings
-
- PROPERTIES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- PropertiesSettings - Class in flex.messaging.config
-
Holds any child element of the properties section of the services configuration.
- PropertiesSettings() - Constructor for class flex.messaging.config.PropertiesSettings
-
- PROPERTY_BUNDLE - Static variable in class flex.messaging.util.PropertyStringResourceLoader
-
- propertyNames() - Method in class flex.messaging.config.ConfigMap
-
Gets the set of property names contained in this map.
- PropertyStringResourceLoader - Class in flex.messaging.util
-
Implementation of ResourceLoader that loads string resources
from property files.
- PropertyStringResourceLoader() - Constructor for class flex.messaging.util.PropertyStringResourceLoader
-
Constructs a PropertyStringResourceLoader using the default
property bundles specified by the PROPERTY_BUNDLE and
LCDS_PROPERTY_BUNDLE fields.
- PropertyStringResourceLoader(String) - Constructor for class flex.messaging.util.PropertyStringResourceLoader
-
Constructs a PropertyStringResourceLoader that will use the
specified property bundle to use for string lookups.
- PropertyStringResourceLoader(String[]) - Constructor for class flex.messaging.util.PropertyStringResourceLoader
-
Constructs a PropertyStringResourceLoader that will use the
specified property bundles to use for string lookups.
- PROTOCOL_AMFSOCKET - Static variable in interface flex.messaging.log.LogCategories
-
- PROTOCOL_HTTP - Static variable in interface flex.messaging.log.LogCategories
-
- PROTOCOL_RTMP - Static variable in interface flex.messaging.log.LogCategories
-
- PROTOCOL_RTMPT - Static variable in interface flex.messaging.log.LogCategories
-
- SECURITY - Static variable in interface flex.messaging.log.LogCategories
-
- SECURITY_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINT_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINT_DEFINITION_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINT_DEFINITION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINT_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINTS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_CONSTRAINTS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SECURITY_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SecurityConstraint - Class in flex.messaging.config
-
Security constraints are used by the login manager to secure access to
destinations and endpoints.
- SecurityConstraint() - Constructor for class flex.messaging.config.SecurityConstraint
-
Creates an anonymous SecurityConstraint instance.
- SecurityConstraint(String) - Constructor for class flex.messaging.config.SecurityConstraint
-
Creates a SecurityConstraint instance with an id.
- selectNodeList(Node, String) - Method in class flex.messaging.config.AbstractConfigurationParser
-
- selectNodeList(Node, String) - Method in class flex.messaging.config.ApacheXPathClientConfigurationParser
-
- selectNodeList(Node, String) - Method in class flex.messaging.config.XPathClientConfigurationParser
-
- selectSingleNode(Node, String) - Method in class flex.messaging.config.AbstractConfigurationParser
-
- selectSingleNode(Node, String) - Method in class flex.messaging.config.ApacheXPathClientConfigurationParser
-
- selectSingleNode(Node, String) - Method in class flex.messaging.config.XPathClientConfigurationParser
-
- SERIALIZATION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER - Static variable in class flex.messaging.config.LocalFileResolver
-
- SERVER_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_ELEMENT - Static variable in class flex.messaging.config.DestinationSettings
-
- SERVER_MATCH_OVERRIDE - Static variable in class flex.messaging.config.LoginCommandSettings
-
- SERVER_NAME_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_ONLY_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_PORT_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVER_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- serverId - Variable in class flex.messaging.config.ChannelSettings
-
- serverOnly - Variable in class flex.messaging.config.ChannelSettings
-
- SERVERS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICE_ADVANCED_MESSAGING - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICE_CLUSTER - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_COLLABORATION - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_DATA - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_DATA_GENERAL - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_DATA_HIBERNATE - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_DATA_SQL - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_DATA_TRANSACTION - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICE_GATEWAY - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_GATEWAY_CONNECTOR - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_GENERAL - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_HTTP - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_INCLUDE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICE_INCLUDE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICE_MESSAGE - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_MESSAGE_JMS - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_NOTIFICATION - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_REMOTING - Static variable in interface flex.messaging.log.LogCategories
-
- SERVICE_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICES_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICES_CONFIG_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICES_CONFIG_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SERVICES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- ServicesConfiguration - Interface in flex.messaging.config
-
Base interface for Flex Data Services configuration.
- ServicesDependencies - Class in flex.messaging.config
-
Flex MXMLC compiler uses the result of the client configuration parser
to generate mixin initialization source code to be added to the SWF by
PreLink.
- ServicesDependencies(String, String, String) - Constructor for class flex.messaging.config.ServicesDependencies
-
- serviceSettings - Variable in class flex.messaging.config.ClientConfiguration
-
- ServiceSettings - Class in flex.messaging.config
-
A service represents a high-level grouping of
functionality to which the message broker can
delegate messages.
- ServiceSettings(String) - Constructor for class flex.messaging.config.ServiceSettings
-
- setAdapterSettings(AdapterSettings) - Method in class flex.messaging.config.DestinationSettings
-
Sets the service adapter to be used when the managing service is
processing messages bound for this destination.
- setChannelSettings(List) - Method in class flex.messaging.config.DestinationSettings
-
Overrides the set of channels that can be used to contact this
destination.
- setClassName(String) - Method in class flex.messaging.config.AdapterSettings
-
Sets name of the Java class implementation for this adapter.
- setClassName(String) - Method in class flex.messaging.config.LoginCommandSettings
-
Sets the class name associated with the settings.
- setClassName(String) - Method in class flex.messaging.config.ServiceSettings
-
- setClientType(String) - Method in class flex.messaging.config.ChannelSettings
-
- setClusterName(String) - Method in class flex.messaging.config.ClusterSettings
-
Sets the name of the cluster.
- setConstraint(SecurityConstraint) - Method in class flex.messaging.config.ChannelSettings
-
- setConstraint(SecurityConstraint) - Method in class flex.messaging.config.DestinationSettings
-
Sets the security constraint to be applied to this destination.
- setConstraint(SecurityConstraint) - Method in class flex.messaging.config.ServiceSettings
-
Sets the security constraint to be applied to all destinations of the service.
- setContentType(String) - Method in class flex.graphics.ImageSnapshot
-
Sets content type of this snapshot.
- setData(byte[]) - Method in class flex.graphics.ImageSnapshot
-
Set the encoded data representing the image snapshot.
- setDefault(boolean) - Method in class flex.messaging.config.AdapterSettings
-
Sets a flag to determine whether an adapter will be used as the default
(for example, in the event that a destination did not specify an adapter
explicitly).
- setDefault(boolean) - Method in class flex.messaging.config.ClusterSettings
-
Sets whether the cluster is default or not.
- setDefaultLocale(String) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
Sets the default locale to be used when locating resources.
- setDefaultLocale(Locale) - Method in class flex.messaging.util.PropertyStringResourceLoader
-
Sets the default locale to be used when locating resources.
- setDefaultLocale(String) - Method in interface flex.messaging.util.ResourceLoader
-
Sets the default locale to be used when locating resources.
- setDefaultLocale(Locale) - Method in interface flex.messaging.util.ResourceLoader
-
Sets the default locale to be used when locating resources.
- setDetails(String) - Method in exception flex.messaging.LocalizedException
-
Sets the exception details.
- setDetails(int) - Method in exception flex.messaging.LocalizedException
-
Sets the details property to a localized string based on error number.
- setDetails(int, String) - Method in exception flex.messaging.LocalizedException
-
Sets the details property to a localized string based on error number and variant.
- setDetails(int, String, Locale) - Method in exception flex.messaging.LocalizedException
-
Sets the details property to a localized string based on error number, variant
and target locale.
- setDetails(int, String, Object[]) - Method in exception flex.messaging.LocalizedException
-
Sets the details property to a localized string based on error number and variant.
- setDetails(int, String, Locale, Object[]) - Method in exception flex.messaging.LocalizedException
-
Sets the details property to a localized string based on error number, variant,
and target locale.
- setEndpointType(String) - Method in class flex.messaging.config.ChannelSettings
-
- setErrorMessage(ConfigurationException, String) - Method in class flex.messaging.config.LocalFileResolver
-
- setFilters(List) - Method in class flex.messaging.log.AbstractTarget
-
Sets the list of filters for this target.
- setFilters(List) - Method in interface flex.messaging.log.Target
-
Sets the category filters that the Target will process
log events for.
- setFlexClientOutboundQueueProcessorClassName(String) - Method in class flex.messaging.config.FlexClientSettings
-
Sets the name of the default FlexClientOutboundQueueProcessor.
- setFlexClientOutboundQueueProcessorProperties(ConfigMap) - Method in class flex.messaging.config.FlexClientSettings
-
Sets the properties for the default FlexClientOutboundQueueProcessor.
- setFlexClientSettings(FlexClientSettings) - Method in class flex.messaging.config.ClientConfiguration
-
- setHeartbeatIntervalMillis(int) - Method in class flex.messaging.config.FlexClientSettings
-
- setHeight(int) - Method in class flex.graphics.ImageSnapshot
-
Set image height in pixels.
- setImplementationClass(String) - Method in class flex.messaging.config.ClusterSettings
-
Sets the name of the cluster implementation class.
- setIncludeCategory(boolean) - Method in class flex.messaging.log.LineFormattedTarget
-
Sets includeCategory property.
- setIncludeDate(boolean) - Method in class flex.messaging.log.LineFormattedTarget
-
Sets includeDate property.
- setIncludeLevel(boolean) - Method in class flex.messaging.log.LineFormattedTarget
-
Sets includeLevel property.
- setIncludeTime(boolean) - Method in class flex.messaging.log.LineFormattedTarget
-
Sets includeTime property.
- setLevel(String) - Method in class flex.messaging.config.TargetSettings
-
- setLevel(short) - Method in class flex.messaging.log.AbstractTarget
-
Sets the log level for this target.
- setLevel(short) - Method in interface flex.messaging.log.Target
-
Sets the log level that the Target will process log events
for.
- setLoggingSettings(LoggingSettings) - Method in class flex.messaging.config.ClientConfiguration
-
- setLoggingSettings(LoggingSettings) - Method in interface flex.messaging.config.ServicesConfiguration
-
- setMessage(int) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number.
- setMessage(int, Locale) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number and target locale.
- setMessage(int, Object[]) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number.
- setMessage(int, String) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number and variant.
- setMessage(int, String, Locale) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number, variant
and target locale.
- setMessage(int, String, Object[]) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number and variant.
- setMessage(int, String, Locale, Object[]) - Method in exception flex.messaging.LocalizedException
-
Sets the message property to a localized string based on error number, variant and
target locale.
- setMessage(String) - Method in exception flex.messaging.LocalizedException
-
Sets the exception message.
- setMethod(String) - Method in class flex.messaging.config.SecurityConstraint
-
Sets the authorization method of the SecurityConstraint.
- setNumber(int) - Method in exception flex.messaging.LocalizedException
-
Sets the localized exception number.
- setPerClientAuthentication(boolean) - Method in class flex.messaging.config.LoginCommandSettings
-
Sets whether per client authentication is enabled or not.
- setPrefix(String) - Method in class flex.messaging.log.LineFormattedTarget
-
Sets prefix property.
- setPrettyPrinterClass(String) - Static method in class flex.messaging.log.Log
-
- setProperties(Map) - Method in class flex.graphics.ImageSnapshot
-
Sets the map of dynamic properties for this snapshot.
- setPropsFileName(String) - Method in class flex.messaging.config.ClusterSettings
-
Sets the properties file of the cluster.
- setReliableReconnectDurationMillis(int) - Method in class flex.messaging.config.FlexClientSettings
-
- setRemote(boolean) - Method in class flex.messaging.config.ChannelSettings
-
- setRootCause(Throwable) - Method in exception flex.messaging.LocalizedException
-
Sets the root cause for this exception.
- setServer(String) - Method in class flex.messaging.config.LoginCommandSettings
-
Sets the server name associated with the settings.
- setServerId(String) - Method in class flex.messaging.config.ChannelSettings
-
- setServerOnly(boolean) - Method in class flex.messaging.config.ChannelSettings
-
- setTimeoutMinutes(long) - Method in class flex.messaging.config.FlexClientSettings
-
Sets the number of minutes before an idle FlexClient is timed out.
- setUri(String) - Method in class flex.messaging.config.ChannelSettings
-
- setURLLoadBalancing(boolean) - Method in class flex.messaging.config.ClusterSettings
-
Sets whether url load balancing is enabled or not.
- setWidth(int) - Method in class flex.graphics.ImageSnapshot
-
Set width in pixels.
- SHARED_BACKEND_ATTR - Static variable in class flex.messaging.config.ClusterSettings
-
- SLASH_CONTEXT_PATH_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SOCKET_SERVER_BYTE_BUFFER_MANAGEMENT - Static variable in interface flex.messaging.log.LogCategories
-
- SOCKET_SERVER_GENERAL - Static variable in interface flex.messaging.log.LogCategories
-
- SRC_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SSL - Static variable in interface flex.messaging.log.LogCategories
-
- startArray(String) - Method in class flex.messaging.util.ObjectTrace
-
- startObject(String) - Method in class flex.messaging.util.ObjectTrace
-
- STARTUP_DESTINATION - Static variable in interface flex.messaging.log.LogCategories
-
- STARTUP_MESSAGEBROKER - Static variable in interface flex.messaging.log.LogCategories
-
- STARTUP_SERVICE - Static variable in interface flex.messaging.log.LogCategories
-
- StringUtils - Class in flex.messaging.util
-
- StringUtils() - Constructor for class flex.messaging.util.StringUtils
-
- substitute(String, String, String) - Static method in class flex.messaging.util.StringUtils
-
- SYNC_MESSAGE_FILTERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SYNC_MESSAGE_FILTERS_ELEMENT_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SYSTEM_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
-
- SYSTEM_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
-