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

A

AbstractAssembler - Class in flex.data.assemblers
You can implement a Data Management Services Assembler by extending this AbstractAssembler class.
AbstractAssembler() - Constructor for class flex.data.assemblers.AbstractAssembler
AbstractBootstrapService - Class in flex.messaging.services
The purpose of AbstractBootstrapService is to enable creation of dynamic services, destinations, and adapters.
AbstractBootstrapService() - Constructor for class flex.messaging.services.AbstractBootstrapService
Default constructor which is no-op.
AbstractService - Class in flex.messaging.services
This is the default implementation of Service, which provides a convenient base for behavior and associations common to all Services.
AbstractService() - Constructor for class flex.messaging.services.AbstractService
Constructs an unmanaged AbstractService.
AbstractService(boolean) - Constructor for class flex.messaging.services.AbstractService
Constructs an AbstractService with the indicated management.
AbstractTarget - Class in flex.messaging.log
AbstractTarget() - Constructor for class flex.messaging.log.AbstractTarget
Default constructor.
ActionMessageInput - Interface in flex.messaging.io.amf
This simple interface allows the MessageDeserializer to handle multiple versions of AMF.
ActionMessageOutput - Interface in flex.messaging.io.amf
Entry point for serializing an individual ActionMessage response message for AMF, AMFX or RTMP Channels.
ActionScriptAdapter - Class in flex.messaging.services.messaging.adapters
An ActionScript object based adapter for the MessageService that supports simple publish/subscribe messaging between ActionScript based clients.
ActionScriptAdapter() - Constructor for class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Constructs a default ActionScriptAdapter.
ActionScriptAdapterControlMBean - Interface in flex.management.runtime.messaging.services.messaging.adapters
Defines the runtime monitoring and management interface for managed ActionScript messaging adapters.
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.
add(List, Message) - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Always adds a new message to the tail of the queue.
ADD_SUBSCRIPTIONS - Static variable in class flex.messaging.messages.CommandMessage
Header used in a MULTI_SUBSCRIBE message to specify an Array of subtopic/selector pairs to add to the existing set of subscriptions.
addAssociation(AssociationSetting) - Method in class flex.data.DataDestination
Adds a new association to the configuration programmatically.
addAssociationSetting(AssociationSetting) - Method in class flex.data.config.MetadataSettings
Adds an AssociationSetting to the list of AssociationSettings.
addChangedPropertyName(String) - Method in interface flex.data.ChangeObject
If the adapter modifies an additional property, not changed on the client, you can use this method to add that property to the list of changes so it is pushed to other clients.
addChannel(String) - Method in class flex.messaging.Destination
Adds a channel to the list of channels known by the Destination.
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.
addClientAttributeListener(FlexClientAttributeListener) - Method in class flex.messaging.client.FlexClient
Adds a FlexClient attribute listener that will be notified when an attribute is added, removed or changed.
addClientCreatedListener(FlexClientListener) - Static method in class flex.messaging.client.FlexClient
Adds a create listener that will be notified when new FlexClients are created.
addClientDestroyedListener(FlexClientListener) - Method in class flex.messaging.client.FlexClient
Adds a destroy listener that will be notified when the FlexClient is destroyed.
addCountMethod(String) - Method in class flex.data.adapters.JavaAdapter
Adds a count method.
addCountMethod(String, String) - Method in class flex.data.adapters.JavaAdapter
Adds a count method.
addCountProcedure(NamedSQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during count.
addCountSQL(NamedSQLSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a sql statement for execution during count.
addDefaultChannel(String) - Method in class flex.messaging.MessageBroker
Adds the channel id to the list of default channel ids.
addDefaultChannel(String) - Method in class flex.messaging.services.AbstractService
Adds the channel to the list of channels of the AbstractService.
addDefaultChannel(String) - Method in interface flex.messaging.services.Service
Adds the channel to the list of channels of the Service.
addDestination(Destination) - Method in class flex.data.DataService
Casts the Destination into DataDestination and calls super.addDestination
addDestination(Destination) - Method in class flex.messaging.services.AbstractService
Adds the Destination instance to the list of destinations known by the AbstractService.
addDestination(Destination) - Method in class flex.messaging.services.HTTPProxyService
Casts the Destination into HTTPProxyDestination and calls super.addDestination
addDestination(Destination) - Method in class flex.messaging.services.MessageService
Casts the Destination into MessageDestination and calls super.addDestination
addDestination(Destination) - Method in class flex.messaging.services.RemotingService
Casts the Destination into RemotingDestination and calls super.addDestination
addDestination(Destination) - Method in interface flex.messaging.services.Service
Adds the Destination to the Service.
addDynamicUrl(String) - Method in class flex.messaging.services.http.HTTPProxyDestination
Adds a dynamic-url or soap property.
addDynamicUrls(List) - Method in class flex.messaging.services.http.HTTPProxyDestination
Adds a list of dynamic-url or soap properties to the existing list.
addFactory(String, FlexFactory) - Method in class flex.messaging.MessageBroker
Registers a factory with the MessageBroker.
addFillMethod(String) - Method in class flex.data.adapters.JavaAdapter
Adds a fill method.
addFillMethod(String, String) - Method in class flex.data.adapters.JavaAdapter
Adds a fill method.
addFillMethod(String, String, boolean, boolean, String) - Method in class flex.data.adapters.JavaAdapter
Adds a fill method .
addFillProcedure(NamedSQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during fill.
addFillSQL(NamedSQLSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a sql statement for execution during fill.
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.
addIdentityPropertyName(String) - Method in class flex.data.config.MetadataSettings
Adds an identity property name to the list of identity property names.
addIdentityPropertyNameAndType(String, String) - Method in class flex.data.config.MetadataSettings
Adds an idenitty property name and type to the list of identity property name and type lists.
addItemToFill(List, int, Map) - Method in class flex.data.assemblers.AbstractAssembler
Called when a client adds an item to a filled collection.
addItemToFill(List, int, Map) - Method in interface flex.data.assemblers.Assembler
Called when a client adds an item to a filled collection.
addItemToFill(String, List, int, Object) - Method in class flex.data.DataServiceTransaction
Adds the supplied item to the fill.
addItemWithIdToFill(String, List, int, Map) - Method in class flex.data.DataServiceTransaction
This method is like addItemToFill but takes a Map with just the id properties to identify the item.
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.
addMessageClientCreatedListener(MessageClientListener) - Static method in class flex.messaging.MessageClient
Adds a MessageClient created listener.
addMessageClientDestroyedListener(MessageClientListener) - Method in class flex.messaging.MessageClient
Adds a MessageClient destroy listener.
addProperties(ConfigMap) - Method in class flex.messaging.config.ConfigMap
Adds all properties from a map to this map.
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.
addService(Service) - Method in class flex.messaging.MessageBroker
Add a message type -to- service mapping to the broker's collection.
addSessionAttributeListener(FlexSessionAttributeListener) - Method in class flex.messaging.FlexSession
Adds a session attribute listener that will be notified when an attribute is added, removed or changed.
addSessionCreatedListener(FlexSessionListener) - Static method in class flex.messaging.FlexSession
Adds a session created listener that will be notified when new sessions are created.
addSessionDestroyedListener(FlexSessionListener) - Method in class flex.messaging.FlexSession
Adds a session destroy listener that will be notified when the session is destroyed.
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
allowProperty(String) - Method in class flex.messaging.config.ConfigMap
Sets a property name as allowed without needing to access the property value.
allowsDynamicAuthentication() - Method in class flex.messaging.services.http.HTTPProxyDestination
allowSend(Subtopic) - Method in class flex.data.adapters.JavaAdapter
allowSend(Subtopic) - Method in interface flex.messaging.security.MessagingSecurity
This method is invoked before a client message is sent to a subtopic, so that custom application logic can determine whether the client should be allowed to send to the specified subtopic.
allowSend(Subtopic) - Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
This method is invoked before a client message is sent to a subtopic, so that custom application logic can determine whether the client should be allowed to send to the specified subtopic.
allowSubscribe(Subtopic) - Method in class flex.data.adapters.JavaAdapter
Need a hook so that the customer can provide messaging security.
allowSubscribe(Subtopic) - Method in interface flex.messaging.security.MessagingSecurity
This method is invoked before a client subscribe request is processed, so that custom application logic can determine whether the client should be allowed to subscribe to the specified subtopic.
allowSubscribe(Subtopic) - Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
This method is invoked before a client subscribe request is processed, so that custom application logic can determine whether the client should be allowed to subscribe to the specified subtopic.
Amf3Types - Interface in flex.messaging.io.amf
AMF3 type markers and constants for AVM+ Serialization
AMFEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints
Defines the runtime monitoring and management interface for managed AMF endpoints.
AmfTrace - Class in flex.messaging.io.amf
The AMFTrace class is an AMF extension to the ObjectTrace utility to format AMF input/output in a similar manner to the client-side NetConnection Debugger.
AmfTrace() - Constructor for class flex.messaging.io.amf.AmfTrace
Default constructor.
APPEND_TO_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
ASObjectAdapter - Class in flex.data.adapters
Adapter for managing transient in-memory ASObjects that are created and consumed only by Flash clients.
ASObjectAdapter() - Constructor for class flex.data.adapters.ASObjectAdapter
Constructs an unmanaged ASObjectAdapter.
ASObjectAdapter(boolean) - Constructor for class flex.data.adapters.ASObjectAdapter
Constructs an ASObjectAdapter with the indicated management.
ASObjectAdapterControlMBean - Interface in flex.management.runtime.data.adapters
Defines the runtime monitoring and management interface for managed ActionScript adapters.
Assembler - Interface in flex.data.assemblers
One option for implementing a Data Management Services Assembler is to write a Java class which implements this interface.
AssociationSetting - Class in flex.data.config
The AssociationSetting class is used to add association properties to DataDestination types.
AssociationSetting(String, String, String) - Constructor for class flex.data.config.AssociationSetting
Creates an AssociationSetting instance with indicated settings and default lazy, sequenced, readOnly and cacheReferencedItems settings.
AssociationSetting(String, String, String, boolean, boolean, boolean, boolean) - Constructor for class flex.data.config.AssociationSetting
Creates an AssociationSetting instance with indicated settings.
AsyncMessage - Class in flex.messaging.messages
This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.
AsyncMessage() - Constructor for class flex.messaging.messages.AsyncMessage
Default constructor for AsyncMessage.
Attribute - Class in flex.management.jmx
Remotable Attribute class that complies with Flash serialization requirements.
Attribute() - Constructor for class flex.management.jmx.Attribute
Constructs an empty Attribute instance.
Attribute(Attribute) - Constructor for class flex.management.jmx.Attribute
Constructs an Attribute instance based upon a javax.management.Attribute instance.
attributeAdded(FlexClientBindingEvent) - Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute is added to the FlexClient.
attributeAdded(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is added to the session.
attributeRemoved(FlexClientBindingEvent) - Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute has been replaced with a new value.
attributeRemoved(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is removed from the session.
attributeReplaced(FlexClientBindingEvent) - Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute is removed from the FlexClient.
attributeReplaced(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute has been replaced with a new value.
attributes - Variable in class flex.management.jmx.MBeanInfo
The attributes exposed for management.
autoRefreshFill(List) - Method in class flex.data.assemblers.AbstractAssembler
This method can be used to help control how fill methods are refreshed by Data Management Services.
autoRefreshFill(List) - Method in interface flex.data.assemblers.Assembler
This method can be used to help control how fill methods are refreshed by Data Management Services.
autoRefreshFill(List) - Method in class flex.data.assemblers.HibernateAssembler
The Hibernate assembler always refreshes fill methods automatically so this method returns true for all fills.
autoRefreshFill(List) - Method in class flex.data.assemblers.SQLAssembler
This returns false because we always push refresh fill methods for this sample.

B

BaseControl - Class in flex.management
The implementation of the BaseControlMBean interface.
BaseControl(BaseControl) - Constructor for class flex.management.BaseControl
Constructs a BaseControl instance that references its parent; the parent may be null for root control MBeans.
BaseControlMBean - Interface in flex.management
The base MBean interface for management beans that control aspects of Flex behavior on the server.
begin(String, boolean) - Static method in class flex.data.DataServiceTransaction
Starts a DataServiceTransaction that you can use to send changes to clients.
begin(boolean) - Static method in class flex.data.DataServiceTransaction
This version of the begin method uses the default MessageBroker.

C

canonicalKeyPropertyListString - Variable in class flex.management.jmx.ObjectName
String representation of the list of key properties sorted in lexical order.
canonicalName - Variable in class flex.management.jmx.ObjectName
Canonical form of the name with properties sorted in lexical order.
ChangeObject - Interface in flex.data
The ChangeObject interface is the public interface for the JavaAdapter's synchronization methods.
className - Variable in class flex.management.jmx.MBeanInfo
The Java class name for the MBean object.
className - Variable in class flex.management.jmx.ObjectInstance
The class name part of the ObjectInstance.
clearRemoteCredentials(String, String) - Method in class flex.messaging.FlexSession
Clears any stored remote credentials from the session for the specified service destination.
CLIENT_PING_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to test connectivity over the current channel to the remote endpoint.
CLIENT_SYNC_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used by a remote destination to sync missed or cached messages back to a client as a result of a client issued poll command.
clientCreated(FlexClient) - Method in interface flex.messaging.client.FlexClientListener
Notification that a FlexClient was created.
clientDestroyed(FlexClient) - Method in interface flex.messaging.client.FlexClientListener
Notification that a FlexClient is about to be destroyed.
clone() - Method in interface flex.messaging.messages.Message
Returns a clone of the message.
close() - Method in class flex.acrobat.pdf.XFAHelper
Closes the updated PDF document to free associated resources.
CLUSTER_REQUEST_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to request a list of failover endpoint URIs for the remote destination based on cluster membership.
CommandMessage - Class in flex.messaging.messages
A message that represents an infrastructure command passed between client and server.
CommandMessage() - Constructor for class flex.messaging.messages.CommandMessage
Constructs a CommandMessage instance.
CommandMessage(int) - Constructor for class flex.messaging.messages.CommandMessage
Constructs a CommandMessage instance.
commit() - Method in class flex.data.DataServiceTransaction
Clients can call this method to commit the transaction.
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.
conflict(Object) - Method in interface flex.data.ChangeObject
Declares that a conflict occurred while processing this change.
conflict(Object, boolean) - Method in interface flex.data.ChangeObject
Declares that a conflict occurred while processing this change.
CONNECTION_MANAGER - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
CONNECTION_TIMEOUT - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
ConsoleTarget - Class in flex.messaging.log
ConsoleTarget() - Constructor for class flex.messaging.log.ConsoleTarget
Default constructor
constructors - Variable in class flex.management.jmx.MBeanInfo
The public constructors for the MBean.
containsSubtopicWildcard() - Method in class flex.messaging.services.messaging.Subtopic
Returns true if the subtopic contains a hierarchical subtopic wildcard.
convertToFlexMessage(Message, JMSConsumer) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Convert from a javax.jms.Message type to a flex.messaging.messages.AsyncMessage type.
count(List) - Method in class flex.data.assemblers.AbstractAssembler
Retrieve the number of items for a given query with the supplied parameters.
count(List) - Method in interface flex.data.assemblers.Assembler
Retrieve the number of items for a given query with the supplied parameters.
count(List) - Method in class flex.data.assemblers.HibernateAssembler
Implements the count queries for the hibernate assembler.
count(List) - Method in class flex.data.assemblers.SQLAssembler
COUNT - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
CREATE_ITEM - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
createAdapter(String) - Method in class flex.messaging.Destination
Creates a ServiceAdapter instance, sets its id, sets it manageable if the Destination that created it is manageable, and set its Destination to the Destination that created it.
createDestination(String) - Method in class flex.data.DataService
Creates a DataDestination instance, sets its id, sets it manageable if the DataService that created it is manageable, and sets its Service to the AbstractService that created it.
createDestination(String) - Method in class flex.messaging.services.AbstractService
Creates a Destination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
createDestination(String) - Method in class flex.messaging.services.HTTPProxyService
Creates a HTTPProxyDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
createDestination(String) - Method in class flex.messaging.services.MessageService
Creates a MessageDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
createDestination(String) - Method in class flex.messaging.services.RemotingService
Creates a RemotingDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
createDestination(String) - Method in interface flex.messaging.services.Service
Creates a Destination instance, sets its id, sets it manageable if the Service that created it is manageable, and sets its Service to the Service that created it.
createErrorMessage() - Method in exception flex.data.DataSyncException
This utility method generates a Message to be sent across the network to describe this Exception.
createErrorMessage() - Method in exception flex.messaging.MessageException
Creates an error message from the exception.
createFactoryInstance(String, ConfigMap) - Method in class flex.messaging.factories.JavaFactory
This method is called when we initialize the definition of an instance which will be looked up by this factory.
createFactoryInstance(String, ConfigMap) - Method in interface flex.messaging.FlexFactory
This method is called when the definition of an instance that this factory looks up is initialized.
createInstance() - Method in class flex.messaging.factories.JavaFactoryInstance
Creates an instance from specified source and initializes the instance if it is of FlexConfigurable type.
createItem(Object) - Method in class flex.data.assemblers.AbstractAssembler
Creates the item.
createItem(Object) - Method in interface flex.data.assemblers.Assembler
Creates the item.
createItem(Object) - Method in class flex.data.assemblers.HibernateAssembler
Actually performs the createItem operation.
createItem(Object) - Method in class flex.data.assemblers.SQLAssembler
createItem(String, Object) - Method in class flex.data.DataServiceTransaction
You use this method to indicate to to the Data Management Service that a new item has been created.
createLog() - Static method in class flex.messaging.log.Log
Creates the log on first access, returns already created log on subsequent calls.
createMBean(String, String) - Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, String) - Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, Object[], String[]) - Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, String, Object[], String[]) - Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createService(String, String) - Method in class flex.messaging.MessageBroker
Creates a Service instance, sets its id, sets it manageable if the MessageBroker that created it is manageable, and sets its MessageBroker to the MessageBroker that created it.

D

DATABASE - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
DataDestination - Class in flex.data
Subclass of MessageDestination which provides DataService-specific destination functionality, such as data item paging.
DataDestination() - Constructor for class flex.data.DataDestination
Constructs an unmanaged DataDestination instance.
DataDestination(boolean) - Constructor for class flex.data.DataDestination
Constructs a DataDestination with the indicated management.
DataDestinationControlMBean - Interface in flex.management.runtime.data
Defines the runtime monitoring and management interface for managed DataDestinations.
DataNetworkSettings - Class in flex.data.config
Network policy settings for a DataCollection.
DataNetworkSettings() - Constructor for class flex.data.config.DataNetworkSettings
Creates a DataNetworkSettings instance with default settings
DataService - Class in flex.data
This is the service which receives DataMessages and handles data synchronization functionality.
DataService() - Constructor for class flex.data.DataService
Constructs an unmanaged DataService.
DataService(boolean) - Constructor for class flex.data.DataService
Constructs a DataService with the indicated management.
DataServiceControlMBean - Interface in flex.management.runtime.data
Defines the runtime monitoring and management interface for managed data services.
DataServiceTransaction - Class in flex.data
A DataServiceTransaction instance is created for each operation that modifies the state of objects managed by Data Management Services.
DATASOURCE - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
DataSyncException - Exception in flex.data
A DayaSyncException describes a data conflict that arises as a result of a client attempt to commit a "sync" DataService operation.
DataSyncException(ChangeObject) - Constructor for exception flex.data.DataSyncException
You can use this constructor when no single property is known to have caused a conflict, and when no known safe state of the Object is known to exist.
DataSyncException(ChangeObject, Object) - Constructor for exception flex.data.DataSyncException
You can use this constructor when no single property is known to have caused a conflict, but the known safe state of the Object is available.
DataSyncException(ChangeObject, Object, String) - Constructor for exception flex.data.DataSyncException
You can use this constructor when a single property is known to have caused a conflict.
DataSyncException(ChangeObject, Object, List) - Constructor for exception flex.data.DataSyncException
You can use this constructor when multiple properties are known to have caused a conflict.
DataSyncException(Object, List) - Constructor for exception flex.data.DataSyncException
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_MAX_CONNECTIONS_HOST - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
The default maximum number of connections allowed per host
DEFAULT_MAX_CONNECTIONS_PER_HOST - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
The default maximum number of connections allowed overall
DEFAULT_TIMEOUT - Static variable in class flex.messaging.config.NetworkSettings
DELETE_ITEM - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
deleteItem(Object) - Method in class flex.data.assemblers.AbstractAssembler
This is called when the client application removes an item managed by the destination corresponding to this assembler.
deleteItem(Object) - Method in interface flex.data.assemblers.Assembler
This is called when the client application removes an item managed by the destination corresponding to this assembler.
deleteItem(Object) - Method in class flex.data.assemblers.HibernateAssembler
Deletes the hibernate item.
deleteItem(Object) - Method in class flex.data.assemblers.SQLAssembler
deleteItem(String, Object) - Method in class flex.data.DataServiceTransaction
Sends a deleteItem method to the clients that are sync'd to sequences that contain this item.
deleteItemWithId(String, Map) - Method in class flex.data.DataServiceTransaction
This version of the deleteItem method does not provide for conflict detection if the item has been modified before the delete occurs; it is deleted.
describeDestination() - Method in class flex.messaging.Destination
Returns a ConfigMap of destination properties that the client needs.
describeEndpoint() - Method in interface flex.messaging.endpoints.Endpoint
Returns a ConfigMap of endpoint properties that the client needs.
describeService(Endpoint) - Method in class flex.data.DataService
Returns a ConfigMap of service properties that the client needs.
describeService(Endpoint) - Method in class flex.messaging.services.AbstractService
Returns a ConfigMap service properties that the client needs.
describeService(Endpoint) - Method in interface flex.messaging.services.Service
Describes the service for the client.
describeServices(Endpoint) - Method in class flex.messaging.MessageBroker
Describe services and the channels used by the services for the client.
description - Variable in class flex.management.jmx.MBeanAttributeInfo
The description of the attribute.
description - Variable in class flex.management.jmx.MBeanConstructorInfo
The description of the constructor.
description - Variable in class flex.management.jmx.MBeanInfo
The description of the MBean.
description - Variable in class flex.management.jmx.MBeanOperationInfo
The operation description.
description - Variable in class flex.management.jmx.MBeanParameterInfo
The description for the parameter.
Destination - Class in flex.messaging
The Destination class is a source and sink for messages sent through a service destination and uses an adapter to process messages.
Destination() - Constructor for class flex.messaging.Destination
Constructs an unmanaged Destination instance.
Destination(boolean) - Constructor for class flex.messaging.Destination
Constructs a Destination with the indicated management.
DESTINATION_CLIENT_ID_HEADER - Static variable in interface flex.messaging.messages.Message
The name for the destination client Id header, used to target a message back to the proper client when multiple clients share a channel.
DestinationControlMBean - Interface in flex.management.runtime.messaging
Defines the runtime monitoring and management interface for managed destinations.
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.
DO_NOT_EXECUTE_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
doAuthentication(String, Object) - Method in interface flex.messaging.security.LoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthorization(Principal, List) - Method in interface flex.messaging.security.LoginCommand
The gateway calls this method to perform programmatic authorization.
domain - Variable in class flex.management.jmx.ObjectName
The domain part of the object name.
DOMAIN_PREFIX - Static variable in class flex.management.BaseControl
The prefix used for the domain part of control MBean names.
DRIVER_CLASS - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
DRIVER_PASSWORD - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
DRIVER_URL - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
DRIVER_USER - Static variable in interface flex.data.assemblers.SQLAssemblerConstants

E

EMPTY_STRING - Static variable in interface flex.messaging.io.amf.Amf3Types
endAMFArray() - Method in class flex.messaging.io.amf.AmfTrace
Ends a ByteArray.
endAMFObject() - Method in class flex.messaging.io.amf.AmfTrace
Ends an AMFObject.
endCommand() - Method in class flex.messaging.io.amf.AmfTrace
Ends the command.
endHeader() - Method in class flex.messaging.io.amf.AmfTrace
Ends the header.
endMessage() - Method in class flex.messaging.io.amf.AmfTrace
Ends the message.
Endpoint - Interface in flex.messaging.endpoints
An endpoint receives messages from clients and decodes them, then sends them on to a MessageBroker for routing to a service.
ENDPOINT_HEADER - Static variable in interface flex.messaging.messages.Message
The name for the endpoint header.
EndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints
Defines the runtime monitoring and management interface for managed endpoints.
equalItemIdentities(Object, Object) - Method in class flex.data.DataDestination
Returns true if the two items supplied have the same id properties.
equals(Object) - Method in class flex.data.adapters.JavaAdapter.QueryMethod
equals(Object) - Method in class flex.messaging.services.messaging.Subtopic
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.
EXECUTE_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
ExternalProxySettings - Class in flex.messaging.services.http
ExternalProxySettings() - Constructor for class flex.messaging.services.http.ExternalProxySettings
Creates a default ExternalProxySettings instance.

F

FactoryDestination - Class in flex.messaging
FactoryDestination() - Constructor for class flex.messaging.FactoryDestination
Constructs an unmanaged FactoryDestination instance.
FactoryDestination(boolean) - Constructor for class flex.messaging.FactoryDestination
Constructs a FactoryDestination with the indicated management.
FactoryInstance - Class in flex.messaging
This class is used by the FlexFactory to store the configuration for an instance created by the factory.
FactoryInstance(FlexFactory, String, ConfigMap) - Constructor for class flex.messaging.FactoryInstance
Normally FactoryInstances are constructed by FDS during startup so you do not need to use this method.
fail() - Method in interface flex.data.ChangeObject
Declares that a failure occurred while processing this change.
fail(String) - Method in interface flex.data.ChangeObject
Declares that a failure occurred while processing this change.
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.
fill(List) - Method in class flex.data.assemblers.AbstractAssembler
This method is called by the Data Management Service for any fill methods called by the client which are not configured in the configuration file explicitly using the fill-method tag.
fill(List, int, int) - Method in class flex.data.assemblers.AbstractAssembler
This method is called by the Data Management Service for any paged-fill methods.
fill(List) - Method in interface flex.data.assemblers.Assembler
This method is called by the Data Management Service for any fill methods called by the client which are not configured in the configuration file explicitly using the fill-method tag.
fill(List, int, int) - Method in interface flex.data.assemblers.Assembler
This method is called by the Data Management Service for any paged-fill methods.
fill(List, int, int) - Method in class flex.data.assemblers.HibernateAssembler
Implements the fill method for the hibernate assembler.
fill(List) - Method in class flex.data.assemblers.SQLAssembler
The first fill parameter is the name of the fill query to execute.
FILL - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
fillNeedsAutoRefresh(Object) - Method in class flex.data.adapters.ASObjectAdapter
All ASObject queries need to be auto refreshed
fillNeedsAutoRefresh(Object) - Method in class flex.data.adapters.JavaAdapter
This method is called directly from the data service (not using the messaging abstraction.
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.
findCurrentCreateDataMessage(String) - Static method in class flex.data.DataService
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.acrobat.pdf - package flex.acrobat.pdf
flex.data - package flex.data
flex.data.adapters - package flex.data.adapters
flex.data.assemblers - package flex.data.assemblers
flex.data.config - package flex.data.config
flex.management - package flex.management
flex.management.jmx - package flex.management.jmx
flex.management.runtime.data - package flex.management.runtime.data
flex.management.runtime.data.adapters - package flex.management.runtime.data.adapters
flex.management.runtime.messaging - package flex.management.runtime.messaging
flex.management.runtime.messaging.endpoints - package flex.management.runtime.messaging.endpoints
flex.management.runtime.messaging.endpoints.rtmp - package flex.management.runtime.messaging.endpoints.rtmp
flex.management.runtime.messaging.services - package flex.management.runtime.messaging.services
flex.management.runtime.messaging.services.http - package flex.management.runtime.messaging.services.http
flex.management.runtime.messaging.services.messaging - package flex.management.runtime.messaging.services.messaging
flex.management.runtime.messaging.services.messaging.adapters - package flex.management.runtime.messaging.services.messaging.adapters
flex.management.runtime.messaging.services.remoting - package flex.management.runtime.messaging.services.remoting
flex.management.runtime.messaging.services.remoting.adapters - package flex.management.runtime.messaging.services.remoting.adapters
flex.messaging - package flex.messaging
flex.messaging.client - package flex.messaging.client
flex.messaging.config - package flex.messaging.config
flex.messaging.endpoints - package flex.messaging.endpoints
flex.messaging.factories - package flex.messaging.factories
flex.messaging.io.amf - package flex.messaging.io.amf
flex.messaging.log - package flex.messaging.log
flex.messaging.messages - package flex.messaging.messages
flex.messaging.security - package flex.messaging.security
flex.messaging.services - package flex.messaging.services
flex.messaging.services.http - package flex.messaging.services.http
flex.messaging.services.messaging - package flex.messaging.services.messaging
flex.messaging.services.messaging.adapters - package flex.messaging.services.messaging.adapters
flex.messaging.services.remoting - package flex.messaging.services.remoting
flex.messaging.services.remoting.adapters - package flex.messaging.services.remoting.adapters
FLEX_CLIENT_ID_HEADER - Static variable in interface flex.messaging.messages.Message
This header is used to transport the FlexClient Id value in messages sent clients to the server.
FLEX_CLIENT_LOG_CATEGORY - Static variable in class flex.messaging.client.FlexClient
Log category for FlexClient related messages.
FLEX_SESSION_LOG_CATEGORY - Static variable in class flex.messaging.FlexSession
Log category for FlexSession related messages.
FlexClient - Class in flex.messaging.client
Represents a Flex client application instance on the server.
FlexClientAttributeListener - Interface in flex.messaging.client
Interface for FlexClient attribute listeners.
FlexClientBindingEvent - Class in flex.messaging.client
Event used to notify FlexClientAttributeListeners of changes to FlexClient attributes.
FlexClientBindingEvent(FlexClient, String) - Constructor for class flex.messaging.client.FlexClientBindingEvent
Constructs an event for an attribute that is bound or unbound from a FlexClient.
FlexClientBindingEvent(FlexClient, String, Object) - Constructor for class flex.messaging.client.FlexClientBindingEvent
Constructs an event for an attribute that is added to a FlexClient or replaced by a new value.
FlexClientBindingListener - Interface in flex.messaging.client
Interface to be notified when the implementing object is bound or unbound from the FlexClient.
FlexClientListener - Interface in flex.messaging.client
Interface to be notified when a FlexClient is created or destroyed.
FlexClientOutboundQueueProcessor - Class in flex.messaging.client
The base FlexClientOutboundQueueProcessor implementation used if a custom implementation is not specified.
FlexClientOutboundQueueProcessor() - Constructor for class flex.messaging.client.FlexClientOutboundQueueProcessor
FlexComponent - Interface in flex.messaging
Represents a component that can be started and stopped.
FlexConfigurable - Interface in flex.messaging
Components created in the Flex configuration environment can implement the FlexConfigurable interface to get access to the configuration properties like a regular component in the system.
FlexContext - Class in flex.messaging
The FlexContext class is a utility class that holds the FlexSession, HttpServletRequest, HttpServletResponse and ServletConfig for the current thread (request).
FlexFactory - Interface in flex.messaging
The FlexFactory interface is implemented by factory components that provide instances to the Flex messaging framework.
FlexSession - Class in flex.messaging
The base for FlexSession implementations.
FlexSessionAttributeListener - Interface in flex.messaging
Interface for Flex session attribute listeners.
FlexSessionBindingEvent - Class in flex.messaging
Event used to notify FlexSessionAttributeListeners of changes to session attributes.
FlexSessionBindingEvent(FlexSession, String) - Constructor for class flex.messaging.FlexSessionBindingEvent
Constructs an event for an attribute that is bound or unbound from a session.
FlexSessionBindingEvent(FlexSession, String, Object) - Constructor for class flex.messaging.FlexSessionBindingEvent
Constructs an event for an attribute that is added to a session or replaced by a new value.
FlexSessionBindingListener - Interface in flex.messaging
Interface to be notified when the object is bound or unbound from the Flex session.
FlexSessionListener - Interface in flex.messaging
Interface to be notified when a FlexSession is created or destroyed.
flush(List) - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Always empties the queue and returns all messages to be sent to the client.
flush(MessageClient, List) - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Removes all messages in the queue targeted to this specific MessageClient subscription(s) and returns them to be sent to the client.
FlushResult - Class in flex.messaging.client
Stores the messages that should be written to the network as a result of a flush invocation on a FlexClient's outbound queue.
FlushResult() - Constructor for class flex.messaging.client.FlushResult
Constructs an OutboundQueueFlushInfo instance to return from a flush invocation on a FlexClient's outbound queue.

G

get(Object) - Method in class flex.messaging.config.ConfigMap
Gets the value for the given property name.
GET_ITEM - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
getAcknowledgeMode() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the acknowledge-mode property.
getActionscriptClass() - Method in class flex.data.assemblers.SQLAssembler
Returns actionscript-class property.
getAdapter() - Method in interface flex.management.runtime.messaging.DestinationControlMBean
Returns the ObjectName for the adapter associated with this managed destination.
getAdapter() - Method in class flex.messaging.Destination
Returns the ServiceAdapter for the Destination.
getAdapterSettings() - Method in class flex.messaging.config.DestinationSettings
Gets the adapter to be used for this destination.
getAdapterState() - Method in class flex.data.adapters.ASObjectAdapter
getAdapterState() - Method in class flex.messaging.services.ServiceAdapter
Return an object, usually a Collection, representing any shared state for the adapter.
getAllowSubtopics() - Method in class flex.messaging.config.ServerSettings
Returns allow-subtopics property.
getApplicationId() - Method in class flex.management.BaseControl
Returns an identifier for the application that hosts the component that this control manages.
getArgTypes() - Method in class flex.data.adapters.JavaAdapter.QueryMethod
getAssociation(String) - Method in class flex.data.DataDestination
Given the name of an association property for this destination, return the related destination.
getAssociations() - Method in class flex.data.DataDestination
Returns the list of associations for this destination.
getAssociationSettings() - Method in class flex.data.config.MetadataSettings
Returns the list of AssociationSettings.
getAttribute(String, String) - Method in class flex.management.jmx.MBeanServerGateway
Gets the value of a specific attribute of a named MBean.
getAttribute(String) - Method in class flex.messaging.client.FlexClient
Returns the attribute bound to the specified name for the FlexClient, or null if no attribute is bound under the name.
getAttribute(String) - Method in class flex.messaging.FlexSession
Returns the attribute bound to the specified name in the session, or null if no attribute is bound under the name.
getAttributeId() - Method in class flex.messaging.factories.JavaFactoryInstance
Returns the attribute id for the JavaFactoryInstance.
getAttributeMap() - Method in class flex.data.DataServiceTransaction
A map of values scoped to the FDMS transaction.
getAttributeNames() - Method in class flex.messaging.client.FlexClient
Returns a snapshot of the names of all attributes bound to the FlexClient.
getAttributeNames() - Method in class flex.messaging.FlexSession
Returns a snapshot of the names of all attributes bound to the session.
getAttributes(String, String[]) - Method in class flex.management.jmx.MBeanServerGateway
Gets the values of several attributes of a named MBean.
getBatchWriteSize() - Method in class flex.messaging.config.ServerSettings
Returns the batch-write-size property.
getBody() - Method in interface flex.messaging.messages.Message
Returns the body of the message.
getCacheItems() - Method in class flex.data.DataDestination
Returns the cache-items property.
getCacheReferencedItems() - Method in class flex.data.config.AssociationSetting
Returns the cache referenced items property.
getCategory() - Method in class flex.messaging.log.Logger
Returns the category this Logger logs information for.
getChangedPropertyNames() - Method in interface flex.data.ChangeObject
Returns the list of property names which changed as part of this update.
getChangedValues() - Method in interface flex.data.ChangeObject
Gets a map of property names and their current values on the item.
getChannelIds() - Method in class flex.messaging.MessageBroker
Returns the list of channel ids known to the MessageBroker.
getChannels() - Method in class flex.messaging.Destination
Returns the list of channel ids of the Destination.
getChannelSettings() - Method in class flex.messaging.config.DestinationSettings
Gets the set of channels that can be used to contact this destination.
getClassLoader() - Method in class flex.messaging.MessageBroker
This is the class loader used by the system to load user defined classes.
getClassName() - Method in class flex.messaging.config.AdapterSettings
Gets the name of the Java class implementation for this adapter.
getClient() - Method in class flex.messaging.client.FlexClientBindingEvent
Returns the FlexClient that generated the event.
getClientId() - Method in class flex.messaging.MessageClient
Returns the clientId for the MessageClient.
getClientId() - Method in interface flex.messaging.messages.Message
Returns the client id indicating the client that sent the message.
getClientIncomingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming client messages that have been throttled.
getClientIncomingMessageThrottleFrequency() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming client messages that have been throttled per minute.
getClientOutgoingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of outgoing client messages that have been throttled.
getClientOutgoingMessageThrottleFrequency() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of outgoing client messages that have been throttled per minute.
getClientType() - Method in interface flex.messaging.endpoints.Endpoint
Returns the corresponding client channel type for the endpoint.
getClusterId() - Method in class flex.messaging.config.NetworkSettings
Returns the cluster id.
getCode() - Method in exception flex.messaging.MessageException
Returns the code of the exception.
getConflictCause() - Method in exception flex.data.DataSyncException
The DataMessage that generated the conflict.
getConnectionCount() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Returns the total number of current client connections to the server.
getConnectionFactory() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the connection-factory property.
getConnectionIds() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Returns the client ids for all currently connected clients.
getConnectionManagerSettings() - Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns HTTPConnectionManagerSettings.
getConnectionTimeout() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
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.
getControl() - Method in interface flex.management.Manageable
Returns the control MBean used to manage the component.
getControl() - Method in class flex.management.ManageableComponent
getCookieLimit() - Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns the cookie-limit property.
getCorrelationId() - Method in class flex.messaging.messages.AsyncMessage
Gets the correlationId of the AsyncMessage.
getCountMethods() - Method in class flex.data.adapters.JavaAdapter
Returns the list of count methods which are of QueryMethod types.
getCountSQLStructure() - Method in class flex.data.assemblers.SQLAssembler
Returns the sql statements for count.
getCreateItemSQL() - Method in class flex.data.assemblers.SQLAssembler
Returns the sql statements for create-item.
getCurrentDataServiceTransaction() - Static method in class flex.data.DataServiceTransaction
Returns the current DataServiceTransaction if one has been associated with the current thread.
getCurrentUserTransaction() - Static method in class flex.data.DataServiceTransaction
If the current DataServiceTransaction was started with JTA mode, you can access the UserTransaction from the DataServiceTransaction.
getDatabaseDriverSettings() - Method in class flex.data.assemblers.SQLAssembler
Gets the DatabaseDriverSettings property.
getDataDestination(String, String) - Static method in class flex.data.DataDestination
Retrieves the DataDestination for the supplied server id.
getDataDestination(String) - Static method in class flex.data.DataDestination
Returns the DataDestination for the specified destination name using the currently registered MessageBroker.
getDatasourceSettings() - Method in class flex.data.assemblers.SQLAssembler
Gets the DatasourceSettings property.
getDefaultAdapter() - Method in class flex.messaging.services.AbstractService
Returns the id of the default adapter of the AbstractService.
getDefaultAdapter() - Method in interface flex.messaging.services.Service
Returns the id of the default adapter of the Service.
getDefaultChannels() - Method in class flex.messaging.MessageBroker
Returns the default channel ids of the MessageBroker.
getDefaultChannels() - Method in class flex.messaging.services.AbstractService
Returns the list of channel ids of the AbstractService.
getDefaultChannels() - Method in interface flex.messaging.services.Service
Returns the list of channel ids of the Service.
getDefaultDomain() - Method in class flex.management.jmx.MBeanServerGateway
Returns the default domain used for naming MBeans.
getDefaultMaxConnectionsPerHost() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
getDefaultUrl() - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the url (or wsdl if using the SOAP) property.
getDeleteConflictMode() - Method in class flex.data.adapters.ASObjectAdapter
Returns the delete-conflict-mode property of the ASObjectAdapter.
getDeleteConflictMode() - Method in class flex.data.assemblers.HibernateAssembler
Returns the delete-conflict-mode of the HibernateAssembler.
getDeleteItemSQLStructure() - Method in class flex.data.assemblers.SQLAssembler
Returns the sql statement for delete-item.
getDeliveryMode() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the delivery-mode property.
getDestination() - Method in class flex.data.config.AssociationSetting
Returns the destination of the association.
getDestination() - Method in interface flex.messaging.messages.Message
Returns the destination that the message targets.
getDestination(Message) - Method in class flex.messaging.services.AbstractService
Returns the Destination that the Message targets.
getDestination(String) - Method in class flex.messaging.services.AbstractService
Returns the Destination with the specified id or null if no Destination with id exists.
getDestination(Message) - Method in interface flex.messaging.services.Service
Retrieves the destination in this service for which the given message is intended.
getDestination(String) - Method in interface flex.messaging.services.Service
Returns the Destination with the specified id or null if no Destination with id exists.
getDestination() - Method in class flex.messaging.services.ServiceAdapter
Returns the Destination of the ServiceAdapter.
getDestinationId() - Method in class flex.messaging.MessageClient
Returns the destination the MessageClient is subscribed to.
getDestinationIncomingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming destination messages that have been throttled.
getDestinationIncomingMessageThrottleFrequency() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming destination messages that have been throttled per minute.
getDestinationJNDIName() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the destination-jndi-name property.
getDestinationName() - Method in class flex.messaging.config.ThrottleSettings
Returns the destination name for ThrottleSettings.
getDestinationName() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the destination-name property.
getDestinationOutgoingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of outgoing destination messages that have been throttled.
getDestinationOutgoingMessageThrottleFrequency() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of outgoing destination messages that have been throttled per minute.
getDestinations() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the ObjectNames of all destinations registered with the managed service.
getDestinations() - Method in class flex.messaging.services.AbstractService
Returns the Map of Destination ids and instances.
getDestinations() - Method in interface flex.messaging.services.Service
Returns the Map of Destination ids and instances.
getDestinationType() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the destination-type property.
getDetails() - Method in exception flex.messaging.LocalizedException
Returns the exception details.
getDurableStoreManager() - Method in class flex.messaging.config.ServerSettings
Returns the durable-store-manager property.
getDynamicUrls() - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the list of dynamic-url (or soap if using SOAP) properties.
getEndpointId() - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Returns the Id for the outbound queue's endpoint.
getEndpointId() - Method in class flex.messaging.MessageClient
Returns the Id for the endpoint the MessageClient subscription was created over.
getEndpoints() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for endpoints that are registered with the managed MessageBroker.
getErrorMessage() - Method in exception flex.messaging.MessageException
Returns the error message of the exception.
getExtendedData() - Method in exception flex.messaging.MessageException
Returns the extended data of the exception.
getExternalProxySettings() - Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns ExternalProxySettings.
getFactories() - Method in class flex.messaging.MessageBroker
Returns the map of FlexFactory instances.
getFactory() - Method in class flex.messaging.FactoryDestination
Returns the factory of the FactoryDestination.
getFactory(String) - Method in class flex.messaging.MessageBroker
Returns the FlexFactory with the specified id.
getFactoryInstance() - Method in class flex.messaging.FactoryDestination
Returns the FactoryInstance.
getFileStoreRoot() - Method in class flex.messaging.config.ServerSettings
Returns file-store-root property.
getFillContains() - Method in class flex.data.adapters.JavaAdapter.FillMethod
getFillMethods() - Method in class flex.data.adapters.JavaAdapter
Returns the list of fill methods.
getFillSQLStructure() - Method in class flex.data.assemblers.SQLAssembler
Returns the sql statements for fill.
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.
getFlexClient() - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Returns the associated FlexClient.
getFlexClient() - Static method in class flex.messaging.FlexContext
The FlexClient for the current request.
getFlexClient() - Method in class flex.messaging.MessageClient
Returns the FlexClient associated with this MessageClient.
getFlexClients() - Method in class flex.messaging.FlexSession
Returns a snapshot of the FlexClients associated with the FlexSession when this method is invoked.
getFlexDomains() - Method in class flex.management.jmx.MBeanServerGateway
Returns the narrowed list of Flex domains in which any MBean is currently registered.
getFlexMBeanCount() - Method in class flex.management.jmx.MBeanServerGateway
Returns the number of narrowed Flex MBeans registered in the MBean server.
getFlexMBeanObjectNames() - Method in class flex.management.jmx.MBeanServerGateway
Returns all the object names for Flex related MBeans.
getFlexSession() - Static method in class flex.messaging.FlexContext
The FlexSession for the current request.
getFlexSession() - Method in class flex.messaging.MessageClient
Returns the FlexSession associated with this MessageClient.
getFlexSessionCount() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns Flex session count for the MessageBroker.
getFlexSessions() - Method in class flex.messaging.client.FlexClient
Returns a snapshot of the FlexSessions associated with the FlexClient when this method is invoked.
getGetItemSQLStructure() - Method in class flex.data.assemblers.SQLAssembler
Returns the sql statements for get-item.
getGetMethod() - Method in class flex.data.adapters.JavaAdapter
Returns the get method.
getHeader(String) - Method in interface flex.messaging.messages.Message
Returns a header value corresponding to the passed header name.
getHeaders() - Method in interface flex.messaging.messages.Message
Returns the headers for the message.
getHibernateConfigFile() - Method in class flex.data.assemblers.HibernateAssembler
Returns the hibernate-config-file of the HibernateAssembler.
getHibernateEntity() - Method in class flex.data.assemblers.HibernateAssembler
Returns hibernate-entity of the HibernateAssembler.
getHttpRequest() - Static method in class flex.messaging.FlexContext
The HttpServletResponse for the current request if the request is via HTTP.
getHttpResponse() - Static method in class flex.messaging.FlexContext
The HttpServletResponse for the current request if the request is via HTTP.
getId() - Method in class flex.management.BaseControl
getId() - Method in interface flex.management.BaseControlMBean
Returns the id for this MBean.
getId() - Method in class flex.management.ManageableComponent
Returns the id of the ManageableComponent.
getId() - Method in class flex.messaging.client.FlexClient
Returns the unique Id for the FlexClient.
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.DestinationSettings
Gets the unique identity used by clients to target a destination.
getId() - Method in interface flex.messaging.endpoints.Endpoint
All endpoints are referenceable by an id that is unique among all the endpoints registered to a single broker instance.
getId() - Method in class flex.messaging.FactoryInstance
getId() - Method in class flex.messaging.FlexSession
Returns the Id for the session.
getId() - Method in class flex.messaging.services.AbstractBootstrapService
Returns the id of the AbstractBootstrapService.
getId() - Method in interface flex.messaging.services.Service
Returns the id for the service.
getIdentityNames() - Method in class flex.data.adapters.JavaAdapter.GetMethod
getIdentityPropertyNames() - Method in class flex.data.config.MetadataSettings
Returns the list of identity property names.
getIdentityPropertyType(String) - Method in class flex.data.config.MetadataSettings
Returns the property type of a given property name.
getIdentityPropertyTypeMap() - Method in class flex.data.config.MetadataSettings
Returns the Map of property name and types.
getIdentityPropertyTypes() - Method in class flex.data.config.MetadataSettings
Returns the list of property types.
getIdentityTypes() - Method in class flex.data.adapters.JavaAdapter.GetMethod
getIdentityUndefinedValue(String) - Method in class flex.data.config.MetadataSettings
getInboundPolicy() - Method in class flex.messaging.config.ThrottleSettings
Returns the inbound throttle policy.
getIncomingClientFrequency() - Method in class flex.messaging.config.ThrottleSettings
Returns incoming client frequency (max-client-frequency).
getIncomingDestinationFrequency() - Method in class flex.messaging.config.ThrottleSettings
Returns incoming destination frequency (max-frequency).
getInitialContextEnvironment() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the initial-context-environment property.
getInstanceClass() - Method in class flex.messaging.factories.JavaFactoryInstance
Creates an instance class from specified source.
getInstanceClass() - Method in class flex.messaging.FactoryInstance
If possible, returns the class for the underlying configuration.
getInvokeHTTPCount() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the number of HTTP invocations the HTTP proxy service has processed.
getInvokeHTTPFrequency() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the number of HTTP invocations per minute.
getInvokeSOAPCount() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the number of SOAP invocations the HTTP proxy service has processed.
getInvokeSOAPFrequency() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the number of SOAP invocations per minute.
getItem(Map) - Method in class flex.data.assemblers.AbstractAssembler
Retrieves an item with the specified Map of ids.
getItem(Map) - Method in interface flex.data.assemblers.Assembler
Retrieves an item with the specified Map of ids.
getItem(Map) - Method in class flex.data.assemblers.HibernateAssembler
Returns the item for the specified identity.
getItem(Map) - Method in class flex.data.assemblers.SQLAssembler
getItemClass() - Method in class flex.data.DataDestination
Returns the item-class property.
getItemFromAdapter(Map) - Method in class flex.data.DataDestination
Need to fetch the item by cobbling together a data message which goes to the adapter to retrieve it.
getItems(List) - Method in class flex.data.assemblers.AbstractAssembler
Given a list of identity Maps, returns the list of items.
getItems(List) - Method in interface flex.data.assemblers.Assembler
Given a list of identity Maps, returns the list of items.
getJavaClass() - Method in class flex.data.assemblers.SQLAssembler
Returns java-class property.
getJMSSettings() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Gets the JMSSettings of the JMSAdapter.
getLastClientIncomingMessageThrottleTimestamp() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the timestamp when an incoming client message was most recently throttled.
getLastClientOutgoingMessageThrottleTimestamp() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the timestamp when an outgoing client message was most recently throttled.
getLastDestinationIncomingMessageThrottleTimestamp() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the timestamp when an incoming destination message was most recently throttled.
getLastDestinationOutgoingMessageThrottleTimestamp() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the timestamp when an outgoing destination message was most recently throttled.
getLastInvokeHTTPTimestamp() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the timestamp of the most recent HTTP invocation processed by the HTTP proxy service.
getLastInvokeSOAPTimestamp() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Returns the timestamp of the most recent SOAP invocation processed by the HTTP proxy service.
getLastPushTimestamp() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the timestamp for the most recent push invocation.
getLastServiceCommandTimestamp() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the timestamp for the most recent service command invocation.
getLastServiceMessageFromAdapterTimestamp() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the timestamp of the most recent service message from adapter invocation.
getLastServiceMessageTimestamp() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the timestamp for the most recent message decoded by this endpoint and routed to the broker.
getLastServiceMessageTimestamp() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the timestamp for the most recent service message invocation.
getLastServiceTimestamp() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the timestamp for the most recent service invocation for this endpoint.
getLazy() - Method in class flex.data.config.AssociationSetting
Returns if the association is lazy.
getLazyAssociations() - Method in class flex.data.DataDestination
Returns the list of AssociationSetting instances we have which are lazy associations
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.
getLinger() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns linger-on-close timeout in seconds.
getLog() - Method in class flex.messaging.MessageBroker
Returns the logger of the MessageBroker.
getLogger(String) - Static method in class flex.messaging.log.Log
Given a category, returns the logger associated with the category.
getMaxCacheSize() - Method in class flex.messaging.config.ServerSettings
Returns the max number of messages to maintain in memory cache.
getMaxConnectionsPerHost() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns a collection of HostConfigurationSettings which specify connection options on a host-by-host basis.
getMaxFileSize() - Method in class flex.messaging.config.ServerSettings
Returns max-file-size property.
getMaxFlexSessionsInCurrentHour() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the maximum concurrent Flex session count for the MessageBroker in the current hour.
getMaxProducers() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the max-producers property.
getMaxTotalConnections() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
getMBeanCount() - Method in class flex.management.jmx.MBeanServerGateway
Returns the total number of beans registered in the MBean server.
getMBeanInfo(String) - Method in class flex.management.jmx.MBeanServerGateway
This method discovers the attributes and operations that an MBean exposes for management by a Flash client.
getMBeanServer() - Method in class flex.management.BaseControl
The MBeanServer that this instance is registered with.
getMBeanServer() - Method in interface flex.management.MBeanServerLocator
Returns the MBeanServer to register our management MBeans with.
getMBeanServerLocator() - Static method in class flex.management.MBeanServerLocatorFactory
Returns a MBeanServerLocator that exposes the MBeanServer to register MBeans with.
getMessage() - Method in interface flex.data.ChangeObject
Accesses the underlying Message transmitted by the client for the change.
getMessage() - Method in exception flex.messaging.LocalizedException
Returns the exception message.
getMessageBroker() - Method in interface flex.messaging.endpoints.Endpoint
All endpoints must be managed by a single MessageBroker, and must be capable of returning a reference to that broker.
getMessageBroker(String) - Static method in class flex.messaging.MessageBroker
Retrieves a message broker with the supplied messageBrokerId.
getMessageBroker() - Method in class flex.messaging.services.AbstractBootstrapService
Returns the MessageBroker managing this AbstractBootstrapService.
getMessageBroker() - Method in class flex.messaging.services.AbstractService
Returns the MessageBroker of the AbstractService.
getMessageBroker() - Method in interface flex.messaging.services.Service
All services must be managed by a single MessageBroker, and must be capable of returning a reference to that broker.
getMessageCache() - Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the message cache used by the managed destination.
getMessageClients() - Method in class flex.messaging.client.FlexClient
Returns a snapshot of the MessageClients (subscriptions) associated with the FlexClient when this method is invoked.
getMessageClients() - Method in class flex.messaging.FlexSession
Returns a snapshot of the MessageClients (subscriptions) associated with the FlexSession when this method is invoked.
getMessageId() - Method in interface flex.messaging.messages.Message
Returns the unique message id.
getMessagePriority() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the message-priority property.
getMessages() - Method in class flex.messaging.client.FlushResult
Returns the messages to write to the network for this flush invocation.
getMessageTTL() - Method in class flex.messaging.config.ServerSettings
Returns the message-time-to-live property.
getMessageType() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the message-type property.
getMetadataSettings() - Method in class flex.data.DataDestination
Returns the MetadataSettings.
getMethod() - Method in class flex.data.adapters.JavaAdapter.QueryMethod
getName() - Method in class flex.data.adapters.JavaAdapter.QueryMethod
getName() - Method in class flex.messaging.client.FlexClientBindingEvent
Returns the name of the attribute associated with the event.
getName() - Method in class flex.messaging.FlexSessionBindingEvent
Returns the name of the attribute associated with the event.
getNetworkSettings() - Method in class flex.messaging.Destination
Get the NetworkSettings of the Destination.
getNewVersion() - Method in interface flex.data.ChangeObject
Gets the current version known to the client, which is the proposed new version for the server.
getNextFlushWaitTimeMillis() - Method in class flex.messaging.client.FlushResult
Returns the wait time in milliseconds before the next flush invocation for the FlexClient's outbound queue.
getNTDomain() - Method in class flex.messaging.services.http.ExternalProxySettings
Returns the nt-domain property.
getNumber() - Method in exception flex.messaging.LocalizedException
Returns the localized exception number.
getNumNonLazyAssociations() - Method in class flex.data.DataDestination
getNumSequencedAssociations() - Method in class flex.data.DataDestination
getObjectId() - Method in interface flex.data.ChangeObject
Gets the identity of the changed object instance
getObjectInstance(String) - Method in class flex.management.jmx.MBeanServerGateway
Gets the ObjectInstance for the specified MBean registered with the MBean server.
getObjectName() - Method in class flex.management.BaseControl
Returns the ObjectName for this instance, according to the following format: {domain}[.{appId}]:type={type}[,{parent type}={parent id}]*[,server={server}]?,id={id} domain: The domain specified by the DOMAIN_PREFIX constant followed by the application identifier if one is available. type: The short type name of the resource managed by the MBean.
- The MessageBrokerControlMBean manages the flex.messaging.MessageBroker so: type=MessageBroker id: The id value for the resource managed by this MBean.
getOperation() - Method in class flex.messaging.messages.CommandMessage
Returns the operation for this CommandMessage.
getOutboundPolicy() - Method in class flex.messaging.config.ThrottleSettings
Returns the outbound throttle policy.
getOutgoingClientFrequency() - Method in class flex.messaging.config.ThrottleSettings
Returns outgoing client frequency (max-client-frequency).
getOutgoingDestinationFrequency() - Method in class flex.messaging.config.ThrottleSettings
Returns outgoing destination frequency (max-frequency).
getPageQueriesFromDatabase() - Method in class flex.data.assemblers.HibernateAssembler
Set this to true if you want to page queries for this destination directly from the database.
getPageSize() - Method in class flex.data.config.DataNetworkSettings
Returns the page size.
getParent() - Method in class flex.management.BaseControl
getParent() - Method in interface flex.management.BaseControlMBean
Returns the parent for this MBean.
getParent() - Method in class flex.management.ManageableComponent
Returns the parent of the component.
getParentControl() - Method in class flex.management.BaseControl
Returns the parent BaseControl of this instance.
getParsedDefaultUrl(String, String, String, String) - Method in class flex.messaging.services.http.HTTPProxyDestination
getParsedDynamicUrls(String) - Method in class flex.messaging.services.http.HTTPProxyDestination
getPassword() - Method in class flex.messaging.services.http.ExternalProxySettings
Returns the password property.
getPort() - Method in interface flex.messaging.endpoints.Endpoint
Returns the port of the url of the endpoint.
getPrefix() - Method in class flex.messaging.log.LineFormattedTarget
Returns prefix property.
getPreviousValue(String) - Method in interface flex.data.ChangeObject
Gets the previous value of the named property on the item.
getPreviousVersion() - Method in interface flex.data.ChangeObject
Gets the previous version known to the client.
getProducerDefaultHeaders(String) - Method in class flex.data.DataServiceTransaction
getProducerSubtopics(String) - Method in class flex.data.DataServiceTransaction
getProperties() - Method in class flex.messaging.FactoryInstance
Returns the ConfigMap that this factory instance was created with.
getPropertiesOnClientObject(Object) - Static method in class flex.data.DataService
Again, this belongs somewhere else and could be more efficient.
getProperty() - Method in class flex.data.config.AssociationSetting
Returns the property of the association.
getProperty(String) - Method in class flex.messaging.config.ConfigMap
Gets the property with the specified name as a string if possible.
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.
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.
getPropertyAsList(String, List) - Method in class flex.messaging.config.ConfigMap
Gets a property (or set of properties) as a List.
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.
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.
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.
getPropertyNames() - Method in exception flex.data.DataSyncException
A list of property names that are in conflict.
getPropertyOnClientObject(Object, String) - Static method in class flex.data.DataService
getProtocolFactory() - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the protocol-factory property.
getProxyPort() - Method in class flex.messaging.services.http.ExternalProxySettings
Returns the port property.
getProxyServer() - Method in class flex.messaging.services.http.ExternalProxySettings
Returns the server property.
getPushCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the count of push invocations.
getPushFrequency() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the number of push invocations per minute.
getQueueConsumerCount() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of queue consumers for the adapter.
getQueueConsumerCount() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of queue consumers managed by this adapter.
getQueueConsumerIds() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the ids of all queue consumers.
getQueueConsumerIds() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the ids of all queue consumers.
getQueueProducerCount() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of queue producers for the adapter.
getQueueProducerCount() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of queue producers currently managed by this adapter.
getReadOnly() - Method in class flex.data.config.AssociationSetting
Returns the read-only property.
getReadOnlyProperties() - Method in class flex.data.DataDestination
getReceiveBufferSize() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
getReconnectFetch() - Method in class flex.data.config.DataNetworkSettings
Returns the reconnect fetch property.
getRegisteredAdapters() - Method in class flex.messaging.services.AbstractService
Returns the adapters registered with the AbstractService.
getRegisteredAdapters() - Method in interface flex.messaging.services.Service
Returns the adapters registered with the Service.
getRelation() - Method in class flex.data.config.AssociationSetting
Returns the relation of the association.
getRelationString() - Method in class flex.data.config.AssociationSetting
Returns the string representation of the relation of the association.
getRemoteCredentials(String, String) - Method in class flex.messaging.FlexSession
Returns the remote credentials stored in the session for the specified service destination.
getRemotePassword() - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the remote-password property.
getRemoteUsername() - Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the remote-username property.
getRootCause() - Method in exception flex.messaging.LocalizedException
Returns the root cause for this exception.
getRTMPServer() - Method in interface flex.management.runtime.messaging.endpoints.RTMPEndpointControlMBean
Returns the RTMPServer for the managed RTMP endpoint.
getScope() - Method in class flex.messaging.FactoryDestination
Returns the scope of the FactoryDestination
getScope() - Method in class flex.messaging.FactoryInstance
getSecurityConstraint() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the security constraint that is associated with this endpoint.
getSecurityConstraint() - Method in class flex.messaging.Destination
Returns the SecurityConstraint of the Destination.
getSecurityConstraint() - Method in interface flex.messaging.endpoints.Endpoint
Returns the security constraint of the endpoint.
getSecurityConstraint(String) - Method in class flex.messaging.MessageBroker
Returns the SecurityConstraint with the indicated reference id.
getSecurityConstraintManager() - Method in class flex.data.adapters.JavaAdapter
Gets the SecurityConstraintManager of the JavaAdapter.
getSendBufferSize() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
getSendMessagesToPeers() - Method in class flex.data.DataServiceTransaction
getSeparator() - Method in class flex.messaging.services.messaging.Subtopic
Returns the separator used to create this Subtopic instance.
getSequenced() - Method in class flex.data.config.AssociationSetting
Returns the sequenced property.
getSequenceManager() - Method in class flex.data.DataDestination
getServerObject() - Method in exception flex.data.DataSyncException
Used to expose the state of the server object to the client at the time of conflict.
getServerSettings() - Method in class flex.messaging.MessageDestination
Returns the ServerSettings of the MessageDestination.
getService() - Method in class flex.messaging.Destination
Returns the Service managing this Destination.
getService(String) - Method in class flex.messaging.MessageBroker
Returns the Service with the specified id.
getServiceCommandCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of service command invocations.
getServiceCommandFrequency() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of service command invocations per minute.
getServiceCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the count of service invocations for this endpoint.
getServiceFrequency() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the number of service invocations per minute.
getServiceMessageCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the count of messages decoded by this endpoint and routed to the broker.
getServiceMessageCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of service message invocations.
getServiceMessageFrequency() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the number of service message invocations per minute.
getServiceMessageFrequency() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of service message invocations per minute.
getServiceMessageFromAdapterCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of messages from an adapter that the managed service has processed.
getServiceMessageFromAdapterFrequency() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the number of service message from adapter invocations per minute.
getServices() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for services that are registered with the managed MessageBroker.
getServices() - Method in class flex.messaging.MessageBroker
Returns the Map of Service instances.
getServiceType() - Method in class flex.messaging.Destination
Returns the Java class name for the Service managing this Destination.
getServletConfig() - Static method in class flex.messaging.FlexContext
The ServletConfig for the current request, uses the last known ServletConfig when the request is not via HTTP.
getServletContext() - Static method in class flex.messaging.FlexContext
The ServletContext for the current web application.
getSession() - Method in class flex.messaging.FlexSessionBindingEvent
Returns the Flex session that generated the event.
getSocketTimeout() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
getSource() - Method in class flex.messaging.FactoryDestination
Gets the source of the FactoryDestination.
getSource() - Method in class flex.messaging.FactoryInstance
getStartTimestamp() - Method in interface flex.management.runtime.messaging.DestinationControlMBean
Returns the start timestamp for the Destination.
getStartTimestamp() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the start timestamp for the Endpoint.
getStartTimestamp() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Returns the start timestamp for the RTMPServer.
getStartTimestamp() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the start timestamp for the MessageBroker.
getStartTimestamp() - Method in interface flex.management.runtime.messaging.services.ServiceAdapterControlMBean
Returns the start timestamp for the ServiceAdapter.
getStartTimestamp() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the start timestamp for the Service.
getSubscriberCount() - Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Returns the count of active subscribers.
getSubscriberIds() - Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Returns the ids for all active subscribers.
getSubscriberIds(Message, boolean) - Method in class flex.messaging.services.MessageService
Returns a Set of clientIds of the clients subscribed to receive this message.
getSubscriptionManager() - Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the subscription manager used by the managed destination.
getSubscriptionTimeoutMinutes() - Method in class flex.messaging.config.NetworkSettings
Returns the subscription-timeout-minutes property.
getSubtopicSeparator() - Method in class flex.messaging.config.ServerSettings
Returns the subtopic-separator property.
getSyncMethod() - Method in class flex.data.adapters.JavaAdapter
Returns the sync method.
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.
getThrottleManager() - Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the throttle manager used by the managed destination.
getThrottleSettings() - Method in class flex.messaging.config.NetworkSettings
Returns the ThrottleSettings property.
getTimestamp() - Method in interface flex.messaging.messages.Message
Returns the timestamp for the message.
getTimeToLive() - Method in interface flex.messaging.messages.Message
Returns the time to live for the message.
getTopicConsumerCount() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of topic consumers for the adapter.
getTopicConsumerCount() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of topic consumers currently managed by this adapter.
getTopicConsumerIds() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the ids of all topic consumers.
getTopicConsumerIds() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the ids of all topic consumers.
getTopicProducerCount() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of topic producers for the adapter.
getTopicProducerCount() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of topic producers currently managed by this adapter.
getTunnelHttpRequest() - Static method in class flex.messaging.FlexContext
The HttpServletRequest for the current request if it is transporting a tunneled protocol.
getType() - Method in class flex.management.BaseControl
getType() - Method in interface flex.management.BaseControlMBean
Returns the type for this MBean.
getTypedItem(Object, TypeMarshaller) - Method in class flex.data.DataDestination
Given the item if it is an ASObject and the destination has an item class attempt to convert it into the strongly typed instance.
getUpdateBody(DataMessage, int) - Static method in class flex.data.DataService
getUpdateBody(DataMessage) - Static method in class flex.data.DataService
getUpdateChanges(DataMessage) - Static method in class flex.data.DataService
getUpdateConflictMode() - Method in class flex.data.adapters.ASObjectAdapter
Returns the update-conflict-mode property of the ASObjectAdapter.
getUpdateConflictMode() - Method in class flex.data.assemblers.HibernateAssembler
Returns the update-conflict-mode/code> of the HibernateAssembler.
getURI() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the URI that corresponds to this endpoint.
getUrl() - Method in interface flex.messaging.endpoints.Endpoint
Returns the url of the endpoint.
getUseClusterBroadcast() - Method in class flex.data.DataService
getUsername() - Method in class flex.messaging.services.http.ExternalProxySettings
Returns the username property.
getUserPrincipal() - Static method in class flex.messaging.FlexContext
Returns the principal associated with the session or client depending on whether perClientauthentication is being used.
getUserPrincipal() - Method in class flex.messaging.FlexSession
This method should be called on FlexContext and not on this class.
getUserTransaction() - Method in class flex.data.DataServiceTransaction
Returns the user transaction associated with this data service transaction.
getValue() - Method in class flex.messaging.client.FlexClientBindingEvent
Returns the value of the attribute associated with the event.
getValue() - Method in class flex.messaging.FlexSessionBindingEvent
Returns the value of the attribute associated with the event.
getValue() - Method in class flex.messaging.services.messaging.Subtopic
Returns the subtopic value used to create this Subtopic instance.

H

handlesSubscriptions() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
handlesSubscriptions() - Method in class flex.messaging.services.ServiceAdapter
Returns true if the adapter performs custom subscription management.
hashCode() - Method in class flex.messaging.services.messaging.Subtopic
hasSelfAssociations() - Method in class flex.data.DataDestination
headerExists(String) - Method in interface flex.messaging.messages.Message
Tests whether a header with the passed name exists.
HibernateAssembler - Class in flex.data.assemblers
An assembler that provides support for hibernate entities as flex destinations in Flex Data Management Services.
HibernateAssembler() - Constructor for class flex.data.assemblers.HibernateAssembler
The Assembler class is constructed by Data Management Services so you do not need to construct this yourself.
HTTPConnectionManagerSettings - Class in flex.messaging.services.http
Establishes the settings used to construct an Apache Commons HTTPClient HttpConnectionManager for the Proxy Service.
HTTPConnectionManagerSettings() - Constructor for class flex.messaging.services.http.HTTPConnectionManagerSettings
Creates a default HTTPConnectionManagerSettings instance.
HTTPEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints
Defines the runtime monitoring and management interface for managed HTTP endpoints.
HTTPProxyAdapter - Class in flex.messaging.services.http
HTTPProxyAdapter() - Constructor for class flex.messaging.services.http.HTTPProxyAdapter
Constructs an unmanaged HTTPProxyAdapter instance.
HTTPProxyAdapter(boolean) - Constructor for class flex.messaging.services.http.HTTPProxyAdapter
Constructs a HTTPProxyAdapter instance.
HTTPProxyAdapterControlMBean - Interface in flex.management.runtime.messaging.services.http
Defines the runtime monitoring and management interface for managed HTTP proxy adapters.
HTTPProxyDestination - Class in flex.messaging.services.http
HTTPProxyDestination() - Constructor for class flex.messaging.services.http.HTTPProxyDestination
Constructs an unmanaged HTTPProxyDestination instance.
HTTPProxyDestination(boolean) - Constructor for class flex.messaging.services.http.HTTPProxyDestination
Constructs a HTTPProxyDestination with the indicated management.
HTTPProxyDestinationControlMBean - Interface in flex.management.runtime.messaging.services.http
Defines the runtime monitoring and management interface for managed HTTPProxyDestinations.
HTTPProxyService - Class in flex.messaging.services
The HttpProxyService replaces the Flex 1.5 Proxy.
HTTPProxyService() - Constructor for class flex.messaging.services.HTTPProxyService
Constructs an unmanaged HTTPProxyService.
HTTPProxyService(boolean) - Constructor for class flex.messaging.services.HTTPProxyService
Constructs a HTTPProxyService with the indicated management.
HTTPProxyServiceControlMBean - Interface in flex.management.runtime.messaging.services
Defines the runtime monitoring and management interface for managed HTTP proxy services.

I

ID_QUERY - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
impact - Variable in class flex.management.jmx.MBeanOperationInfo
The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN.
importDataset(InputStream) - Method in class flex.acrobat.pdf.XFAHelper
Imports a new XFA dataset into the current PDF document.
importDataset(Document) - Method in class flex.acrobat.pdf.XFAHelper
Imports a new XFA dataset into the current PDF document.
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.
initialize(String, ConfigMap) - Method in class flex.data.adapters.ASObjectAdapter
initialize(String, ConfigMap) - Method in class flex.data.adapters.JavaAdapter
Initializes the JavaAdapter with the properties.
initialize(String, ConfigMap) - Method in class flex.data.assemblers.AbstractAssembler
initialize(String, ConfigMap) - Method in class flex.data.assemblers.HibernateAssembler
This initialize method is called once for each destination.
initialize(String, ConfigMap) - Method in class flex.data.assemblers.SQLAssembler
This initialize method is called once for each destination.
initialize(String, ConfigMap) - Method in class flex.data.DataDestination
Initializes the DataDestination with the properties.
initialize(String, ConfigMap) - Method in class flex.data.DataService
Initializes the DataService with id and properties.
initialize(String, ConfigMap) - Method in class flex.management.ManageableComponent
Initializes the ManageableComponent with the properties.
initialize(ConfigMap) - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
No-op; this default implementation doesn't require custom initialization.
initialize(String, ConfigMap) - Method in class flex.messaging.Destination
Initializes the Destination with the properties.
initialize(String, ConfigMap) - Method in interface flex.messaging.endpoints.Endpoint
Initialize the endpoint with id and properties.
initialize(String, ConfigMap) - Method in class flex.messaging.factories.JavaFactory
This method can be used to provide additional configuration parameters for the initializing this factory instance itself.
initialize(String, ConfigMap) - Method in class flex.messaging.FactoryDestination
Initializes the FactoryDestination with the properties.
initialize(String, ConfigMap) - Method in interface flex.messaging.FlexConfigurable
Initializes the component with configuration information.
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.
initialize(String, ConfigMap) - Method in class flex.messaging.MessageDestination
Initializes the MessageDestination with the properties.
initialize(String, ConfigMap) - Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker after all of the server components are created but right before they are started.
initialize(String, ConfigMap) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Initializes the HTTPProxyAdapter with the properties.
initialize(String, ConfigMap) - Method in class flex.messaging.services.http.HTTPProxyDestination
Initializes the HTTPProxyDestination with the properties.
initialize(String, ConfigMap) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Initializes the JMSAdapter with the properties.
initRemoteSubscriptions(String) - Method in class flex.messaging.services.MessageService
Issue messages to request the remote subscription table from each server in the cluster (except this one).
INT28_MAX_VALUE - Static variable in interface flex.messaging.io.amf.Amf3Types
The maximum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is 228 - 1, or 0x0FFFFFFF.
INT28_MIN_VALUE - Static variable in interface flex.messaging.io.amf.Amf3Types
The minimum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is -228 or 0xF0000000.
invalidate() - Method in class flex.messaging.client.FlexClient
Invalidates the FlexClient.
invalidate() - Method in class flex.messaging.FlexSession
Invalidates the FlexSession.
invalidate() - Method in class flex.messaging.MessageClient
Invalidates the MessageClient.
invoke(Message) - Method in class flex.data.adapters.JavaAdapter
invoke(String, String, Object[], String[]) - Method in class flex.management.jmx.MBeanServerGateway
Invokes an operation on an MBean.
invoke(Message) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Handle a data message intended for this adapter.
invoke(Message) - Method in class flex.messaging.services.http.SOAPProxyAdapter
invoke(Message) - Method in class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Handle a data message intended for this adapter.
invoke(Message) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Publish a message to this adapter's JMS destination.
invoke(Message) - Method in class flex.messaging.services.remoting.adapters.JavaAdapter
invoke(Message) - Method in class flex.messaging.services.ServiceAdapter
Handle a data message intended for this adapter.
isAllowHQLQueries() - Method in class flex.data.assemblers.HibernateAssembler
Returns if hql queries are allowed or not.
isAllowLaxSSL() - Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns allow-lax-ssl property.
isAutoRefresh() - Method in class flex.data.adapters.JavaAdapter.FillMethod
isAutoSyncEnabled() - Method in class flex.data.DataDestination
Returns the auto-sync-enabled property.
isBackendShared() - Method in class flex.messaging.Destination
The destination may be not clustered at all, may be clustered for channel failover and destination sharing, or it may be clustered for channel failover and also have a common backend, such as a common database or backend clustered JMS topic.
isBroadcastRoutingMode() - Method in class flex.messaging.config.ServerSettings
Returns cluster-message-routing property.
isClientThrottleEnabled() - Method in class flex.messaging.config.ThrottleSettings
Returns whether client throttling is enabled.
isClustered() - Method in class flex.messaging.Destination
The destination may be not clustered at all, may be clustered for channel failover only, or it may be clustered for channel failover and also have shared back ends.
isContentChunked() - Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns the content-chunked property.
isCreate() - Method in interface flex.data.ChangeObject
Inspects what sort of change occurred on the current item.
isCustomPagedFills() - Method in class flex.data.config.DataNetworkSettings
Returns whether the custom paged fills is enabled.
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.
isDelete() - Method in interface flex.data.ChangeObject
Inspect what sort of change occurred on the current item.
isDestinationThrottleEnabled() - Method in class flex.messaging.config.ThrottleSettings
Returns whether destination throttling is enabled.
isDurable() - Method in class flex.messaging.config.ServerSettings
Returns whether destination is durable.
isError() - Static method in class flex.messaging.log.Log
Indicates whether an error level log event will be processed by a log target.
isFatal() - Static method in class flex.messaging.log.Log
Indicates whether a fatal level log event will be processed by a log target.
isHierarchical() - Method in class flex.messaging.services.messaging.Subtopic
Returns true is the subtopic is hierarchical.
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.
isInstanceOf(String, String) - Method in class flex.management.jmx.MBeanServerGateway
Returns true if the specified MBean is an instance of the specified class; otherwise false.
isIs - Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute has an "is" getter.
isManaged() - Method in interface flex.management.Manageable
Returns true if the component is enabled for management.
isManaged() - Method in class flex.management.ManageableComponent
isManaged() - Method in class flex.messaging.services.AbstractBootstrapService
Always unmanaged.
isMessageExpired(Message) - Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Utility method to test whether a message has expired or not.
isMessageFromPeer() - Static method in class flex.messaging.FlexContext
Indicates whether the current message being processed came from a server peer in a cluster.
isMulti() - Method in class flex.data.config.AssociationSetting
Returns true if this is a multi-values association.
isOrdered() - Method in class flex.data.adapters.JavaAdapter.FillMethod
isPagingEnabled() - Method in class flex.data.config.DataNetworkSettings
Returns whether data paging is enabled for the destination.
isRefill() - Method in class flex.data.DataServiceTransaction
isRegistered(String) - Method in class flex.management.jmx.MBeanServerGateway
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRemoveCommiter() - Method in class flex.data.DataServiceTransaction
isRunning() - Method in interface flex.management.runtime.messaging.DestinationControlMBean
Returns true if the Destination is running.
isRunning() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns true if the Endpoint is running.
isRunning() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Returns true if the RTMPServer is running.
isRunning() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns true if the MessageBroker is running.
isRunning() - Method in interface flex.management.runtime.messaging.services.ServiceAdapterControlMBean
Returns true if the ServiceAdapter is running.
isRunning() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns true if the Service is running.
isSecure() - Method in interface flex.messaging.endpoints.Endpoint
Specifies whether this protocol requires the secure HTTPS protocol.
isSharedBackend() - Method in class flex.messaging.config.NetworkSettings
Returns the shared-backend property.
isSharedBackendSet() - Method in class flex.messaging.config.NetworkSettings
Returns true if the shared backend has been set or false if it is still using the default.
isStaleCheckingEnabled() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
isStarted() - Method in class flex.data.assemblers.AbstractAssembler
Returns whether the assembler is started or not.
isStarted() - Method in class flex.management.ManageableComponent
Returns if the component is started or not.
isStarted() - Method in interface flex.messaging.endpoints.Endpoint
Returns whether the endpoint is started or not.
isStarted() - Method in interface flex.messaging.FlexComponent
Determines whether the component is started.
isTcpNoDelay() - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
isTransactedSessions() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the transacted-sessions property.
isUpdate() - Method in interface flex.data.ChangeObject
Inspects what sort of change occurred on the current item.
isUseCustomAuthentication() - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the use-custom-auth property.
isUseQueryCache() - Method in class flex.data.assemblers.HibernateAssembler
Returns if hibernate's query cache is enabled.
isUserInRole(String) - Method in class flex.messaging.FlexSession
Returns whether the current user is in the specified role.
isUseTransactions() - Method in class flex.data.DataDestination
Returns use-transactions property.
isValid() - Method in class flex.management.ManageableComponent
Returns if the component is valid.
isValid() - Method in class flex.messaging.client.FlexClient
Returns true if the FlexClient is valid; false if it has been invalidated.
isValid() - Method in class flex.messaging.FlexSession
Returns whether the session is valid.
isValid() - Method in class flex.messaging.MessageClient
Returns true if the MessageClient is valid; false if it has been invalidated.
isWarn() - Static method in class flex.messaging.log.Log
Indicates whether a warn level log event will be processed by a log target.

J

JavaAdapter - Class in flex.data.adapters
DataAdapter for employing Java objects as a service tier for DataCollection operations.
JavaAdapter() - Constructor for class flex.data.adapters.JavaAdapter
Constructs an unmanaged JavaAdapter instance.
JavaAdapter(boolean) - Constructor for class flex.data.adapters.JavaAdapter
Constructs a JavaAdapter instance.
JavaAdapter - Class in flex.messaging.services.remoting.adapters
Basic adapter for invoking methods on a Java object.
JavaAdapter() - Constructor for class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs an unmanaged JavaAdapter instance.
JavaAdapter(boolean) - Constructor for class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs a JavaAdapter instance.
JavaAdapter.FillMethod - Class in flex.data.adapters
A class that represents JavaAdapter fill methods.
JavaAdapter.FillMethod() - Constructor for class flex.data.adapters.JavaAdapter.FillMethod
JavaAdapter.GetMethod - Class in flex.data.adapters
A class that represents JavaAdapter get methods.
JavaAdapter.GetMethod() - Constructor for class flex.data.adapters.JavaAdapter.GetMethod
JavaAdapter.QueryMethod - Class in flex.data.adapters
A class that represents JavaAdapter query methods (count methods).
JavaAdapter.QueryMethod() - Constructor for class flex.data.adapters.JavaAdapter.QueryMethod
JavaAdapterControlMBean - Interface in flex.management.runtime.data.adapters
Defines the runtime monitoring and management interface for managed Java data adapters.
JavaAdapterControlMBean - Interface in flex.management.runtime.messaging.services.remoting.adapters
Defines the runtime monitoring and management interface for managed Java service adapters.
JavaFactory - Class in flex.messaging.factories
This class implements the FlexFactory interface to constructs Flex messaging components.
JavaFactoryInstance - Class in flex.messaging.factories
This class is used by the JavaFactory to store the configuration for an instance created by the JavaFactory.
JavaFactoryInstance(JavaFactory, String, ConfigMap) - Constructor for class flex.messaging.factories.JavaFactoryInstance
Constructs a JavaFactoryInstance, assigning its factory, id, and properties.
JMSAdapter - Class in flex.messaging.services.messaging.adapters
This adapter for the MessageService integrates Flex messaging with Java Message Service destinations.
JMSAdapter() - Constructor for class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs an unmanaged JMSAdapter instance.
JMSAdapter(boolean) - Constructor for class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs a JMSAdapter instance.
JMSAdapterControlMBean - Interface in flex.management.runtime.messaging.services.messaging.adapters
Defines the runtime monitoring and management interface for managed JMS adapters.
JMSSettings - Class in flex.messaging.services.messaging.adapters
JMSSettings() - Constructor for class flex.messaging.services.messaging.adapters.JMSSettings
Creates a default JMSSettings instance.

K

kArrayType - Static variable in interface flex.messaging.io.amf.Amf3Types
kAvmPlusXmlType - Static variable in interface flex.messaging.io.amf.Amf3Types
kByteArrayType - Static variable in interface flex.messaging.io.amf.Amf3Types
kDateType - Static variable in interface flex.messaging.io.amf.Amf3Types
kDoubleType - Static variable in interface flex.messaging.io.amf.Amf3Types
keyPropertyList - Variable in class flex.management.jmx.ObjectName
A Hashtable containing key-property pairs.
keyPropertyListString - Variable in class flex.management.jmx.ObjectName
String representation of the key properties.
kFalseType - Static variable in interface flex.messaging.io.amf.Amf3Types
kIntegerType - Static variable in interface flex.messaging.io.amf.Amf3Types
kNullType - Static variable in interface flex.messaging.io.amf.Amf3Types
kObjectType - Static variable in interface flex.messaging.io.amf.Amf3Types
kStringType - Static variable in interface flex.messaging.io.amf.Amf3Types
kTrueType - Static variable in interface flex.messaging.io.amf.Amf3Types
kUndefinedType - Static variable in interface flex.messaging.io.amf.Amf3Types
kXMLType - Static variable in interface flex.messaging.io.amf.Amf3Types

L

level - Variable in class flex.messaging.log.LogEvent
Provides access to the level for this log event.
LineFormattedTarget - Class in flex.messaging.log
LineFormattedTarget() - Constructor for class flex.messaging.log.LineFormattedTarget
Default constructor
LINGER - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
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_CATEGORY - Variable in class flex.data.adapters.JavaAdapter
Log category for JavaAdapter.
LOG_CATEGORY - Static variable in class flex.data.assemblers.HibernateAssembler
Log category for HibernateAssembler.
LOG_CATEGORY - Static variable in class flex.data.assemblers.SQLAssembler
Log category for SQLAssembler.
LOG_CATEGORY - Static variable in class flex.data.DataDestination
Log category for messages logged out by the DataDestination.
LOG_CATEGORY - Static variable in class flex.data.DataService
Log category for DataService.
LOG_CATEGORY - Static variable in class flex.data.DataServiceTransaction
LOG_CATEGORY - Static variable in class flex.messaging.Destination
Default log category for Destination.
LOG_CATEGORY - Static variable in class flex.messaging.MessageBroker
Log category for MessageBroker.
LOG_CATEGORY - Static variable in class flex.messaging.MessageDestination
Log category for MessageDestination.
LOG_CATEGORY - Static variable in class flex.messaging.messages.CommandMessage
LOG_CATEGORY - Static variable in class flex.messaging.services.AbstractService
Log category for AbstractService.
LOG_CATEGORY - Static variable in class flex.messaging.services.http.HTTPProxyDestination
Log category for HTTPProxyDestination.
LOG_CATEGORY - Static variable in class flex.messaging.services.HTTPProxyService
Log category for HTTPProxyService.
LOG_CATEGORY - Static variable in class flex.messaging.services.MessageService
Log category for MessageService.
LOG_CATEGORY - Static variable in class flex.messaging.services.remoting.RemotingDestination
Log category for RemotingDestination.
LOG_CATEGORY - Static variable in class flex.messaging.services.RemotingService
Log category for RemotingService.
LOG_CATEGORY - Static variable in class flex.messaging.services.ServiceAdapter
Log category for ServiceAdapter.
LOG_CATEGORY_STARTUP_DESTINATION - Static variable in class flex.messaging.services.AbstractService
Log category that captures startup information for service's destinations.
LOG_CATEGORY_STARTUP_SERVICE - Static variable in class flex.messaging.MessageBroker
Log category that captures startup information for broker's destinations.
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
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.
LOGIN_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to send credentials to the endpoint so that the user can be logged in over the current channel.
LOGIN_TIMEOUT - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
LoginCommand - Interface in flex.messaging.security
The class name of the implementation of this interface is configured in the gateway configuration's security section and is instantiated using reflection on servlet initialization.
logout(Principal) - Method in interface flex.messaging.security.LoginCommand
Attempts to log a user out from their session.
LOGOUT_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to log the user out of the current channel, and will invalidate the server session if the channel is HTTP based.
lookup(FactoryInstance) - Method in class flex.messaging.factories.JavaFactory
Returns the instance specified by the source and properties arguments.
lookup() - Method in class flex.messaging.FactoryInstance
Return an instance as appropriate for this instance of the given factory.
lookup(FactoryInstance) - Method in interface flex.messaging.FlexFactory
This method is called by the default implementation of FactoryInstance.lookup.

M

manage(CommandMessage) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Handle a CommandMessage sent by this adapter's service.
manage(CommandMessage) - Method in class flex.messaging.services.ServiceAdapter
Accept a command from the adapter's service and perform some internal action based upon it.
Manageable - Interface in flex.management
Manageability of a class is enabled by implementing this interface.
ManageableComponent - Class in flex.management
The base implementation of the Manageable interface.
ManageableComponent(boolean) - Constructor for class flex.management.ManageableComponent
Constructs a ManageableComponent instance, specifying whether to enable management.
matches(Subtopic) - Method in class flex.messaging.services.messaging.Subtopic
Matches the passed subtopic against this subtopic.
MAX_PER_HOST - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
MAX_TOTAL_CONNECTIONS - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
MBeanAttributeInfo - Class in flex.management.jmx
Remotable MBeanAttributeInfo class that complies with Flash serialization requirements.
MBeanAttributeInfo() - Constructor for class flex.management.jmx.MBeanAttributeInfo
Constructs an empty MBeanAttributeInfo instance.
MBeanAttributeInfo(MBeanAttributeInfo) - Constructor for class flex.management.jmx.MBeanAttributeInfo
Constructs a MBeanAttributeInfo instance based upon a javax.management.MBeanAttributeInfo instance.
MBeanConstructorInfo - Class in flex.management.jmx
Remotable MBeanConstructorInfo class that complies with Flash serialization requirements.
MBeanConstructorInfo() - Constructor for class flex.management.jmx.MBeanConstructorInfo
Constructs an empty MBeanConstructorInfo instance.
MBeanConstructorInfo(MBeanConstructorInfo) - Constructor for class flex.management.jmx.MBeanConstructorInfo
Constructs a MBeanConstructorInfo instance based upon a javax.management.MBeanConstructorInfo instance.
MBeanInfo - Class in flex.management.jmx
Remotable MBeanInfo class that complies with Flash serialization requirements.
MBeanInfo() - Constructor for class flex.management.jmx.MBeanInfo
Constructs an empty MBeanInfo instance.
MBeanInfo(MBeanInfo) - Constructor for class flex.management.jmx.MBeanInfo
Constructs a MBeanInfo instance based upon a javax.management.MBeanInfo instance.
MBeanOperationInfo - Class in flex.management.jmx
Remotable MBeanOperationInfo class that complies with Flash serialization requirements.
MBeanOperationInfo() - Constructor for class flex.management.jmx.MBeanOperationInfo
Constructs an empty MBeanOperationInfo instance.
MBeanOperationInfo(MBeanOperationInfo) - Constructor for class flex.management.jmx.MBeanOperationInfo
Constructs a MBeanOperationInfo instance based upon a javax.management.MBeanOperationInfo instance.
MBeanParameterInfo - Class in flex.management.jmx
Remotable MBeanParameterInfo class that complies with Flash serialization requirements.
MBeanParameterInfo() - Constructor for class flex.management.jmx.MBeanParameterInfo
Constructs an empty MBeanParameterInfo instance.
MBeanParameterInfo(MBeanParameterInfo) - Constructor for class flex.management.jmx.MBeanParameterInfo
Constructs a MBeanParameterInfo instance based upon a javax.management.MBeanParameterInfo instance.
MBeanServerGateway - Class in flex.management.jmx
Remoting gateway to the MBean server that hosts Flex MBeans.
MBeanServerGateway() - Constructor for class flex.management.jmx.MBeanServerGateway
Constructs a new MBeanServerGateway.
MBeanServerLocator - Interface in flex.management
Interface for classes that locate MBeanServers to register MBeans with.
MBeanServerLocatorFactory - Class in flex.management
Factory to get a MBeanServerLocator.
message - Variable in class flex.messaging.log.LogEvent
Provides access to the message that was logged.
Message - Interface in flex.messaging.messages
Messages are sent from Endpoints into the MessageBroker, which then sends them to a Service.
MESSAGE_CLIENT_LOG_CATEGORY - Static variable in class flex.messaging.MessageClient
Log category for MessageClient related messages.
MessageBroker - Class in flex.messaging
The MessageBroker is the hub of message traffic in the Flex system.
MessageBrokerControlMBean - Interface in flex.management.runtime.messaging
Defines the runtime monitoring and management interface for managed MessageBrokers.
MessageClient - Class in flex.messaging
Represents a client-side MessageAgent instance.
messageClientCreated(MessageClient) - Method in interface flex.messaging.MessageClientListener
Notification that a MessageClient was created.
messageClientDestroyed(MessageClient) - Method in interface flex.messaging.MessageClientListener
Notification that a MessageClient is about to be destroyed.
MessageClientListener - Interface in flex.messaging
Interface to be notified when a MessageClient is created or destroyed.
MessageDestination - Class in flex.messaging
A logical reference to a MessageDestination.
MessageDestination() - Constructor for class flex.messaging.MessageDestination
Constructs an unmanaged MessageDestination instance.
MessageDestination(boolean) - Constructor for class flex.messaging.MessageDestination
Constructs a MessageDestination with the indicated management.
MessageDestinationControlMBean - Interface in flex.management.runtime.messaging
Defines the runtime monitoring and management interface for managed MessageDestinations.
MessageException - Exception in flex.messaging
MessageException() - Constructor for exception flex.messaging.MessageException
Default constructor.
MessageException(ResourceLoader) - Constructor for exception flex.messaging.MessageException
Constructor with ResourceLoader.
MessageException(String) - Constructor for exception flex.messaging.MessageException
Constructor with a message.
MessageException(String, Throwable) - Constructor for exception flex.messaging.MessageException
Constructor with message and Throwable.
MessageException(Throwable) - Constructor for exception flex.messaging.MessageException
Constructor with Throwable.
MessageService - Class in flex.messaging.services
The MessageService class is the Service implementation that manages point-to-point and publish-subscribe messaging.
MessageService() - Constructor for class flex.messaging.services.MessageService
Constructs an unmanaged MessageService.
MessageService(boolean) - Constructor for class flex.messaging.services.MessageService
Constructs an MessageService with the indicated management.
MessageServiceControlMBean - Interface in flex.management.runtime.messaging.services
Defines the runtime monitoring and management interface for managed message services.
MessagingAdapter - Class in flex.messaging.services.messaging.adapters
Base adapter class for publish/subscribe messaging adapters.
MessagingAdapter() - Constructor for class flex.messaging.services.messaging.adapters.MessagingAdapter
MessagingSecurity - Interface in flex.messaging.security
This is an interface which can be implemented by the MessageAdapter or by the DataManagement Assembler instance.
MetadataSettings - Class in flex.data.config
Settings for the properties of an item in a DataCollection.
MetadataSettings() - Constructor for class flex.data.config.MetadataSettings
Creates a MetadataSettings instance.
MULTI_SUBSCRIBE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used by the MultiTopicConsumer to subscribe/unsubscribe from multiple subtopics/selectors in the same message.

N

name - Variable in class flex.management.jmx.Attribute
The name of the attribute.
name - Variable in class flex.management.jmx.MBeanAttributeInfo
The name of the attribute.
name - Variable in class flex.management.jmx.MBeanConstructorInfo
The name of the constructor.
name - Variable in class flex.management.jmx.MBeanOperationInfo
The operation name.
name - Variable in class flex.management.jmx.MBeanParameterInfo
The name of the parameter.
NEEDS_CONFIG_HEADER - Static variable in class flex.messaging.messages.CommandMessage
Header to indicate that the Channel needs the configuration from the server.
NETWORK_ELEMENT - Static variable in class flex.messaging.config.NetworkSettings
NetworkSettings - Class in flex.messaging.config
Network policy settings for a MessageDestination.
NetworkSettings() - Constructor for class flex.messaging.config.NetworkSettings
Constructs a default NetworkSettings instance with default session timeout.
NONE - Static variable in class flex.messaging.log.LogEvent

O

ObjectInstance - Class in flex.management.jmx
Remotable ObjectInstance representation that complies with Flash serialization requirements.
ObjectInstance() - Constructor for class flex.management.jmx.ObjectInstance
Constructs an empty ObjectInstance instance.
ObjectInstance(ObjectInstance) - Constructor for class flex.management.jmx.ObjectInstance
Constructs a ObjectInstance instance based upon a javax.management.ObjectInstance instance.
objectName - Variable in class flex.management.jmx.ObjectInstance
The object name part of the ObjectInstance.
ObjectName - Class in flex.management.jmx
Remotable ObjectName representation that complies with Flash serialization requirements.
ObjectName() - Constructor for class flex.management.jmx.ObjectName
Constructs an empty ObjectName instance.
ObjectName(ObjectName) - Constructor for class flex.management.jmx.ObjectName
Constructs a ObjectName instance based upon a javax.management.ObjectName instance.
onJmsConnectionException(JMSException, JMSProxy) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Handle a failure on the javax.jms.Connection used by a JMSConsumer.
onMessage(Message, JMSConsumer) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Receive a message propagated by a JMSConsumer.
open(File) - Method in class flex.acrobat.pdf.XDPXFAHelper
Opens a raw XDP document that contains an XFA template shell from a file.
open(InputStream) - Method in class flex.acrobat.pdf.XDPXFAHelper
Opens a raw XDP document that contains an XFA template shell from an InputStream.
open(String) - Method in class flex.acrobat.pdf.XDPXFAHelper
Opens a raw XDP document that contains an XFA template shell from a file path location.
open(File) - Method in class flex.acrobat.pdf.XFAHelper
Opens a PDF document that is a pre-rendered shell containing an XFA template from a file.
open(InputStream) - Method in class flex.acrobat.pdf.XFAHelper
Opens a PDF document that is a pre-rendered shell containing an XFA template from an InputStream.
open(String) - Method in class flex.acrobat.pdf.XFAHelper
Opens a PDF document that is a pre-rendered shell containing an XFA template from a file path location.
openFromByteArray(byte[]) - Method in class flex.acrobat.pdf.XDPXFAHelper
Opens a raw XDP document that contains an XFA template shell from a byte array.
openFromByteArray(byte[]) - Method in class flex.acrobat.pdf.XFAHelper
Opens a PDF document that is a pre-rendered shell containing an XFA template from a byte array.
operationComplete(Object) - Method in class flex.messaging.factories.JavaFactoryInstance
Updates the session so that these values get replicated to other nodes in the cluster.
operationComplete(Object) - Method in class flex.messaging.FactoryInstance
When the caller is done with the instance, this method is called.
operations - Variable in class flex.management.jmx.MBeanInfo
The operations exposed by the MBean.

P

pattern - Variable in class flex.management.jmx.ObjectName
Indicates whether the object name is a pattern.
PDFException - Exception in flex.acrobat.pdf
A general exception type for exceptions encountered during PDF processing.
PDFException() - Constructor for exception flex.acrobat.pdf.PDFException
Default constructor.
PDFException(ResourceLoader) - Constructor for exception flex.acrobat.pdf.PDFException
Constructor with ResourceLoader.
PDFException(String, Throwable) - Constructor for exception flex.acrobat.pdf.PDFException
Constructor with message and Throwable.
PDFException(String) - Constructor for exception flex.acrobat.pdf.PDFException
Constructor with a message.
PDFException(Throwable) - Constructor for exception flex.acrobat.pdf.PDFException
Constructor with Throwable.
peerSyncAndPush(List) - Method in class flex.data.DataService
This method is provided for a cluster peer broadcast, it is not invoked locally.
peerSyncAndPushOneToPeer(Message, Object) - Method in class flex.data.DataService
Called from an external server when we are pushing messages individually using the manual message routing.
POLICY_ERROR - Static variable in class flex.messaging.config.ThrottleSettings
Integer value of error policy
POLICY_IGNORE - Static variable in class flex.messaging.config.ThrottleSettings
Integer value of ignore policy
POLICY_NONE - Static variable in class flex.messaging.config.ThrottleSettings
Integer value of no policy
POLICY_REPLACE - Static variable in class flex.messaging.config.ThrottleSettings
Integer value of replace policy
POLL_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to poll a remote destination for pending, undelivered messages.
POLL_WAIT_HEADER - Static variable in class flex.messaging.messages.CommandMessage
Header to drive an idle wait time before the next client poll request.
postDeregister() - Method in class flex.management.BaseControl
Implements javax.management.MBeanRegistration.postDeregister.
postRegister(Boolean) - Method in class flex.management.BaseControl
Implements javax.management.MBeanRegistration.postRegister.
preDeregister() - Method in class flex.management.BaseControl
Implements javax.management.MBeanRegistration.preDeregister.
preRegister(MBeanServer, ObjectName) - Method in class flex.management.BaseControl
Implements javax.management.MBeanRegistration.preRegister.
PRESERVE_DURABLE_HEADER - Static variable in class flex.messaging.messages.CommandMessage
Durable JMS subscriptions are preserved when an unsubscribe message has this parameter set to true in its header.
PROCEDURE_NAME - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
PROCEDURE_PARAM - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
PROCEDURE_TYPE - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
PROPERTY_VALUE - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
propertyNames() - Method in class flex.messaging.config.ConfigMap
Gets the set of property names contained in this map.
propertyPattern - Variable in class flex.management.jmx.ObjectName
Indicates whether the object name is a pattern on key properties.
PROTECTED_PACKAGES - Static variable in class flex.messaging.services.remoting.adapters.JavaAdapter
pushMessageToClients(Message, boolean) - Method in class flex.messaging.services.MessageService
Pushes a message to all clients that are subscribed to the destination targeted by this message.
pushMessageToClients(Set, Message, boolean) - Method in class flex.messaging.services.MessageService
This method is not invoked across a cluster, it is always locally invoked.
putRemoteCredentials(FlexRemoteCredentials) - Method in class flex.messaging.FlexSession
Stores remote credentials in the session for proxied calls to remote systems.

Q

QUERY_NAME - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
queryMBeans(String) - Method in class flex.management.jmx.MBeanServerGateway
Gets MBeans controlled by the MBean server.
queryNames(String) - Method in class flex.management.jmx.MBeanServerGateway
Gets the names of MBeans controlled by the MBean server.

R

readable - Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be read.
readObject() - Method in interface flex.messaging.io.amf.ActionMessageInput
Reads in an AMF formatted Object.
RECEIVE_BUFFER_SIZE - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
receiveAdapterState(String, Object, Object) - Method in class flex.data.DataService
This method is provided for a cluster peer broadcast, it is not invoked locally.
refreshFill(List, Object, boolean) - Method in class flex.data.assemblers.AbstractAssembler
If your fill methods are auto-refreshed, this method is called for each item that changes (either created or updated as indicated by the isCreate parameter).
refreshFill(List, Object, boolean) - Method in interface flex.data.assemblers.Assembler
If your fill methods are auto-refreshed, this method is called for each item that changes (either created or updated as indicated by the isCreate parameter).
refreshFill(List, Object, boolean) - Method in class flex.data.assemblers.HibernateAssembler
The hibernate assembler refreshes all outstanding fills whenever any item is created or modified.
refreshFill(String, List) - Method in class flex.data.DataServiceTransaction
For a matching list of auto-sync'd fills, re-executes the fill method, compares the identities of the items returned to the those returned the last time we executed it with autoSyncEnabled=true.
refreshFillStatusToName(int) - Static method in class flex.data.assemblers.AbstractAssembler
Returns the string name of the status codes for the refreshFill method.
register() - Method in class flex.management.BaseControl
Registers this instance with the MBean server.
registerAdapter(String, String) - Method in class flex.messaging.services.AbstractService
Registers the adapter with the AbstractService.
registerAdapter(String, String) - Method in interface flex.messaging.services.Service
Registers the adapter with the Service.
registerMBean(Object, String) - Method in class flex.management.jmx.MBeanServerGateway
Registers a pre-existing object as an MBean with the MBean server.
registerSynchronization(Synchronization) - Method in class flex.data.DataServiceTransaction
Registers a synchronization listener with this transaction.
REMOTE_CREDENTIALS_HEADER - Static variable in interface flex.messaging.messages.Message
The name for the header where remote credentials will be passed.
RemotingDestination - Class in flex.messaging.services.remoting
RemotingDestination() - Constructor for class flex.messaging.services.remoting.RemotingDestination
Constructs an unmanaged RemotingDestination instance.
RemotingDestination(boolean) - Constructor for class flex.messaging.services.remoting.RemotingDestination
Constructs a RemotingDestination with the indicated management.
RemotingDestinationControlMBean - Interface in flex.management.runtime.messaging.services.remoting
Defines the runtime monitoring and management interface for managed RemotingDestinations.
RemotingService - Class in flex.messaging.services
The RemotingService processes RemotingMessages.
RemotingService() - Constructor for class flex.messaging.services.RemotingService
Constructs an unmanaged RemotingService.
RemotingService(boolean) - Constructor for class flex.messaging.services.RemotingService
Constructs a RemotingService with the indicated management.
RemotingServiceControlMBean - Interface in flex.management.runtime.messaging.services
Defines the runtime monitoring and management interface for managed remoting services.
REMOVE_FROM_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
REMOVE_SUBSCRIPTIONS - Static variable in class flex.messaging.messages.CommandMessage
Like the above, but specifies the subtopic/selector array of to remove
removeAllConnections() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Removes all client connections.
removeAllSubscribers() - Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Unsubscribes all active subscribers.
removeAttribute(String) - Method in class flex.messaging.client.FlexClient
Removes the attribute bound to the specified name for the FlexClient.
removeAttribute(String) - Method in class flex.messaging.FlexSession
Removes the attribute bound to the specified name in the session.
removeChannel(String) - Method in class flex.messaging.Destination
Removes the channel from the list of channels for the Destination.
removeClientAttributeListener(FlexClientAttributeListener) - Method in class flex.messaging.client.FlexClient
Removes a FlexClient attribute listener.
removeClientCreatedListener(FlexClientListener) - Static method in class flex.messaging.client.FlexClient
Removes a FlexClient created listener.
removeClientDestroyedListener(FlexClientListener) - Method in class flex.messaging.client.FlexClient
Removes a FlexClient destroyed listener.
removeConnection(String) - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Removes the specified client connection.
removeConsumer(String) - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Unsubscribes the consumer (for either a topic or queue).
removeConsumer(String) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Removes (unsubscribes) the specified consumer.
removeCountSQL(String) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically removing a sql statement for count.
removeDefaultChannel(String) - Method in class flex.messaging.MessageBroker
Removes the channel id from the list of default channel ids.
removeDefaultChannel(String) - Method in class flex.messaging.services.AbstractService
Removes the channel from the list of channels for the AbstractService.
removeDefaultChannel(String) - Method in interface flex.messaging.services.Service
Removes the channel from the list of channels for the AbstractService.
removeDestination(String) - Method in class flex.messaging.services.AbstractService
Removes the Destination from the list of destinations known by the AbstractService.
removeDestination(String) - Method in interface flex.messaging.services.Service
Remove the Destination from the Service.
removeFactory(String) - Method in class flex.messaging.MessageBroker
Removes the FlexFactory from the list of factories known by the MessageBroker.
removeFillSQL(String) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically removing a sql statement for fill.
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.
removeItemFromFill(List, int, Map) - Method in class flex.data.assemblers.AbstractAssembler
Called when a client removes an item from a filled collection.
removeItemFromFill(List, int, Map) - Method in interface flex.data.assemblers.Assembler
Called when a client removes an item from a filled collection.
removeItemFromFill(String, List, int, Object) - Method in class flex.data.DataServiceTransaction
Like addItemToFill but removes the item from the collection instead.
removeItemWithIdFromFill(String, List, int, Map) - Method in class flex.data.DataServiceTransaction
Like addItemWithIdToFill but removes the item from the filled collection instead.
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.
removeMessageClientCreatedListener(MessageClientListener) - Static method in class flex.messaging.MessageClient
Removes a MessageClient created listener.
removeMessageClientDestroyedListener(MessageClientListener) - Method in class flex.messaging.MessageClient
Removes a MessageClient destroyed listener.
removeService(String) - Method in class flex.messaging.MessageBroker
Removes the Service from the list of services known by the MessageBroker.
removeSessionAttributeListener(FlexSessionAttributeListener) - Method in class flex.messaging.FlexSession
Removes a session attribute listener.
removeSessionCreatedListener(FlexSessionListener) - Static method in class flex.messaging.FlexSession
Removes a session created listener.
removeSessionDestroyedListener(FlexSessionListener) - Method in class flex.messaging.FlexSession
Removes a session destroy listener.
removeSubscriber(String) - Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Unsubscribes the target subscriber.
removeTarget(Target) - Static method in class flex.messaging.log.Log
Removes a target from the log.
requestAdapterState(String, Object) - Method in class flex.data.DataService
This method is provided for a cluster peer broadcast, it is not invoked locally.
reset() - Static method in class flex.messaging.log.Log
This method removes all of the current loggers and targets from the cache.
resetClientIncomingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled incoming client messages to 0.
resetClientOutgoingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled outgoing client messages to 0.
resetDestinationIncomingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled incoming destination messages to 0.
resetDestinationOutgoingMessageThrottleCount() - Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled outgoing destination messages to 0.
resetInvokeHTTPCount() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Resets the count of HTTP invocations.
resetInvokeSOAPCount() - Method in interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean
Resets the count of SOAP invocations.
resetPushCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Resets the count of push invocations.
resetServiceCommandCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Resets the count of service command invocations.
resetServiceCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Resets the count of service invocations.
resetServiceMessageCount() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Resets the count of service message invocations.
resetServiceMessageCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Resets the count of service message invocations.
resetServiceMessageFromAdapterCount() - Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Resets the count of service message from adapter invocations.
returnType - Variable in class flex.management.jmx.MBeanOperationInfo
The operation's return type.
rollback() - Method in class flex.data.DataServiceTransaction
Rollsback this transaction.
routeMessageToService(Message, Endpoint) - Method in class flex.messaging.MessageBroker
You can call this method in order to send a message from your code into the message routing system.
RTMPEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints
Defines the runtime monitoring and management interface for managed RTMP endpoints.
RTMPServerControlMBean - Interface in flex.management.runtime.messaging.endpoints.rtmp
Defines the runtime monitoring and management interface for managed RTMP servers.

S

save(File) - Method in class flex.acrobat.pdf.XFAHelper
Saves the current PDF to the given file.
save(OutputStream) - Method in class flex.acrobat.pdf.XFAHelper
Saves the updated PDF document to an OutputStream.
save(String) - Method in class flex.acrobat.pdf.XFAHelper
Saves the updated PDF to the given file location.
saveToByteArray() - Method in class flex.acrobat.pdf.XFAHelper
Saves the updated PDF document as a byte array.
SCOPE - Static variable in interface flex.messaging.FlexFactory
Scope string
SCOPE_APPLICATION - Static variable in interface flex.messaging.FlexFactory
Application scope string
SCOPE_REQUEST - Static variable in interface flex.messaging.FlexFactory
Request scope string
SCOPE_SESSION - Static variable in interface flex.messaging.FlexFactory
Session scope string
SecurityConstraintManager - Class in flex.data.adapters
SecurityConstraintManager(MessageBroker) - Constructor for class flex.data.adapters.SecurityConstraintManager
SELECTOR_HEADER - Static variable in class flex.messaging.messages.CommandMessage
The name for the selector header in subscribe messages.
SEND_BUFFER_SIZE - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
sendPeerSyncAndPush(List) - Method in class flex.data.DataService
This method enables the service to invoke fellow service operations on other cluster nodes.
sendPushMessageFromPeer(Message, boolean) - Method in class flex.messaging.services.MessageService
This method sends the passed message to clients connected to other server peer nodes in the cluster.
ServerSettings - Class in flex.messaging.config
ServerSettings() - Constructor for class flex.messaging.config.ServerSettings
Creates a default ServerSettings instance.
service(HttpServletRequest, HttpServletResponse) - Method in interface flex.messaging.endpoints.Endpoint
Respond to HTTP-based messages published by a client.
Service - Interface in flex.messaging.services
The MessageBroker has endpoints on one end and services on the other.
ServiceAdapter - Class in flex.messaging.services
The ServiceAdapter class is the base definition of a service adapter.
ServiceAdapter() - Constructor for class flex.messaging.services.ServiceAdapter
Constructs an unmanaged ServiceAdapter instance.
ServiceAdapter(boolean) - Constructor for class flex.messaging.services.ServiceAdapter
Constructs a ServiceAdapter instance.
ServiceAdapterControlMBean - Interface in flex.management.runtime.messaging.services
Defines the runtime monitoring and management interface for service adapters.
serviceCommand(CommandMessage) - Method in class flex.data.DataService
serviceCommand(CommandMessage) - Method in class flex.messaging.services.AbstractService
serviceCommand(CommandMessage) - Method in interface flex.messaging.services.Service
Handles a command routed to the service by the MessageBroker.
ServiceControlMBean - Interface in flex.management.runtime.messaging.services
Defines the runtime monitoring and management interface for managed services.
serviceMessage(Message) - Method in class flex.data.DataService
Processes messages of type DataMessage by invoking the requested destination's adapter.
serviceMessage(Message) - Method in class flex.messaging.services.AbstractService
Processes messages by invoking the requested destination's adapter.
serviceMessage(Message) - Method in class flex.messaging.services.HTTPProxyService
Processes messages of type HTTPMessage by invoking the requested destination's adapter.
serviceMessage(Message) - Method in class flex.messaging.services.MessageService
serviceMessage(Message) - Method in class flex.messaging.services.RemotingService
Processes messages of type RemotingMessage by invoking the requested destination's adapter.
serviceMessage(Message) - Method in interface flex.messaging.services.Service
Handles a message routed to the service by the MessageBroker.
serviceMessageFromAdapter(Message, boolean) - Method in class flex.messaging.services.MessageService
This method is called from a messaging adapter to handle the delivery of messages to one or more clients.
ServletLogTarget - Class in flex.messaging.log
This is a log target which uses the servlet context in order to log messages.
ServletLogTarget() - Constructor for class flex.messaging.log.ServletLogTarget
Default constructor
SESSION_TIMEOUT - Static variable in class flex.messaging.config.NetworkSettings
sessionCreated(FlexSession) - Method in interface flex.messaging.FlexSessionListener
Notification that a FlexSession was created.
sessionDestroyed(FlexSession) - Method in interface flex.messaging.FlexSessionListener
Notification that a FlexSession is about to be destroyed.
setAcknowledgeMode(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the acknowledge-mode property which is the message acknowledgement mode for the JMS adapter.
setActionscriptClass(String) - Method in class flex.data.assemblers.SQLAssembler
Sets actionscript-class property.
setAdapter(ServiceAdapter) - Method in class flex.messaging.Destination
Sets the ServiceAdapter of the Destination.
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.
setAdapterState(Object) - Method in class flex.data.adapters.ASObjectAdapter
setAdapterState(Object) - Method in class flex.messaging.services.ServiceAdapter
Set an object, usually a Collection, to represent shared state for the adapter.
setAllowHQLQueries(boolean) - Method in class flex.data.assemblers.HibernateAssembler
Sets if hql queries are allowed or not.
setAllowLaxSSL(boolean) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets allow-lax-ssl property which determines if self-signed certificates are allowed; should not be used in production.
setAllowSubtopics(boolean) - Method in class flex.messaging.config.ServerSettings
Sets allow-subtopics property.
setArgTypes(List) - Method in class flex.data.adapters.JavaAdapter.QueryMethod
setAttribute(String, Attribute) - Method in class flex.management.jmx.MBeanServerGateway
Sets the value of the attribute for the specified MBean.
setAttribute(String, Object) - Method in class flex.messaging.client.FlexClient
Binds an attribute value for the FlexClient under the specified name.
setAttribute(String, Object) - Method in class flex.messaging.FlexSession
Binds an attribute value to the session under the specified name.
setAttributeId(String) - Method in class flex.messaging.factories.JavaFactoryInstance
Sets the attribute id for the JavaFactoryInstance.
setAttributes(String, Attribute[]) - Method in class flex.management.jmx.MBeanServerGateway
Sets the values for several attributes of the specified MBean.
setAutoRefresh(boolean) - Method in class flex.data.adapters.JavaAdapter.FillMethod
setAutoSyncEnabled(boolean) - Method in class flex.data.DataDestination
Sets the default value for the autoSyncEnabled property on the client-side DataService which determines whether we should track changes for items returned from fills, gets and creates.
setBatchWriteSize(int) - Method in class flex.messaging.config.ServerSettings
Sets the batch-write-size property which is the number of durable message files to write in each batch.
setBody(Object) - Method in interface flex.messaging.messages.Message
Sets the body of the message.
setBroadcastRoutingMode(String) - Method in class flex.messaging.config.ServerSettings
Sets the cluster-message-routing property.
setCacheItems(boolean) - Method in class flex.data.DataDestination
Determines whether DataService should cache the last version of each item.
setCacheReferencedItems(boolean) - Method in class flex.data.config.AssociationSetting
Sets the cache referenced items property.
setChannels(List) - Method in class flex.messaging.Destination
Sets the channel list of the 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.
setClientId(Object) - Method in interface flex.messaging.messages.Message
Sets the client id indicating the client that sent the message.
setClientType(String) - Method in interface flex.messaging.endpoints.Endpoint
Sets the corresponding client channel type for the endpoint.
setClusterId(String) - Method in class flex.messaging.config.NetworkSettings
Sets the cluster id.
setCode(String) - Method in exception flex.messaging.MessageException
Sets the code of the exception.
setConflictCause(DataMessage) - Method in exception flex.data.DataSyncException
Sets the data message that caused this fault.
setConnectionFactory(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the connection-factory property which is the name of the JMS connection factory in JNDI.
setConnectionManagerSettings(HTTPConnectionManagerSettings) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets HTTPConnectionManagerSettings.
setConnectionTimeout(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the number of milliseconds to wait before a connection will timeout.
setConstraint(SecurityConstraint) - Method in class flex.messaging.config.DestinationSettings
Sets the security constraint to be applied to this destination.
setContentChunked(boolean) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets the content-chunked property.
setControl(BaseControl) - Method in interface flex.management.Manageable
Set the control MBean used to manage the component.
setControl(BaseControl) - Method in class flex.management.ManageableComponent
setCookieLimit(int) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets the cookie-limit property.
setCorrelationId(String) - Method in class flex.messaging.messages.AsyncMessage
Sets the correlationId of the AsyncMessage.
setCountConstraint(String) - Method in class flex.data.adapters.SecurityConstraintManager
Sets the count constraint.
setCreateConstraint(String) - Method in class flex.data.adapters.SecurityConstraintManager
Sets the create constraint.
setCreateItemProcedure(SQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during createItem.
setCreateItemSQL(String, String, boolean) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a sql statement for executing during getItem.
setCustomPagedFills(boolean) - Method in class flex.data.config.DataNetworkSettings
Setting the custom flag to true indicates that the associated assembler has a paged-fill method corresponding to each method specified via the fill-method tag.
setDatabaseDriverSettings(DatabaseDriverSettings) - Method in class flex.data.assemblers.SQLAssembler
Sets the DatabaseDriverSettings property.
setDatasourceSettings(DatasourceSettings) - Method in class flex.data.assemblers.SQLAssembler
Sets the DatasourceSettings property.
setDefault(boolean) - Method in class flex.messaging.config.AdapterSettings
Sets a flag to determine whether an adapter will be used as the default (i.e.
setDefaultAdapter(String) - Method in class flex.messaging.services.AbstractService
Sets the default adapter of the AbstractService.
setDefaultAdapter(String) - Method in interface flex.messaging.services.Service
Sets the id of the default adapter of the Service.
setDefaultChannels(List) - Method in class flex.messaging.MessageBroker
Sets the default channel ids of the MessageBroker.
setDefaultChannels(List) - Method in class flex.messaging.services.AbstractService
Sets the channel list of the AbstractService.
setDefaultChannels(List) - Method in interface flex.messaging.services.Service
Sets the channel list of the Service.
setDefaultMaxConnectionsPerHost(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the default maximum number of connections allowed per host.
setDefaultUrl(String) - Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the url or wsdl property.
setDeleteConflictMode(String) - Method in class flex.data.adapters.ASObjectAdapter
Sets the delete-conflict-mode property of the ASObjectAdapter.
setDeleteConflictMode(String) - Method in class flex.data.assemblers.HibernateAssembler
Sets the delete-conflict-mode of the HibernateAssembler.
setDeleteConstraint(String) - Method in class flex.data.adapters.SecurityConstraintManager
Sets the delete constraint.
setDeleteItemProcedure(SQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during deleteItem.
setDeleteItemSQL(String) - Method in class flex.data.assemblers.SQLAssembler
Sets the sql statement for delete-item.
setDeliveryMode(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the delivery-mode property which is the JMS DeliveryMode for producers.
setDestination(Destination) - Method in class flex.data.adapters.JavaAdapter
Casts the Destination into DataDestination and calls super.setDestination.
setDestination(String) - Method in interface flex.messaging.messages.Message
Sets the destination that the message targets.
setDestination(Destination) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Casts the Destination into HTTPProxyDestination and calls super.setDestination
setDestination(Destination) - Method in class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Casts the Destination into MessageDestination and calls super.setDestination
setDestination(Destination) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Casts the Destination into MessageDestination and calls super.setDestination
setDestination(Destination) - Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Casts the Destination into RemotingDestination and calls super.setDestination
setDestination(Destination) - Method in class flex.messaging.services.ServiceAdapter
Sets the Destination of the ServiceAdapter.
setDestinationJNDIName(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the destination-jndi-name property which is the name of the destination in JNDI.
setDestinationName(String) - Method in class flex.messaging.config.ThrottleSettings
Sets the destination name for ThrottleSettings.
setDestinationName(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the destination-name property which is the name of the destination in JMS.
setDestinationType(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the destination-type property which determines whether the adapter is performing topic (pub/sub) or queue (point-to-point) messaging.
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.
setDurable(boolean) - Method in class flex.messaging.config.ServerSettings
Sets whether destination is durable.
setDurableConsumers(boolean) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
setDurableStoreManager(String) - Method in class flex.messaging.config.ServerSettings
Sets the durable-store-manager property.
setErrorMessage(ErrorMessage) - Method in exception flex.messaging.MessageException
Sets the error message of the exception.
setExtendedData(Map) - Method in exception flex.messaging.MessageException
Sets the extended data of the exception.
setExternalProxySettings(ExternalProxySettings) - Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets ExternalProxySettings.
setFactory(String) - Method in class flex.messaging.FactoryDestination
Sets the factory of the FactoryDestination.
setFactory(FlexFactory) - Method in class flex.messaging.FactoryDestination
Sets the factory of the FactoryDestination.
setFileStoreRoot(String) - Method in class flex.messaging.config.ServerSettings
Sets file-store-root property.
setFillContains(Method) - Method in class flex.data.adapters.JavaAdapter.FillMethod
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.
setGetItemProcedure(SQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during getItem.
setGetItemSQL(String) - Method in class flex.data.assemblers.SQLAssembler
Sets the sql statement for get-item.
setGetMethod(String) - Method in class flex.data.adapters.JavaAdapter
Sets the get method.
setHeader(String, Object) - Method in interface flex.messaging.messages.Message
Sets a header on the message.
setHeaders(Map) - Method in interface flex.messaging.messages.Message
Sets the headers for the message.
setHibernateConfigFile(String) - Method in class flex.data.assemblers.HibernateAssembler
Sets the hibernate-config-file of the HibernateAssembler.
setHibernateEntity(String) - Method in class flex.data.assemblers.HibernateAssembler
Sets hibernate-entity of the HibernateAssembler.
setId(String) - Method in class flex.management.ManageableComponent
Sets the id of the ManageableComponent.
setId(String) - Method in class flex.messaging.Destination
Sets the id of the Destination.
setId(String) - Method in interface flex.messaging.endpoints.Endpoint
All endpoints are referenceable by an id that is unique among all the endpoints registered to a single broker instance.
setId(String) - Method in class flex.messaging.services.AbstractBootstrapService
Sets the id of the AbstractBootstrapService.
setId(String) - Method in class flex.messaging.services.AbstractService
Sets the id of the AbstractService.
setId(String) - Method in interface flex.messaging.services.Service
Sets the id for the service.
setIdentityNames(List) - Method in class flex.data.adapters.JavaAdapter.GetMethod
setIdentityTypes(List) - Method in class flex.data.adapters.JavaAdapter.GetMethod
setIdentityUndefinedValue(String, String) - Method in class flex.data.config.MetadataSettings
Sets the undefined value for the specified identity property.
setInboundPolicy(int) - Method in class flex.messaging.config.ThrottleSettings
Sets inbound throttle policy.
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.
setIncomingClientFrequency(int) - Method in class flex.messaging.config.ThrottleSettings
Sets incoming client frequency (max-client-frequency).
setIncomingDestinationFrequency(int) - Method in class flex.messaging.config.ThrottleSettings
Sets incoming destination frequency (max-frequency).
setInitialContextEnvironment(Hashtable) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the initial-context-environment property.
setItemClass(String) - Method in class flex.data.DataDestination
Sets the item-class property.
setJavaClass(String) - Method in class flex.data.assemblers.SQLAssembler
Sets java-class property.
setJMSSettings(JMSSettings) - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Sets the JMSSettings of the JMSAdapter.
setLazy(boolean) - Method in class flex.data.config.AssociationSetting
Sets the lazy property.
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.
setLinger(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the linger-on-close timeout (in seconds).
setManaged(boolean) - Method in interface flex.management.Manageable
Enables or disables management for the component.
setManaged(boolean) - Method in class flex.management.ManageableComponent
Enables or disables management for the component.
setManaged(boolean) - Method in class flex.messaging.services.AbstractBootstrapService
Management is always disabled.
setMaxCacheSize(int) - Method in class flex.messaging.config.ServerSettings
Sets the max number of messages to maintain in memory cache.
setMaxConnectionsPerHost(List) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the list of HostConfigurationSettings specifying connection options on a host-by-host basis.
setMaxFileSize(String) - Method in class flex.messaging.config.ServerSettings
Sets max-file-size property which is maximum file size in kilobytes for durable message files.
setMaxProducers(int) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the max-producers property which is the maximum number of producer proxies that this destination should use when communicating with the JMS Server.
setMaxTotalConnections(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the maximum number of connections allowed.
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.
setMessageBroker(MessageBroker) - Method in interface flex.messaging.endpoints.Endpoint
Sets the MessageBroker of the endpoint.
setMessageBroker(MessageBroker) - Method in class flex.messaging.services.AbstractBootstrapService
Sets the MessageBroker managing this AbstractBootstrapService.
setMessageBroker(MessageBroker) - Method in class flex.messaging.services.AbstractService
Sets the MessageBroker of the AbstractService.
setMessageBroker(MessageBroker) - Method in interface flex.messaging.services.Service
Sets the MessageBroker of the Service.
setMessageId(String) - Method in interface flex.messaging.messages.Message
Sets the unique message id.
setMessagePriority(int) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the message-priority property which is the JMS priority for messages sent by Flash producers.
setMessages(List) - Method in class flex.messaging.client.FlushResult
Sets the messages to write to the network for this flush invocation.
setMessageTTL(long) - Method in class flex.messaging.config.ServerSettings
Sets the message-time-to-live property.
setMessageType(String) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the message-type property which is the javax.jms.Message type which the adapter should use for the destination.
setMetadataSettings(MetadataSettings) - Method in class flex.data.DataDestination
Sets the MetadataSettings.
setMethod(Method) - Method in class flex.data.adapters.JavaAdapter.QueryMethod
setName(String) - Method in class flex.data.adapters.JavaAdapter.QueryMethod
setNetworkSettings(NetworkSettings) - Method in class flex.data.DataDestination
Casts the NetworkSettings into DataNetworkSettings and calls super.setNetworkSettings.
setNetworkSettings(NetworkSettings) - Method in class flex.messaging.Destination
Set the NetworkSettings of the Destination.
setNetworkSettings(NetworkSettings) - Method in class flex.messaging.MessageDestination
Sets the NetworkSettings of the MessageDestination.
setNewVersion(Object) - Method in interface flex.data.ChangeObject
Sets the current version of the item.
setNextFlushWaitTimeMillis(int) - Method in class flex.messaging.client.FlushResult
Sets the wait time in milliseconds before the next flush invocation for the FlexClient's outbound queue.
setNTDomain(String) - Method in class flex.messaging.services.http.ExternalProxySettings
Sets the nt-domain property.
setNumber(int) - Method in exception flex.messaging.LocalizedException
Sets the localized exception number.
setOperation(int) - Method in class flex.messaging.messages.CommandMessage
Sets the operation for this CommandMessage.
setOrdered(boolean) - Method in class flex.data.adapters.JavaAdapter.FillMethod
setOutboundPolicy(int) - Method in class flex.messaging.config.ThrottleSettings
Sets the outbound throttle policy.
setOutgoingClientFrequency(int) - Method in class flex.messaging.config.ThrottleSettings
Sets outgoing client frequency (max-client-frequency).
setOutgoingDestinationFrequency(int) - Method in class flex.messaging.config.ThrottleSettings
Sets outgoing destination frequency (max-frequency).
setPageQueriesFromDatabase(boolean) - Method in class flex.data.assemblers.HibernateAssembler
setPageSize(int) - Method in class flex.data.config.DataNetworkSettings
Sets the page size.
setPagingEnabled(boolean) - Method in class flex.data.config.DataNetworkSettings
Sets whether data paging is enabled for the destination.
setParent(Manageable) - Method in class flex.management.ManageableComponent
Sets the parent of the component.
setPassword(String) - Method in class flex.messaging.services.http.ExternalProxySettings
Sets the password property.
setPrefix(String) - Method in class flex.messaging.log.LineFormattedTarget
Sets prefix property.
setProducerDefaultHeaders(String, Map) - Method in class flex.data.DataServiceTransaction
When using manual message routing on clients, clients can subscribe to changes using a selector expression which involves values in message headers.
setProducerSubtopics(String, Object[]) - Method in class flex.data.DataServiceTransaction
When using manual message routing on clients, clients can subscribe to changes published to certain subtopics.
setPropertyOnClientObject(Object, String, Object) - Static method in class flex.data.DataService
setProtocolFactory(ProtocolFactory) - Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the protocol-factory property.
setProxyPort(int) - Method in class flex.messaging.services.http.ExternalProxySettings
Sets the port property.
setProxyServer(String) - Method in class flex.messaging.services.http.ExternalProxySettings
Sets the server property.
setReadConstraint(String) - Method in class flex.data.adapters.SecurityConstraintManager
Sets the read constraint.
setReadOnly(boolean) - Method in class flex.data.config.AssociationSetting
Sets the read-only property.
setReceiveBufferSize(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets a suggestion for kernel from the application about the size of buffers to use for the data to be received over the socket.
setReconnectFetch(String) - Method in class flex.data.config.DataNetworkSettings
Sets the reconnect fetch property.
setRemotePassword(String) - Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the remote-password property.
setRemoteUsername(String) - Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the remote-username property.
setRemoveCommiter(boolean) - Method in class flex.data.DataServiceTransaction
setRollbackOnly() - Method in class flex.data.DataServiceTransaction
Marks the DataServiceTransaction so we rollback the transaction instead of committing it when it completes.
setRootCause(Throwable) - Method in exception flex.messaging.LocalizedException
Sets the root cause for this exception.
setScope(String) - Method in class flex.messaging.FactoryDestination
Sets the scope of the FactoryDestination that is used in FactoryInstance creation.
setScope(String) - Method in class flex.messaging.FactoryInstance
Since many factories may provide components in different scopes, this is abstracted in the base factory instance class.
setSecurityConstraint(SecurityConstraint) - Method in class flex.messaging.Destination
Sets the SecurityConstraint of the Destination.
setSecurityConstraint(String) - Method in class flex.messaging.Destination
Sets the SecurityConstraint reference of the Destination.
setSecurityConstraint(SecurityConstraint) - Method in interface flex.messaging.endpoints.Endpoint
Sets the security constraint of the endpoint.
setSecurityConstraintManager(SecurityConstraintManager) - Method in class flex.data.adapters.JavaAdapter
Sets the SecurityConstraintManager of the JavaAdapter.
setSendBufferSize(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets a suggestion for kernel from the application about the size of buffers to use for the data to be sent over the socket.
setSendMessagesToPeers(boolean) - Method in class flex.data.DataServiceTransaction
When you call the updateItem, createItem, and the deleteItem methods, normally these messages are sent to other peers in the cluster so they are distributed by those nodes to clients connected to them.
setSequenced(boolean) - Method in class flex.data.config.AssociationSetting
Sets the sequenced property.
setServerSettings(ServerSettings) - Method in class flex.messaging.MessageDestination
Sets the ServerSettings of the MessageDestination.
setService(Service) - Method in class flex.data.DataDestination
Casts the Service into DataService and calls super.setService
setService(Service) - Method in class flex.messaging.Destination
Sets the Service managing this Destination.
setService(Service) - Method in class flex.messaging.MessageDestination
Casts the Service into MessageService and calls super.setService
setService(Service) - Method in class flex.messaging.services.http.HTTPProxyDestination
Casts the Service into HTTPProxyService and calls super.setService
setService(Service) - Method in class flex.messaging.services.remoting.RemotingDestination
Casts the Service into RemotingService and calls super.setService
setSharedBackend(boolean) - Method in class flex.messaging.config.NetworkSettings
Sets the shared-backend property.
setSocketTimeout(int) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the socket timeout in milliseconds for waiting for data.
setSource(String) - Method in class flex.messaging.factories.JavaFactoryInstance
Sets the instance class to null, in addition to updating the source property.
setSource(String) - Method in class flex.messaging.FactoryDestination
Sets the source of the FactoryDestination that is used in FactoryInstance creation.
setSource(String) - Method in class flex.messaging.FactoryInstance
This is by convention the main property for the defining the instance we create with this factory.
setStaleCheckingEnabled(boolean) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets whether a check should be performed for stale connections.
setStartTimestamp(Date) - Method in class flex.management.BaseControl
Sets the start timestamp for the managed component.
setSubscriptionTimeoutMinutes(int) - Method in class flex.messaging.config.NetworkSettings
Sets the subscription-timeout-minutes property which is the idle time in minutes before a subscriber that no messages are being pushed to will be unsubscribed.
setSubtopicSeparator(String) - Method in class flex.messaging.config.ServerSettings
Sets the subtopic-separator property.
setSyncMethod(String) - Method in class flex.data.adapters.JavaAdapter
Sets the sync method.
setTcpNoDelay(boolean) - Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets whether Nagle's algorithm should be used for this connection.
setThrottleSettings(ThrottleSettings) - Method in class flex.messaging.config.NetworkSettings
Sets the ThrottleSettings property.
setTimestamp(long) - Method in interface flex.messaging.messages.Message
Sets the timestamp for the message.
setTimeToLive(long) - Method in interface flex.messaging.messages.Message
Sets the time to live for the message.
setTransactedSessions(boolean) - Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the transacted-sessions property which is the JMS session transaction mode.
setUpdateBody(DataMessage, int, Object) - Static method in class flex.data.DataService
setUpdateConflictMode(String) - Method in class flex.data.adapters.ASObjectAdapter
Sets the update-conflict-mode property of the ASObjectAdapter.
setUpdateConflictMode(String) - Method in class flex.data.assemblers.HibernateAssembler
Sets the update-conflict-mode of the HibernateAssembler.
setUpdateConstraint(String) - Method in class flex.data.adapters.SecurityConstraintManager
Sets the update constraint.
setUpdateItemProcedure(SQLProcedureSettings) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a procedure call for execution during updateItem.
setUpdateItemSQL(String) - Method in class flex.data.assemblers.SQLAssembler
The method is used for dynamically adding a sql statement for execution during updateItem.
setUrl(String) - Method in interface flex.messaging.endpoints.Endpoint
Sets the url of the endpoint.
setUseClusterBroadcast(boolean) - Method in class flex.data.DataService
This controls whether destinations that are a part of this service broadcast their messages across the cluster.
setUseCustomAuthentication(boolean) - Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the use-custom-auth property.
setUseQueryCache(boolean) - Method in class flex.data.assemblers.HibernateAssembler
Sets whether hibernate's query cache is enabled.
setUsername(String) - Method in class flex.messaging.services.http.ExternalProxySettings
Sets the username property.
setUserPrincipal(Principal) - Static method in class flex.messaging.FlexContext
setUserPrincipal(Principal) - Method in class flex.messaging.FlexSession
This method should be called on FlexContext and not on this class.
setUseTransactions(boolean) - Method in class flex.data.DataDestination
Sets use-transactions property.
signature - Variable in class flex.management.jmx.MBeanConstructorInfo
The constructor's parameter signature.
signature - Variable in class flex.management.jmx.MBeanOperationInfo
The operation's argument signature.
SOAPProxyAdapter - Class in flex.messaging.services.http
A Soap specific subclass of HttpProxyAdapter to allow for future web services features.
SOAPProxyAdapter() - Constructor for class flex.messaging.services.http.SOAPProxyAdapter
Constructs an unmanaged SOAPProxyAdapter instance.
SOAPProxyAdapter(boolean) - Constructor for class flex.messaging.services.http.SOAPProxyAdapter
Constructs a SOAPProxyAdapter instance.
SOAPProxyAdapterControlMBean - Interface in flex.management.runtime.messaging.services.http
Defines the runtime monitoring and management interface for managed SOAP proxy adapters.
SOCKET_TIMEOUT - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
SOURCE - Static variable in interface flex.messaging.FlexFactory
Source string
SQL - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
SQL_PROCEDURE - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
SQLAssembler - Class in flex.data.assemblers
SQLAssembler() - Constructor for class flex.data.assemblers.SQLAssembler
Default constructor for SQLAssembler.
SQLAssemblerConstants - Interface in flex.data.assemblers
Configuration constants for the SQLAssembler and its subclasses.
STALE_CHECKING_ENABLED - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
start() - Method in class flex.data.adapters.ASObjectAdapter
start() - Method in class flex.data.adapters.JavaAdapter
Starts the adapter.
start() - Method in class flex.data.assemblers.AbstractAssembler
The default implementation simply sets started property to true.
start() - Method in class flex.data.assemblers.HibernateAssembler
start() - Method in class flex.data.assemblers.SQLAssembler
Starts the SQLAssembler.
start() - Method in class flex.management.ManageableComponent
Validates and starts the component.
start() - Method in class flex.messaging.Destination
Starts the destination if its associated Service is started and if the destination is not already running.
start() - Method in interface flex.messaging.endpoints.Endpoint
Start the endpoint.
start() - Method in interface flex.messaging.FlexComponent
Called by the MessageBroker as server starts.
start(ServletConfig) - Method in interface flex.messaging.security.LoginCommand
Called to initialize a login command prior to authentication/authorization requests.
start() - Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker as server starts.
start() - Method in class flex.messaging.services.AbstractService
Starts the service if its associated MessageBroker is started.
start() - Method in class flex.messaging.services.MessageService
start() - Method in class flex.messaging.services.remoting.adapters.JavaAdapter
start() - Method in class flex.messaging.services.ServiceAdapter
Starts the adapter if its associated Destination is started and if the adapter is not already running.
startAMFArray(int) - Method in class flex.messaging.io.amf.AmfTrace
Starts an AMF array.
startAMFObject(String, int) - Method in class flex.messaging.io.amf.AmfTrace
Starts an AMFObject.
startByteArray(int, int) - Method in class flex.messaging.io.amf.AmfTrace
Starts a ByteArrray.
startCommand(Object, int, Object) - Method in class flex.messaging.io.amf.AmfTrace
Starts a command.
startECMAArray(int) - Method in class flex.messaging.io.amf.AmfTrace
Starts an ECMA array.
startExternalizableObject(String, int) - Method in class flex.messaging.io.amf.AmfTrace
Starts an ExternalizableObject.
startHeader(String, boolean, int) - Method in class flex.messaging.io.amf.AmfTrace
Starts a header.
startMessage(String, String, int) - Method in class flex.messaging.io.amf.AmfTrace
Starts a message.
startRequest(String) - Method in class flex.messaging.io.amf.AmfTrace
Starts a request with the message.
startResponse(String) - Method in class flex.messaging.io.amf.AmfTrace
Starts a response with the message.
stop() - Method in class flex.data.adapters.JavaAdapter
Stops the adapter.
stop() - Method in class flex.data.assemblers.AbstractAssembler
The default implementation simply sets started property to false.
stop() - Method in class flex.data.assemblers.HibernateAssembler
stop() - Method in class flex.data.assemblers.SQLAssembler
Stops the SQLAssembler.
stop() - Method in class flex.management.ManageableComponent
Invalidates and stops the component.
stop() - Method in class flex.messaging.Destination
The default implementation of this method stops all of the adapters of the destination.
stop() - Method in interface flex.messaging.endpoints.Endpoint
Stop and destroy the endpoint.
stop() - Method in interface flex.messaging.FlexComponent
Called by the MessageBroker as server stops.
stop() - Method in interface flex.messaging.security.LoginCommand
Called to free up resources used by the login command.
stop() - Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker as server stops.
stop() - Method in class flex.messaging.services.AbstractService
The default implementation of this method stops all of the destinations of the service.
stop() - Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Stops the adapter.
stop() - Method in class flex.messaging.services.ServiceAdapter
Stops the ServiceAdapter.
SUBSCRIBE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to subscribe to a remote destination.
subscribeFromPeer(String, Boolean, String, String, Object) - Method in class flex.messaging.services.MessageService
This is called remotely from other cluster members when a new remote subscription is identified.
SUBSCRIPTION_INVALIDATE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to indicate that the client's subscription to a remote destination has been invalidated.
SUBSCRIPTION_INVALIDATED_HEADER - Static variable in class flex.messaging.messages.CommandMessage
The name for the header used internaly on the server to indicate that an unsubscribe message is due to a client subscription being invalidated.
SUBSCRIPTION_TIMEOUT_MINUTES - Static variable in class flex.messaging.config.NetworkSettings
SubscriptionManagerControlMBean - Interface in flex.management.runtime.messaging.services.messaging
Defines the runtime monitoring and management interface for SubscriptionManagers.
Subtopic - Class in flex.messaging.services.messaging
Represents a message destination subtopic.
SUBTOPIC_HEADER_NAME - Static variable in class flex.messaging.messages.AsyncMessage
The name for the subtopic header if the message targets a destination subtopic.
SUBTOPIC_SEPARATOR - Static variable in class flex.messaging.messages.CommandMessage
The separator used in the add and remove subscription headers for multi subscribe messages.
SUBTOPIC_WILDCARD - Static variable in class flex.messaging.services.messaging.Subtopic
The wildcard token for hierarchical subtopics.
SYNC_HEADER - Static variable in interface flex.messaging.messages.Message
Presence of param means that auto-sync is false for the destination

T

Target - Interface in flex.messaging.log
All logger target implementations within the logging framework must implement this interface.
TCP_NO_DELAY - Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
ThrottleManagerControlMBean - Interface in flex.management.runtime.messaging.services.messaging
Defines the runtime monitoring and management interface for ThrottleManagers.
ThrottleSettings - Class in flex.messaging.config
This configuration class is derived from optional properties that may be supplied in the <properties> section of a destination.
ThrottleSettings() - Constructor for class flex.messaging.config.ThrottleSettings
Creates a ThrottleSettings instance with default settings.
throwable - Variable in class flex.messaging.log.LogEvent
Related exception, if applicable
TIMING_LOG_CATEGORY - Static variable in class flex.messaging.services.MessageService
Log category for MessageService that captures message timing.
toAttribute() - Method in class flex.management.jmx.Attribute
Utility method to convert this Attribute instance to a javax.management.Attribute instance.
toMBeanAttributeInfo() - Method in class flex.management.jmx.MBeanAttributeInfo
Utility method to convert this MBeanAttributeInfo to a javax.management.MBeanAttributeInfo instance.
toMBeanConstructorInfo() - Method in class flex.management.jmx.MBeanConstructorInfo
Utility method to convert this MBeanConstructorInfo instance to a javax.management.MBeanConstructorInfo instance.
toMBeanInfo() - Method in class flex.management.jmx.MBeanInfo
Utility method to convert this MBeanInfo to a javax.management.MBeanInfo instance.
toMBeanOperationInfo() - Method in class flex.management.jmx.MBeanOperationInfo
Utility method to convert this MBeanOperationInfo to a javax.management.MBeanOperationInfo instance.
toMBeanParameterInfo() - Method in class flex.management.jmx.MBeanParameterInfo
Utility method to convert this MBeanParameterInfo to a javax.management.MBeanParameterInfo instance.
toObjectInstance() - Method in class flex.management.jmx.ObjectInstance
Utility method to convert this ObjectInstance to a javax.management.ObjectInstance instance.
toObjectName() - Method in class flex.management.jmx.ObjectName
Utility method to convert this ObjectName to a javax.management.ObjectName instance.
toString() - Method in class flex.data.adapters.JavaAdapter.QueryMethod
toString() - Method in class flex.data.config.DataNetworkSettings
toString() - Method in class flex.data.config.MetadataSettings
toString() - Method in class flex.data.DataDestination
toString() - Method in exception flex.data.DataSyncException
toString() - Method in exception flex.messaging.LocalizedException
Returns a string represenation of the exception.
toString() - Method in class flex.messaging.services.messaging.Subtopic
type - Variable in class flex.management.jmx.MBeanAttributeInfo
The class name of the attribute.
type - Variable in class flex.management.jmx.MBeanParameterInfo
The Java type for the parameter
TYPE - Static variable in class flex.messaging.MessageBroker

U

UNKNOWN_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This is the default operation for new CommandMessage instances.
unregister() - Method in class flex.management.BaseControl
Unregisters this instance from the MBean server if it has been registered previously.
unregisterAdapter(String) - Method in class flex.messaging.services.AbstractService
Unregistered the adapter with the AbstractService and set the default adapter to null if needed.
unregisterAdapter(String) - Method in interface flex.messaging.services.Service
Unregistered the adapter with the Service and set the default adapter to null if needed.
unregisterMBean(String) - Method in class flex.management.jmx.MBeanServerGateway
Unregisters an MBean from the MBean server.
UNSUBSCRIBE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to unsubscribe from a remote destination.
unwrapItem(Object) - Static method in class flex.data.DataDestination
UPDATE_ITEM - Static variable in interface flex.data.assemblers.SQLAssemblerConstants
updateItem(Object, Object, List) - Method in class flex.data.assemblers.AbstractAssembler
Updates the item.
updateItem(Object, Object, List) - Method in interface flex.data.assemblers.Assembler
Updates the item.
updateItem(Object, Object, List) - Method in class flex.data.assemblers.HibernateAssembler
This method is called to update an item in hibernate.
updateItem(Object, Object, List) - Method in class flex.data.assemblers.SQLAssembler
updateItem(String, Object, Object, String[]) - Method in class flex.data.DataServiceTransaction
Send an update event to clients subscribed to this message.
USE_TRANSACTIONS - Static variable in class flex.data.DataDestination
useDurableConsumers() - Method in class flex.messaging.services.messaging.adapters.JMSSettings
useFillPage(List) - Method in class flex.data.assemblers.AbstractAssembler
This method can be used to control whether a paged-fill method for a given set of parameters is used.
useFillPage(List) - Method in interface flex.data.assemblers.Assembler
This method can be used to control whether a paged-fill method for a given set of parameters is used.
useFillPage(List) - Method in class flex.data.assemblers.HibernateAssembler
This method returns true for any queries which implement the page-by-page method for filling collections.
USER_TX_JNDI_NAME - Static variable in class flex.data.DataServiceTransaction

V

value - Variable in class flex.management.jmx.Attribute
The value of the attribute.
valueBound(FlexClientBindingEvent) - Method in interface flex.messaging.client.FlexClientBindingListener
Callback invoked when the object is bound to a FlexClient.
valueBound(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionBindingListener
Callback invoked when the object is bound to a Flex session.
valueUnbound(FlexClientBindingEvent) - Method in interface flex.messaging.client.FlexClientBindingListener
Callback invoked when the object is unbound from a FlexClient.
valueUnbound(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionBindingListener
Callback invoked when the object is unbound from a Flex session.
version(int) - Method in class flex.messaging.io.amf.AmfTrace
Adds the version to the buffer.

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.
wrapItem(Object) - Method in class flex.data.DataDestination
writable - Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be written.
write(Object) - Method in class flex.messaging.io.amf.AmfTrace
Writes an Object type.
write(boolean) - Method in class flex.messaging.io.amf.AmfTrace
Writes a boolean type.
write(double) - Method in class flex.messaging.io.amf.AmfTrace
Writes a double type.
write(float) - Method in class flex.messaging.io.amf.AmfTrace
Writes a float type.
write(int) - Method in class flex.messaging.io.amf.AmfTrace
Writes an integer type.
write(long) - Method in class flex.messaging.io.amf.AmfTrace
Writes a long type.
write(short) - Method in class flex.messaging.io.amf.AmfTrace
Writes a short type.
write(byte) - Method in class flex.messaging.io.amf.AmfTrace
Writes a byte type.
writeNull() - Method in class flex.messaging.io.amf.AmfTrace
Writes a null type.
writeObject(Object) - Method in interface flex.messaging.io.amf.ActionMessageOutput
A convenient entry point for writing out any Object for conversion to ActionScript.
writeRef(int) - Method in class flex.messaging.io.amf.AmfTrace
Writes a ref type.
writeString(String) - Method in class flex.messaging.io.amf.AmfTrace
Writes a String type.
writeStringRef(int) - Method in class flex.messaging.io.amf.AmfTrace
Writes a String ref type.
writeTraitsInfoRef(int) - Method in class flex.messaging.io.amf.AmfTrace
Writes a traints info type.
writeUndefined() - Method in class flex.messaging.io.amf.AmfTrace
Writes an undefined type.

X

XDPXFAHelper - Class in flex.acrobat.pdf
XDPXFAHelper is utility class for manipulating XFA datasets in XDP files containing XFA templates and ultimately saved as a PDF document.
XDPXFAHelper() - Constructor for class flex.acrobat.pdf.XDPXFAHelper
Constructor.
XFAHelper - Class in flex.acrobat.pdf
XFAHelper is utility class for manipulating XFA datasets in PDF files created with Acrobat Professional or LiveCycle Designer.
XFAHelper() - Constructor for class flex.acrobat.pdf.XFAHelper
Constructor.

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

Copyright © 2007 Adobe Systems Inc. All Rights Reserved.