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

A

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
 

B

baseException(Throwable) - Static method in class flex.messaging.util.ExceptionUtil
Get to the base exception (if any).
BASIC_AUTH_METHOD - Static variable in class flex.messaging.config.SecurityConstraint
String constant for basic authentication.
BasicPrettyPrinter - Class in flex.messaging.util
Prettifies the representation of an Object as a String.
BasicPrettyPrinter() - Constructor for class flex.messaging.util.BasicPrettyPrinter
 
buffer - Variable in class flex.messaging.util.ObjectTrace
 
buildLocale(String) - Static method in class flex.messaging.util.LocaleUtils
Builds a Locale instance from the passed string.

C

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.

D

dateFormater - Variable in class flex.messaging.log.LineFormattedTarget
The formatter to write the date as part of the logging statement.
DEBUG - Static variable in class flex.messaging.log.LogEvent
 
debug(String) - Method in class flex.messaging.log.Logger
Logs out a debug message.
debug(String, Throwable) - Method in class flex.messaging.log.Logger
Logs out a debug message associated with a Throwable.
debug(String, Object[]) - Method in class flex.messaging.log.Logger
Logs out a debug message supporting positional parameter substitutions.
debug(String, Object[], Throwable) - Method in class flex.messaging.log.Logger
Logs out a debug message supporting positional parameter substitutions and an associated Throwable.
DEFAULT_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DEFAULT_CHANNELS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DEFAULT_CHANNELS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DEFAULT_ELEMENT - Static variable in class flex.messaging.config.ClusterSettings
 
DEFAULT_LOCALE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DEFAULT_SECURITY_CONSTRAINT_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
defaultChannels - Variable in class flex.messaging.config.ClientConfiguration
 
DEST_NEEDS_ADAPTER - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DEST_NEEDS_CHANNEL - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_ADAPTER_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_CHANNEL_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_CHANNELS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_INCLUDE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_INCLUDE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATION_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATIONS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DESTINATIONS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DestinationSettings - Class in flex.messaging.config
Destinations are configured for a particular Service.
DestinationSettings(String) - Constructor for class flex.messaging.config.DestinationSettings
Used to construct a new set of properties to describe a destination.
details - Variable in exception flex.messaging.LocalizedException
 
DIRECTORY_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
docBuilder - Variable in class flex.messaging.config.AbstractConfigurationParser
 
DOTNET_FRAMEWORK_VERSION - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_CHANNEL_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_COMPONENT_ID - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_DEFAULT_ADAPTER - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_DEST_ID - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_DESTINATION_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
DUPLICATE_SERVICE_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
 

E

EMBEDDED_SECURITY_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
EMPTY_STRING - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ENABLE_SMALL_MESSAGES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ENABLED_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
endArray() - Method in class flex.messaging.util.ObjectTrace
 
endObject() - Method in class flex.messaging.util.ObjectTrace
 
ENDPOINT_AMF - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ENDPOINT_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ENDPOINT_FLEXSESSION - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_GATEWAY - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_GENERAL - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_HTTP - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_NIO_AMF - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_NIO_HTTP - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_RTMP - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_STREAMING_AMF - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_STREAMING_HTTP - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_STREAMING_NIO_AMF - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_STREAMING_NIO_HTTP - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_TYPE - Static variable in interface flex.messaging.log.LogCategories
 
ENDPOINT_WEBSOCKET_NIO_AMF - Static variable in interface flex.messaging.log.LogCategories
 
endpointType - Variable in class flex.messaging.config.ChannelSettings
 
ENFORCE_ENDOINT_VALIDATION - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ERR_MSG_CLIENT_LOAD_BALANCING_URL_WITH_TOKEN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ERR_MSG_EMPTY_CLIENT_LOAD_BALANCING_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ERR_MSG_EMTPY_CLIENT_LOAD_BALACNING_URL - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ERROR - Static variable in class flex.messaging.log.LogEvent
 
error(String) - Method in class flex.messaging.log.Logger
Logs out an error message.
error(String, Throwable) - Method in class flex.messaging.log.Logger
Logs out an error message associated with a Throwable.
error(String, Object[]) - Method in class flex.messaging.log.Logger
Logs out an error message supporting positional parameter substitutions.
error(String, Object[], Throwable) - Method in class flex.messaging.log.Logger
Logs out an error message supporting positional parameter substitutions and an associated Throwable.
evaluateExpression(Node, String) - Method in class flex.messaging.config.AbstractConfigurationParser
 
evaluateExpression(Node, String) - Method in class flex.messaging.config.ApacheXPathClientConfigurationParser
 
evaluateExpression(Node, String) - Method in class flex.messaging.config.XPathClientConfigurationParser
 
exceptionFollowedByRootCausesToString(Throwable) - Static method in class flex.messaging.util.ExceptionUtil
Utility method for converting an exception and all chained root causes into a string.
exceptionToString(Throwable) - Static method in class flex.messaging.util.ExceptionUtil
Utility method for converting an exception into a string.
ExceptionUtil - Class in flex.messaging.util
 
ExceptionUtil() - Constructor for class flex.messaging.util.ExceptionUtil
 
EXECUTOR - Static variable in interface flex.messaging.log.LogCategories
 
EXTERNAL_ENTITY_NOT_ALLOW - Static variable in interface flex.messaging.config.ConfigurationConstants
 

F

FACTORIES_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FACTORIES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FACTORY_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FACTORY_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FALSE_STRING - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FATAL - Static variable in class flex.messaging.log.LogEvent
 
fatal(String) - Method in class flex.messaging.log.Logger
Logs out a fatal message.
fatal(String, Throwable) - Method in class flex.messaging.log.Logger
Logs out a fatal message associated with a Throwable.
fatal(String, Object[]) - Method in class flex.messaging.log.Logger
Logs out a fatal message supporting positional parameter substitutions.
fatal(String, Object[], Throwable) - Method in class flex.messaging.log.Logger
Logs out a fatal message supporting positional parameter substitutions and an associated Throwable.
FBSERVICES_INTROSPECTION - Static variable in interface flex.messaging.log.LogCategories
 
fileResolver - Variable in class flex.messaging.config.AbstractConfigurationParser
 
FileUtils - Class in flex.messaging.util
 
FileUtils() - Constructor for class flex.messaging.util.FileUtils
 
FILTER_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FILTER_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FILTER_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
filters - Variable in class flex.messaging.log.AbstractTarget
 
FILTERS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FILTERS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
findAllUnusedProperties() - Method in class flex.messaging.config.ConfigMap
Returns a list of qualified property names that have not been accessed by one of the get*() methods.
findMatchWithWildcard(char[], char[]) - Static method in class flex.messaging.util.StringUtils
 
findUnusedProperties(String, boolean, Collection) - Method in class flex.messaging.config.ConfigMap
Gathers a collection of properties that exist in the map but have not been explicitly accessed nor marked as allowed.
flex.graphics - package flex.graphics
 
flex.messaging - package flex.messaging
 
flex.messaging.config - package flex.messaging.config
 
flex.messaging.log - package flex.messaging.log
 
flex.messaging.util - package flex.messaging.util
 
FLEX_CLIENT_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_HEARTBEAT_INTERVAL_MILLIS - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_OUTBOUND_QUEUE_PROCESSOR_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_OUTBOUND_QUEUE_PROCESSOR_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_RELIABLE_RECONNECT_DURATION_MILLIS - Static variable in interface flex.messaging.config.ConfigurationConstants
 
FLEX_CLIENT_TIMEOUT_MINUTES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
flexClientSettings - Variable in class flex.messaging.config.ClientConfiguration
 
FlexClientSettings - Class in flex.messaging.config
 
FlexClientSettings() - Constructor for class flex.messaging.config.FlexClientSettings
Constructs a FlexClientSettings instance.
flush() - Static method in class flex.messaging.log.Log
 
fromByteArray(byte[]) - Static method in class flex.messaging.util.UUIDUtils
Converts a 128-bit UID encoded as a byte[] to a String representation.

G

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.

H

hasCustomToStringMethod(Class) - Method in class flex.messaging.util.BasicPrettyPrinter
If the definition of toString is not from java.lang.Object or any class in the java.util.* package then we consider it a custom implementation in which case we'll use it instead of introspecting the class.
hasIllegalCharacters(String) - Static method in class flex.messaging.log.Log
 
hasTarget() - Method in class flex.messaging.log.Logger
Determines whether the Logger has at least one target.

I

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.

J

JGROUPS_CLUSTER - Static variable in class flex.messaging.config.ClusterSettings
 

L

LCDS_PROPERTY_BUNDLE - Static variable in class flex.messaging.util.PropertyStringResourceLoader
 
level - Variable in class flex.messaging.log.AbstractTarget
 
level - Variable in class flex.messaging.log.LogEvent
Provides access to the level for this log event.
LEVEL_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LineFormattedTarget - Class in flex.messaging.log
 
LineFormattedTarget() - Constructor for class flex.messaging.log.LineFormattedTarget
Default constructor.
LIST_DELIMITERS - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LIVECYCLE - Static variable in class flex.messaging.config.LocalFileResolver
 
loadDocument(String, InputStream) - Method in class flex.messaging.config.AbstractConfigurationParser
 
loadFile(String) - Method in class flex.messaging.util.PropertyStringResourceLoader
 
loadProperties(String, String) - Method in class flex.messaging.util.PropertyStringResourceLoader
 
loadStrings(String) - Method in class flex.messaging.util.PropertyStringResourceLoader
Loads localized strings for the specified locale from a property file.
LOCALE_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LOCALE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LocaleUtils - Class in flex.messaging.util
 
LocaleUtils() - Constructor for class flex.messaging.util.LocaleUtils
 
LocalFileResolver - Class in flex.messaging.config
 
LocalFileResolver() - Constructor for class flex.messaging.config.LocalFileResolver
 
LocalFileResolver(int) - Constructor for class flex.messaging.config.LocalFileResolver
 
LocalizedException - Exception in flex.messaging
The LocalizedException class is the base class for server exceptions that use localized error message and details strings.
LocalizedException() - Constructor for exception flex.messaging.LocalizedException
Create a LocalizedException with the default ResourceLoader.
LocalizedException(ResourceLoader) - Constructor for exception flex.messaging.LocalizedException
Create a LocalizedException that will use the specified ResourceLoader.
Log - Class in flex.messaging.log
 
log(short, String, Object[], Throwable) - Method in class flex.messaging.log.Logger
 
log(short, String, Object[], Throwable, boolean) - Method in class flex.messaging.log.Logger
 
LogCategories - Interface in flex.messaging.log
 
logEvent(LogEvent) - Method in class flex.messaging.log.LineFormattedTarget
This method handles a LogEvent from an associated logger.
LogEvent - Class in flex.messaging.log
 
LogEvent(Logger, String, short, Throwable) - Constructor for class flex.messaging.log.LogEvent
Constructor.
logEvent(LogEvent) - Method in interface flex.messaging.log.Target
Logs a log event out to the Targets output destination, which may be the console or a log file.
logger - Variable in class flex.messaging.log.LogEvent
Logger instance that raised the log event.
Logger - Class in flex.messaging.log
The Logger class is used to log out information.
Logger(String) - Constructor for class flex.messaging.log.Logger
Constructs a Logger instance that will log information out to the specified category.
loggerCount - Variable in class flex.messaging.log.AbstractTarget
 
LOGGING_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LOGGING_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
loggingSettings - Variable in class flex.messaging.config.ClientConfiguration
 
LoggingSettings - Class in flex.messaging.config
A log maintains a series of Loggers for each logging category and Targets are established that listen for LogEvents on those Loggers.
LoggingSettings() - Constructor for class flex.messaging.config.LoggingSettings
 
LOGIN_AFTER_DISCONNECT_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LOGIN_COMMAND_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LOGIN_COMMAND_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LOGIN_COMMAND_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
LoginCommandSettings - Class in flex.messaging.config
Settings for LoginCommand class.
LoginCommandSettings() - Constructor for class flex.messaging.config.LoginCommandSettings
Create a new LoginCommandSettings instance with default settings.

M

m_indent - Variable in class flex.messaging.util.ObjectTrace
 
m_nested - Variable in class flex.messaging.util.ObjectTrace
 
MANAGEABLE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
MANAGEMENT_GENERAL - Static variable in interface flex.messaging.log.LogCategories
 
MANAGEMENT_MBEANSERVER - Static variable in interface flex.messaging.log.LogCategories
 
message - Variable in exception flex.messaging.LocalizedException
 
message - Variable in class flex.messaging.log.LogEvent
Provides access to the message that was logged.
MESSAGE_COMMAND - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_DATA - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_FILTER - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_GENERAL - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_REMOTING - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_RPC - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_SELECTOR - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_TIMING - Static variable in interface flex.messaging.log.LogCategories
 
MESSAGE_TYPES_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
METADATA_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
MISSING_ATTRIBUTE - Static variable in interface flex.messaging.config.ConfigurationConstants
 
MISSING_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
MISSING_INCLUDE_ATTRIBUTES - Static variable in interface flex.messaging.config.ConfigurationConstants
 

N

namedElement(String) - Method in class flex.messaging.util.ObjectTrace
 
newLine - Static variable in class flex.messaging.util.ObjectTrace
 
newLine() - Method in class flex.messaging.util.ObjectTrace
 
NEWLINE - Static variable in class flex.messaging.util.StringUtils
The String to use for an OS specific line separator.
nextElementExclude - Variable in class flex.messaging.util.ObjectTrace
 
NONE - Static variable in class flex.messaging.log.LogEvent
 
NULL_COMPONENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
NULL_COMPONENT_ID - Static variable in interface flex.messaging.config.ConfigurationConstants
 
number - Variable in exception flex.messaging.LocalizedException
 

O

ObjectTrace - Class in flex.messaging.util
Simple utility to trace an Object graph out to a StringBuffer.
ObjectTrace() - Constructor for class flex.messaging.util.ObjectTrace
 
ObjectTrace(int) - Constructor for class flex.messaging.util.ObjectTrace
 

P

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
 

R

RDS - Static variable in interface flex.messaging.log.LogCategories
 
readLevel(String) - Static method in class flex.messaging.log.Log
 
RECORD_MESSAGE_SIZES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
RECORD_MESSAGE_TIMES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
RECREATE_HTTPSESSION_AFTER_LOGIN_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REDEPLOY_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REDEPLOY_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REF_ATTR - Static variable in class flex.messaging.config.ClusterSettings
 
REF_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REF_NOT_FOUND - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REF_NOT_FOUND_IN_CHANNEL - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REF_NOT_FOUND_IN_DEST - Static variable in interface flex.messaging.config.ConfigurationConstants
 
remote - Variable in class flex.messaging.config.ChannelSettings
 
REMOTE_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
removeFilter(String) - Method in class flex.messaging.log.AbstractTarget
Removes a filter from this target.
removeFilter(String) - Method in interface flex.messaging.log.Target
Removes a category filter from the list of filters the Target will process log events for.
removeLogger(Logger) - Method in class flex.messaging.log.AbstractTarget
Stops this target from receiving events from the specified logger.
removeLogger(Logger) - Method in interface flex.messaging.log.Target
Removes a Logger from the Target.
removeTarget(Target) - Static method in class flex.messaging.log.Log
Removes a target from the log.
removeTokens(String) - Static method in class flex.messaging.config.ChannelSettings
Remove protocol, host, port and context-root from a given url.
replaceToken(Node, String) - Method in class flex.messaging.config.TokenReplacer
Replace any tokens in the value of the node or the text child of the node.
reportTokens() - Method in class flex.messaging.config.AbstractConfigurationParser
Report Tokens.
reportTokens() - Method in interface flex.messaging.config.ConfigurationParser
 
reportTokens() - Method in class flex.messaging.config.TokenReplacer
Used by the parser to report the replaced tokens once logging is setup.
REQUEST_TIMEOUT_SECONDS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
REQUIRE_ADVANCED_MESSAGING_SUPPORT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
required(NodeList, List) - Method in class flex.messaging.config.AbstractConfigurationParser
Check whether all the required items are present in the node list.
requiredAttributesOrElements(Node, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
Check whether the required items are present in the current node as elements or attributes.
requiredChildElements(Node, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
Check whether the required items are present in the current node (Child elements).
reset() - Static method in class flex.messaging.log.Log
This method removes all of the current loggers and targets from the cache.
resolveEntity(String, String) - Method in class flex.messaging.config.AbstractConfigurationParser
RESOURCE - Static variable in interface flex.messaging.log.LogCategories
 
resourceLoader - Variable in exception flex.messaging.LocalizedException
 
ResourceLoader - Interface in flex.messaging.util
The root interface for classes that provide access to localized resources.
ROLE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ROLES_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
ROLES_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
rootCause - Variable in exception flex.messaging.LocalizedException
 

S

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
 

T

Target - Interface in flex.messaging.log
All logger target implementations within the logging framework must implement this interface.
TARGET_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
TARGET_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
TARGET_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
TargetSettings - Class in flex.messaging.config
A logging target must specify the class name of the implementation, the level of logging events it will accept, a list of filters for logging categories it is interested in, and a collection of properties required to initialize the target.
TargetSettings(String) - Constructor for class flex.messaging.config.TargetSettings
 
throwable - Variable in class flex.messaging.log.LogEvent
Related exception, if applicable.
timeFormatter - Variable in class flex.messaging.log.LineFormattedTarget
The formatter to write the time as part of the logging statement.
TIMEOUT - Static variable in interface flex.messaging.log.LogCategories
 
toByteArray(String) - Static method in class flex.messaging.util.UUIDUtils
Converts a UID formatted String to a byte[].
tokenReplacer - Variable in class flex.messaging.config.AbstractConfigurationParser
 
TokenReplacer - Class in flex.messaging.config
This class is used by configuration parser to replace tokens of the format {...} with actual values.
TokenReplacer() - Constructor for class flex.messaging.config.TokenReplacer
Default constructor.
TOO_MANY_OCCURRENCES - Static variable in interface flex.messaging.config.ConfigurationConstants
 
toString() - Method in exception flex.messaging.LocalizedException
Returns a string represenation of the exception.
toString(Throwable) - Static method in class flex.messaging.util.ExceptionUtil
Return the stack trace in a String.
toString() - Method in class flex.messaging.util.ObjectTrace
 
toStringCustomProperty(String) - Method in interface flex.messaging.util.PrettyPrintable
 
toStringHeader() - Method in interface flex.messaging.util.PrettyPrintable
 
TOUCH_FILE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
trace - Variable in class flex.messaging.util.BasicPrettyPrinter
 
traceConfig - Static variable in class flex.messaging.config.ServicesDependencies
 
TRANSPORT_RELIABLE - Static variable in interface flex.messaging.log.LogCategories
 
TRANSPORT_THROTTLE - Static variable in interface flex.messaging.log.LogCategories
 
TRANSPORT_THROTTLE_BUFFER - Static variable in interface flex.messaging.log.LogCategories
 
TRANSPORT_THROTTLE_CONFLATE - Static variable in interface flex.messaging.log.LogCategories
 
TRUE_STRING - Static variable in interface flex.messaging.config.ConfigurationConstants
 
TYPE_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 

U

UNDEFINED_CONTEXT_ROOT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
unexpected(NodeList, String[]) - Method in class flex.messaging.config.AbstractConfigurationParser
Check whether there is any unexpected item in the node list object.
UNEXPECTED_ATTRIBUTE - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UNEXPECTED_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UNEXPECTED_TEXT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UNKNOWN_SOURCE_FILE - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UNREGISTERED_ADAPTER - Static variable in interface flex.messaging.config.ConfigurationConstants
 
unwrapMethods - Static variable in class flex.messaging.util.ExceptionUtil
List of no-arg methods that are known to return a wrapped throwable.
uri - Variable in class flex.messaging.config.ChannelSettings
 
URI_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
URL_ATTR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
URL_LOAD_BALANCING - Static variable in class flex.messaging.config.ClusterSettings
 
UTF_16 - Static variable in class flex.messaging.util.FileUtils
 
UTF_8 - Static variable in class flex.messaging.util.FileUtils
 
UUID_GENERATOR_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UUID_GENERATOR_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
UUIDUtils - Class in flex.messaging.util
 

V

VALIDATOR_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
VALIDATOR_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
VALIDATOR_REQ_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
VALIDATORS_CHILDREN - Static variable in interface flex.messaging.config.ConfigurationConstants
 
VALIDATORS_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
VALUE_SUPRESSED - Static variable in class flex.messaging.log.Log
 
VENDORS_BUNDLE - Static variable in class flex.messaging.util.PropertyStringResourceLoader
 

W

WARN - Static variable in class flex.messaging.log.LogEvent
 
warn(String) - Method in class flex.messaging.log.Logger
Logs out a warn message.
warn(String, Throwable) - Method in class flex.messaging.log.Logger
Logs out a warn message associated with a Throwable.
warn(String, Object[]) - Method in class flex.messaging.log.Logger
Logs out a warn message supporting positional parameter substitutions.
warn(String, Object[], Throwable) - Method in class flex.messaging.log.Logger
Logs out a warn message supporting positional parameter substitutions and an associated Throwable.
WATCH_FILE_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
WATCH_INTERVAL_ELEMENT - Static variable in interface flex.messaging.config.ConfigurationConstants
 
wrappedException(Throwable) - Static method in class flex.messaging.util.ExceptionUtil
Get the wrapped Exception object from the Throwable object.
write(Object) - Method in class flex.messaging.util.ObjectTrace
 
writeNull() - Method in class flex.messaging.util.ObjectTrace
 
writeRef(int) - Method in class flex.messaging.util.ObjectTrace
 
writeString(String) - Method in class flex.messaging.util.ObjectTrace
 
WSRP_GENERAL - Static variable in interface flex.messaging.log.LogCategories
 

X

XML_PARSER_ERROR - Static variable in interface flex.messaging.config.ConfigurationConstants
 
XPathClientConfigurationParser - Class in flex.messaging.config
Uses Sun's JDK 1.5 XPath implementation on a DOM representation of a messaging configuration file.
XPathClientConfigurationParser() - Constructor for class flex.messaging.config.XPathClientConfigurationParser
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2015 The Apache Software Foundation. All rights reserved.