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

A

AMFEndpointControlMBean - interface flex.management.runtime.messaging.endpoints.AMFEndpointControlMBean.
Defines the runtime monitoring and management interface for managed AMF endpoints.
APPEND_TO_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
ASObjectAdapterControlMBean - interface flex.management.runtime.data.adapters.ASObjectAdapterControlMBean.
Defines the runtime monitoring and management interface for managed ActionScript adapters.
AbstractAssembler - class flex.data.assemblers.AbstractAssembler.
You can implement a Data Management Services Assembler by extending this AbstractAssembler class.
AbstractAssembler() - Constructor for class flex.data.assemblers.AbstractAssembler
 
ActionMessageInput - interface flex.messaging.io.amf.ActionMessageInput.
This simple interface allows the MessageDeserializer to handle multiple versions of AMF.
ActionMessageOutput - interface flex.messaging.io.amf.ActionMessageOutput.
Entry point for serializing an individual ActionMessage response message for AMF, AMFX or RTMP Channels.
ActionScriptAdapterControlMBean - interface flex.management.runtime.messaging.services.messaging.adapters.ActionScriptAdapterControlMBean.
Defines the runtime monitoring and management interface for managed ActionScript messaging adapters.
AdapterSettings - class flex.messaging.config.AdapterSettings.
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.
Amf3Types - interface flex.messaging.io.amf.Amf3Types.
AMF3 type markers and constants for AVM+ Serialization
AmfTrace - class flex.messaging.io.amf.AmfTrace.
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
 
Assembler - interface flex.data.assemblers.Assembler.
One option for implementing a Data Management Services Assembler is to write a Java class which implements this interface.
AsyncMessage - class flex.messaging.messages.AsyncMessage.
This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.
AsyncMessage() - Constructor for class flex.messaging.messages.AsyncMessage
 
Attribute - class flex.management.jmx.Attribute.
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.
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.
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.
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.
addLogger(Logger) - Method in interface flex.messaging.log.Target
Adds a Logger whose category matches the filters list for the Target.
addProperties(ConfigMap) - Method in class flex.messaging.config.ConfigMap
Adds all properties from a map to this map.
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.
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 create 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.
allowProperty(String) - Method in class flex.messaging.config.ConfigMap
Sets a property name as allowed without needing to access the property value.
attributeAdded(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is added to the session.
attributeRemoved(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is removed from the session.
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.

B

BaseControl - class flex.management.BaseControl.
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 flex.management.BaseControlMBean.
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

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.
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.
ChangeObject - interface flex.data.ChangeObject.
The ChangeObject interface is the public interface for the JavaAdapter's synchronization methods.
CommandMessage - class flex.messaging.messages.CommandMessage.
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.
ConfigMap - class flex.messaging.config.ConfigMap.
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.
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.
checkValid() - Method in class flex.messaging.FlexSession
Ensures that the session has not been invalidated.
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
 
clone() - Method in interface flex.messaging.messages.Message
Returns a clone of the message.
code - Variable in class flex.messaging.MessageException
 
commit() - Method in class flex.data.DataServiceTransaction
Clients can call this method to commit the transaction.
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.
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.
correlationId - Variable in class flex.messaging.messages.AsyncMessage
 
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.
createErrorMessage() - Method in class flex.data.DataSyncException
This utility method generates a Message to be sent across the network to describe this Exception.
createErrorMessage() - Method in class flex.messaging.MessageException
 
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.
createHibernateConfiguration(String) - Method in class flex.data.assemblers.HibernateAssembler
This method returns the hibernate configuration for the given configuration file name.
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.
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.
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.

D

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.
DOMAIN_PREFIX - Static variable in class flex.management.BaseControl
The prefix used for the domain part of control MBean names.
DO_NOT_EXECUTE_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
DataDestinationControlMBean - interface flex.management.runtime.data.DataDestinationControlMBean.
Defines the runtime monitoring and management interface for managed DataDestinations.
DataServiceControlMBean - interface flex.management.runtime.data.DataServiceControlMBean.
Defines the runtime monitoring and management interface for managed data services.
DataServiceTransaction - class flex.data.DataServiceTransaction.
A DataServiceTransaction instance is created for each operation that modifies the state of objects managed by Data Management Services.
DataSyncException - exception flex.data.DataSyncException.
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 class 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 class 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 class 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 class flex.data.DataSyncException
You can use this constructor when multiple properties are known to have caused a conflict.
DataSyncException(Object, List) - Constructor for class flex.data.DataSyncException
 
Destination - class flex.messaging.Destination.
The Destination class is a source and sink for messages sent through a service destination and uses an adapter to process messages.
Destination(Service, DestinationSettings) - Constructor for class flex.messaging.Destination
Constructs a Destination instance for the passed Service using the passed settings.
Destination(Service, DestinationSettings, boolean) - Constructor for class flex.messaging.Destination
Constructs a Destination instance for the passed Service using the passed settings.
DestinationControlMBean - interface flex.management.runtime.messaging.DestinationControlMBean.
Defines the runtime monitoring and management interface for managed destinations.
DestinationSettings - class flex.messaging.config.DestinationSettings.
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.
dataDestination - Variable in class flex.data.assemblers.HibernateAssembler
 
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.
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.
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.
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.
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.
destinationId - Variable in class flex.data.assemblers.AbstractAssembler
 
destinationId - Variable in class flex.data.assemblers.HibernateAssembler
 
destroy() - Method in class flex.messaging.FlexSession
Invoked by subclass upon session destruction to notify all registered session destroy listeners of the event.
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.

E

EMPTY_STRING - Static variable in interface flex.messaging.io.amf.Amf3Types
 
ENDPOINT_HEADER - Static variable in interface flex.messaging.messages.Message
The name for the endpoint header.
EXECUTE_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
EndpointControlMBean - interface flex.management.runtime.messaging.endpoints.EndpointControlMBean.
Defines the runtime monitoring and management interface for managed endpoints.
endAMFArray() - Method in class flex.messaging.io.amf.AmfTrace
 
endAMFObject() - Method in class flex.messaging.io.amf.AmfTrace
 
endCommand() - Method in class flex.messaging.io.amf.AmfTrace
 
endHeader() - Method in class flex.messaging.io.amf.AmfTrace
 
endMessage() - Method in class flex.messaging.io.amf.AmfTrace
 
equals(Object) - Method in class flex.messaging.services.messaging.Subtopic
 
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.
errorMessage - Variable in class flex.messaging.MessageException
 
extendedData - Variable in class flex.messaging.MessageException
 

F

FactoryInstance - class flex.messaging.FactoryInstance.
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.
FlexConfigurable - interface flex.messaging.FlexConfigurable.
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 flex.messaging.FlexContext.
The FlexContext class is a utility class that holds the FlexSession, HttpServletRequest, HttpServletResponse and ServletConfig for the current thread (request).
FlexFactory - interface flex.messaging.FlexFactory.
The FlexFactory interface is implemented by factory components that provide instances to the Flex messaging framework.
FlexSession - class flex.messaging.FlexSession.
The base for FlexSession implementations.
FlexSession() - Constructor for class flex.messaging.FlexSession
 
FlexSessionAttributeListener - interface flex.messaging.FlexSessionAttributeListener.
Interface for Flex session attribute listeners.
FlexSessionBindingEvent - class flex.messaging.FlexSessionBindingEvent.
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 flex.messaging.FlexSessionBindingListener.
Interface to be notified when the object is bound or unbound from the Flex session.
FlexSessionListener - interface flex.messaging.FlexSessionListener.
Interface to be notified when a FlexSession is created or destroyed.
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(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.
fetchObjectProperties(Object) - Method in class flex.data.assemblers.HibernateAssembler
Responsible for ensuring that all data that is needed by the serialization process has been fetched.
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) - 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) - Method in class flex.data.assemblers.HibernateAssembler
Implements the fill method for the hibernate assembler.
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.
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.data - package flex.data
 
flex.data.assemblers - package flex.data.assemblers
 
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.config - package flex.messaging.config
 
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.messaging - package flex.messaging.services.messaging
 

G

get(Object) - Method in class flex.messaging.config.ConfigMap
Gets the value for the given property name.
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.messaging.services.ServiceAdapter
Return an object, usually a Collection, representing any shared state for the adapter.
getApplicationId() - Method in class flex.management.BaseControl
Returns an identifier for the application that hosts the component that this control manages.
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.FlexSession
Returns the attribute bound to the specified name in the session, or null if no attribute is bound under the name.
getAttributeMap() - Method in class flex.data.DataServiceTransaction
A map of values scoped to the FDMS transaction.
getAttributeNames() - Method in class flex.messaging.FlexSession
Returns 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.
getBody() - Method in interface flex.messaging.messages.Message
Returns the body of the message.
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.
getChannelSettings() - Method in class flex.messaging.config.DestinationSettings
Gets the set of channels that can be used to contact this destination.
getClassName() - Method in class flex.messaging.config.AdapterSettings
Gets the name of the Java class implementation for this adapter.
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.
getCode() - Method in class flex.messaging.MessageException
 
getConflictCause() - Method in class 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.
getConnectionIds() - Method in interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean
Returns the client ids for all currently connected clients.
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
 
getCorrelationId() - Method in class flex.messaging.messages.AsyncMessage
 
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.
getDefaultDomain() - Method in class flex.management.jmx.MBeanServerGateway
Returns the default domain used for naming MBeans.
getDestination() - Method in interface flex.messaging.messages.Message
Returns the destination that the message targets.
getDestination(Message) - Method in interface flex.messaging.services.Service
Retrieves the destination in this service for which the given message is intended.
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.
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.
getDetails() - Method in class flex.messaging.LocalizedException
Returns the exception details.
getEndpoints() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for endpoints that are registered with the managed MessageBroker.
getErrorMessage() - Method in class flex.messaging.MessageException
 
getExtendedData() - Method in class flex.messaging.MessageException
 
getFilters() - Method in interface flex.messaging.log.Target
Returns the category filters defined for the Target.
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.
getFlexSessionCount() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns Flex session count for the MessageBroker.
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.
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.messaging.Destination
Returns the id for the Destination.
getId() - Method in class flex.messaging.FactoryInstance
 
getId() - Method in class flex.messaging.FlexSession
Returns a unique identifier association with this session.
getId() - Method in class flex.messaging.MessageBroker
Returns the Id for the MessageBroker.
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.services.Service
Returns the id for the service.
getId() - Method in class flex.messaging.services.ServiceAdapter
Retrieve the id for this adapter, used in configuration and as an identifier in various data structures in the system.
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.
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.
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.
getLevel() - Method in interface flex.messaging.log.Target
Returns the log level that the Target will process log events for.
getLog() - Method in class flex.messaging.MessageBroker
 
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.
getMaxFlexSessionsInCurrentHour() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the maximum concurrent Flex session count for the MessageBroker in the current hour.
getMessage() - Method in interface flex.data.ChangeObject
Accesses the underlying Message transmitted by the client for the change.
getMessage() - Method in class flex.messaging.LocalizedException
Returns the exception message.
getMessageBroker(String) - Static method in class flex.messaging.MessageBroker
Retrieves a message broker with the supplied messageBrokerId.
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.
getMessageId() - Method in interface flex.messaging.messages.Message
Returns the unique message id.
getMessageRefType() - Method in class flex.messaging.messages.CommandMessage
Returns the message reference type for the CommandMessage.
getName() - Method in class flex.messaging.FlexSessionBindingEvent
Returns the name of the attribute associated with the event.
getNewVersion() - Method in interface flex.data.ChangeObject
Gets the current version known to the client, which is the proposed new version for the server.
getNumber() - Method in class flex.messaging.LocalizedException
Returns the localized exception number.
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.
getParent() - Method in class flex.management.BaseControl
 
getParent() - Method in interface flex.management.BaseControlMBean
Returns the parent for this MBean.
getParentControl() - Method in class flex.management.BaseControl
Returns the parent BaseControl of this instance.
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.
getProperties() - Method in class flex.messaging.FactoryInstance
Returns the ConfigMap that this factory instance was created with.
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 class flex.data.DataSyncException
A list of property names that are in conflict.
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.
getQueueConsumerIds() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
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.
getRTMPServer() - Method in interface flex.management.runtime.messaging.endpoints.RTMPEndpointControlMBean
Returns the RTMPServer for the managed RTMP endpoint.
getRemoteCredentials(String, String) - Method in class flex.messaging.FlexSession
 
getResourceLoader() - Method in class flex.messaging.LocalizedException
Returns the ResourceLoader used to load localized strings.
getResourceLoader() - Method in class flex.messaging.MessageException
 
getRootCause() - Method in class flex.messaging.LocalizedException
Returns the root cause for this exception.
getRootCauseErrorMessage() - Method in class flex.messaging.MessageException
 
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.
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.
getServerObject() - Method in class flex.data.DataSyncException
Used to expose the state of the server object to the client at the time of conflict.
getService() - Method in class flex.messaging.Destination
Returns the Service managing this Destination.
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.
getServiceType() - Method in class flex.messaging.Destination
Returns the Java class name for the Service managing this Destination.
getServices() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for services that are registered with the managed MessageBroker.
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.
getSettings() - Method in interface flex.messaging.services.Service
Returns the settings used to initialize the service.
getSource() - Method in class flex.messaging.FactoryInstance
 
getStartTimestamp() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the start timestamp for the MessageBroker.
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.
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.
getSubscriptionManager() - Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the subscription manager used by the managed destination.
getThrottleManager() - Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the throttle manager used by the managed destination.
getTimeToLive() - Method in interface flex.messaging.messages.Message
Returns the time to live for the message.
getTimestamp() - Method in interface flex.messaging.messages.Message
Returns the timestamp for the message.
getTopicConsumerCount() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of topic consumers for the adapter.
getTopicConsumerIds() - Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
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.
getType() - Method in class flex.management.BaseControl
 
getType() - Method in interface flex.management.BaseControlMBean
Returns the type for this MBean.
getURI() - Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the URI that corresponds to this endpoint.
getUserPrincipal() - Method in class flex.messaging.FlexSession
Returns the principal associated with the session.
getUserTransaction() - Method in class flex.data.DataServiceTransaction
Returns the user transaction associated with this data service transaction.
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

HTTPEndpointControlMBean - interface flex.management.runtime.messaging.endpoints.HTTPEndpointControlMBean.
Defines the runtime monitoring and management interface for managed HTTP endpoints.
HTTPProxyAdapterControlMBean - interface flex.management.runtime.messaging.services.http.HTTPProxyAdapterControlMBean.
Defines the runtime monitoring and management interface for managed HTTP proxy adapters.
HTTPProxyDestinationControlMBean - interface flex.management.runtime.messaging.services.http.HTTPProxyDestinationControlMBean.
Defines the runtime monitoring and management interface for managed HTTPProxyDestinations.
HTTPProxyServiceControlMBean - interface flex.management.runtime.messaging.services.HTTPProxyServiceControlMBean.
Defines the runtime monitoring and management interface for managed HTTP proxy services.
HibernateAssembler - class flex.data.assemblers.HibernateAssembler.
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.
handleHibernateException(RuntimeException, String) - Method in class flex.data.assemblers.HibernateAssembler
This method is called when an exception occurs when processing a hibernate operation.
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
 
headerExists(String) - Method in interface flex.messaging.messages.Message
Tests whether a header with the passed name exists.
hibernateManager - Variable in class flex.data.assemblers.HibernateAssembler
 
hibernateManagers - Static variable in class flex.data.assemblers.HibernateAssembler
 
hibernateType - Variable in class flex.data.assemblers.HibernateAssembler
 

I

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.
impact - Variable in class flex.management.jmx.MBeanOperationInfo
The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN.
incrementMessageCount(boolean) - Method in class flex.messaging.services.MessageService
Used to increment the message count metric for the MessageService.
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.
initDestination() - Method in class flex.messaging.Destination
This method is called by the Service after the Destination is created and registered, allowing it to complete setup.
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 interface flex.messaging.FlexConfigurable
Initializes the component with configuration information.
initialize() - Method in class flex.messaging.services.ServiceAdapter
The default implementation of this method is a no-op.
invalidate() - Method in class flex.messaging.FlexSession
Invalidate this FlexSession.
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.ServiceAdapter
Handle a data message intended for this adapter.
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.
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.
isCreate() - Method in interface flex.data.ChangeObject
Inspects what sort of change occurred on the current item.
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.
isHierarchical() - Method in class flex.messaging.services.messaging.Subtopic
Returns true is the subtopic is hierarchical.
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
 
isMessageFromPeer() - Static method in class flex.messaging.FlexContext
Indicates whether the current message being processed came from a server peer in a cluster.
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.
isRunning() - Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns true if the MessageBroker 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.
isSupportedMessage(Message) - Method in interface flex.messaging.services.Service
Determines whether this Service is capable of handling a given Message instance.
isSupportedMessageType(String) - Method in interface flex.messaging.services.Service
Determines whether this Service is capable of handling messages of a given type.
isUpdate() - Method in interface flex.data.ChangeObject
Inspects what sort of change occurred on the current item.
isUserInRole(String) - Method in class flex.messaging.FlexSession
Return whether the current user is in the specified role.
isValid() - Method in class flex.messaging.FlexSession
Return whether the session is valid.

J

JMSAdapterControlMBean - interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean.
Defines the runtime monitoring and management interface for managed JMS adapters.
JavaAdapterControlMBean - interface flex.management.runtime.data.adapters.JavaAdapterControlMBean.
Defines the runtime monitoring and management interface for managed Java data adapters.
JavaAdapterControlMBean - interface flex.management.runtime.messaging.services.remoting.adapters.JavaAdapterControlMBean.
Defines the runtime monitoring and management interface for managed Java service adapters.

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
 
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
 
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.

L

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.
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.
LOG_CATEGORY - Static variable in class flex.data.DataServiceTransaction
 
LOG_CATEGORY - Static variable in class flex.data.assemblers.HibernateAssembler
 
LOG_CATEGORY - Static variable in class flex.messaging.MessageBroker
 
LOG_CATEGORY - Static variable in class flex.messaging.services.MessageService
The log category for messages logged out by the MessageService.
LocalizedException - exception flex.messaging.LocalizedException.
The LocalizedException class is the base class for server exceptions that use localized error message and details strings.
LocalizedException() - Constructor for class flex.messaging.LocalizedException
Create a LocalizedException with the default ResourceLoader.
LocalizedException(ResourceLoader) - Constructor for class flex.messaging.LocalizedException
Create a LocalizedException that will use the specified ResourceLoader.
Logger - class flex.messaging.log.Logger.
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.
LoginCommand - interface flex.messaging.security.LoginCommand.
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.
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.
logout(Principal) - Method in interface flex.messaging.security.LoginCommand
Attempts to log a user out from their session.
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

MBeanAttributeInfo - class flex.management.jmx.MBeanAttributeInfo.
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 flex.management.jmx.MBeanConstructorInfo.
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 flex.management.jmx.MBeanInfo.
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 flex.management.jmx.MBeanOperationInfo.
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 flex.management.jmx.MBeanParameterInfo.
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 flex.management.jmx.MBeanServerGateway.
Remoting gateway to the MBean server that hosts Flex MBeans.
MBeanServerGateway() - Constructor for class flex.management.jmx.MBeanServerGateway
Constructs a new MBeanServerGateway.
MBeanServerLocator - interface flex.management.MBeanServerLocator.
Interface for classes that locate MBeanServers to register MBeans with.
MBeanServerLocatorFactory - class flex.management.MBeanServerLocatorFactory.
Factory to get a MBeanServerLocator.
Manageable - interface flex.management.Manageable.
Manageability of a class is enabled by implementing this interface.
ManageableComponent - class flex.management.ManageableComponent.
The base implementation of the Manageable interface.
ManageableComponent(boolean) - Constructor for class flex.management.ManageableComponent
Constructs a ManageableComponent instance, specifying whether to enable management.
Message - interface flex.messaging.messages.Message.
Messages are sent from Endpoints into the MessageBroker, which then sends them to a Service.
MessageBroker - class flex.messaging.MessageBroker.
The MessageBroker is the hub of message traffic in the Flex system.
MessageBrokerControlMBean - interface flex.management.runtime.messaging.MessageBrokerControlMBean.
Defines the runtime monitoring and management interface for managed MessageBrokers.
MessageDestinationControlMBean - interface flex.management.runtime.messaging.MessageDestinationControlMBean.
Defines the runtime monitoring and management interface for managed MessageDestinations.
MessageException - exception flex.messaging.MessageException.
 
MessageException() - Constructor for class flex.messaging.MessageException
 
MessageException(ResourceLoader) - Constructor for class flex.messaging.MessageException
 
MessageException(String) - Constructor for class flex.messaging.MessageException
 
MessageException(String, Throwable) - Constructor for class flex.messaging.MessageException
 
MessageService - class flex.messaging.services.MessageService.
The MessageService class is the Service implementation that manages point-to-point and publish-subscribe messaging.
MessageServiceControlMBean - interface flex.management.runtime.messaging.services.MessageServiceControlMBean.
Defines the runtime monitoring and management interface for managed message services.
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.
manageSubscriptions(CommandMessage, boolean) - Method in class flex.messaging.services.MessageService
Processes subscription related CommandMessages.
matches(Subtopic) - Method in class flex.messaging.services.messaging.Subtopic
Matches the passed subtopic against this subtopic.
mutex - Variable in class flex.messaging.FlexSession
Internal mutex to protect mutable members of a session instance (listeners/attributes/etc.).

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.
notifyAttributeAdded(String, Object) - Method in class flex.messaging.FlexSession
Notify attribute listeners that an attribute has been added.
notifyAttributeBound(String, Object) - Method in class flex.messaging.FlexSession
Notify binding listener that it has been bound to the session.
notifyAttributeRemoved(String, Object) - Method in class flex.messaging.FlexSession
Notify attribute listeners that an attribute has been removed.
notifyAttributeReplaced(String, Object) - Method in class flex.messaging.FlexSession
Notify attribute listeners that an attribute has been replaced.
notifyAttributeUnbound(String, Object) - Method in class flex.messaging.FlexSession
Notify binding listener that it has been unbound from the session.
notifyOfCreation() - Method in class flex.messaging.FlexSession
Invoked by subclass upon session creation to notify all registered session create listeners of the event.

O

ObjectInstance - class flex.management.jmx.ObjectInstance.
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 - class flex.management.jmx.ObjectName.
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.
objectName - Variable in class flex.management.jmx.ObjectInstance
The object name part of the ObjectInstance.
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

POLL_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to poll a remote destination for pending, undelivered messages.
pattern - Variable in class flex.management.jmx.ObjectName
Indicates whether the object name is a pattern.
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.
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.
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
 

Q

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

REMOTE_CREDENTIALS_HEADER - Static variable in interface flex.messaging.messages.Message
The name for the header where remote credentials will be passed.
REMOVE_FROM_FILL - Static variable in interface flex.data.assemblers.Assembler
Constant used as the return value from the refreshFill method.
RTMPEndpointControlMBean - interface flex.management.runtime.messaging.endpoints.RTMPEndpointControlMBean.
Defines the runtime monitoring and management interface for managed RTMP endpoints.
RTMPServerControlMBean - interface flex.management.runtime.messaging.endpoints.rtmp.RTMPServerControlMBean.
Defines the runtime monitoring and management interface for managed RTMP servers.
RemotingDestinationControlMBean - interface flex.management.runtime.messaging.services.remoting.RemotingDestinationControlMBean.
Defines the runtime monitoring and management interface for managed RemotingDestinations.
RemotingServiceControlMBean - interface flex.management.runtime.messaging.services.RemotingServiceControlMBean.
Defines the runtime monitoring and management interface for managed remoting services.
readObject() - Method in interface flex.messaging.io.amf.ActionMessageInput
Reads in an AMF formatted Object.
readable - Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be read.
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.
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.
register() - Method in class flex.management.BaseControl
Registers this instance with the MBean server.
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.
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.FlexSession
Removes the attribute bound to the specified name in the session.
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).
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.
removeLogger(Logger) - Method in interface flex.messaging.log.Target
Removes a Logger from the Target.
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 create 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.
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.

S

SCOPE_APPLICATION - Static variable in interface flex.messaging.FlexFactory
 
SCOPE_REQUEST - Static variable in interface flex.messaging.FlexFactory
 
SCOPE_SESSION - Static variable in interface flex.messaging.FlexFactory
 
SELECTOR_HEADER - Static variable in class flex.messaging.messages.CommandMessage
The name for the selector header in subscribe messages.
SESSION_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 session being invalidated.
SESSION_INVALIDATE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to indicate that the client's session with a remote destination has timed out.
SOAPProxyAdapterControlMBean - interface flex.management.runtime.messaging.services.http.SOAPProxyAdapterControlMBean.
Defines the runtime monitoring and management interface for managed SOAP proxy adapters.
SUBSCRIBE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to subscribe to a remote destination.
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_WILDCARD - Static variable in class flex.messaging.services.messaging.Subtopic
The wildcard token for hierarchical subtopics.
Service - interface flex.messaging.services.Service.
The MessageBroker has endpoints on one end and services on the other.
ServiceAdapter - class flex.messaging.services.ServiceAdapter.
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 flex.management.runtime.messaging.services.ServiceAdapterControlMBean.
Defines the runtime monitoring and management interface for service adapters.
ServiceControlMBean - interface flex.management.runtime.messaging.services.ServiceControlMBean.
Defines the runtime monitoring and management interface for managed services.
SubscriptionManagerControlMBean - interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean.
Defines the runtime monitoring and management interface for SubscriptionManagers.
Subtopic - class flex.messaging.services.messaging.Subtopic.
Represents a message destination subtopic.
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.
serviceCommand(CommandMessage) - Method in interface flex.messaging.services.Service
Handles a command routed to the service by the MessageBroker.
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.
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 was destroyed.
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.messaging.services.ServiceAdapter
Set an object, usually a Collection, to represent shared state for the adapter.
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.FlexSession
Binds an attribute value to the session under the specified name.
setAttributes(String, Attribute[]) - Method in class flex.management.jmx.MBeanServerGateway
Sets the values for several attributes of the specified MBean.
setBody(Object) - Method in interface flex.messaging.messages.Message
Sets the body of the message.
setCategory(String) - Method in class flex.messaging.log.Logger
Sets the category this Logger logs information for.
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.
setCode(String) - Method in class flex.messaging.MessageException
 
setConflictCause(DataMessage) - Method in class flex.data.DataSyncException
Sets the data message that caused this fault.
setConnectionMetrics(int, int) - Method in class flex.messaging.MessageBroker
Needed by SessionMetricsTracker to pass connectionCount and currentConnectionCountMax to the MessageBrokerController
setConstraint(SecurityConstraint) - Method in class flex.messaging.config.DestinationSettings
Sets the security constraint to be applied to this destination.
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
 
setCorrelationId(String) - Method in class flex.messaging.messages.AsyncMessage
 
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.
setDestination(String) - Method in interface flex.messaging.messages.Message
Sets the destination that the message targets.
setDetails(String) - Method in class flex.messaging.LocalizedException
Sets the exception details.
setDetails(int) - Method in class flex.messaging.LocalizedException
Sets the details property to a localized string based on error number.
setDetails(int, String) - Method in class flex.messaging.LocalizedException
Sets the details property to a localized string based on error number and variant.
setDetails(int, String, Locale) - Method in class 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 class flex.messaging.LocalizedException
Sets the details property to a localized string based on error number and variant.
setDetails(int, String, Locale, Object[]) - Method in class flex.messaging.LocalizedException
Sets the details property to a localized string based on error number, variant, and target locale.
setErrorMessage(ErrorMessage) - Method in class flex.messaging.MessageException
 
setExtendedData(Map) - Method in class flex.messaging.MessageException
 
setFilters(List) - Method in interface flex.messaging.log.Target
Sets the category filters that the Target will process log events for.
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.
setId(String) - Method in class flex.messaging.Destination
Sets the id for the Destination.
setId(String) - Method in interface flex.messaging.services.Service
Sets the id for the service.
setLevel(short) - Method in interface flex.messaging.log.Target
Sets the log level that the Target will process log events for.
setManaged(boolean) - Method in interface flex.management.Manageable
Enables or disables management for the component.
setManaged(boolean) - Method in class flex.management.ManageableComponent
 
setMessage(int) - Method in class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number.
setMessage(int, Locale) - Method in class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and target locale.
setMessage(int, Object[]) - Method in class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number.
setMessage(int, String) - Method in class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and variant.
setMessage(int, String, Locale) - Method in class 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 class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and variant.
setMessage(int, String, Locale, Object[]) - Method in class flex.messaging.LocalizedException
Sets the message property to a localized string based on error number, variant and target locale.
setMessage(String) - Method in class flex.messaging.LocalizedException
Sets the exception message.
setMessageId(String) - Method in interface flex.messaging.messages.Message
Sets the unique message id.
setMessageRefType(String) - Method in class flex.messaging.messages.CommandMessage
Sets the message reference type for the CommandMessage.
setNewVersion(Object) - Method in interface flex.data.ChangeObject
Sets the current version of the item.
setNumber(int) - Method in class flex.messaging.LocalizedException
Sets the localized exception number.
setOperation(int) - Method in class flex.messaging.messages.CommandMessage
Sets the operation for this CommandMessage.
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 class flex.messaging.LocalizedException
Sets the root cause for this exception.
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.
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.
setService(Service) - Method in class flex.messaging.services.ServiceAdapter
Make the adapter aware of the service that ultimately controls it.
setSettings(Destination, AdapterSettings, DestinationSettings) - Method in class flex.messaging.services.ServiceAdapter
Establish the configuration settings for this adapter.
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.
setTimeToLive(long) - Method in interface flex.messaging.messages.Message
Sets the time to live for the message.
setTimestamp(long) - Method in interface flex.messaging.messages.Message
Sets the timestamp for the message.
setUserPrincipal(Principal) - Method in class flex.messaging.FlexSession
Sets the principal associated with the session.
setupAdapterControl(Destination) - Method in class flex.messaging.services.ServiceAdapter
Managed subclasses should override this method to setup and register their corresponding MBean control.
setupDestinationControl(Service) - Method in class flex.messaging.Destination
Invoked automatically to allow the Destination to setup its corresponding MBean control.
setupServiceControl(MessageBroker) - Method in class flex.messaging.services.MessageService
This method is invoked to allow the MessageService to instantiate and register its MBean control.
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.
start(ServletConfig) - Method in interface flex.messaging.security.LoginCommand
Called to initialize a login command prior to authentication/authorization requests.
start() - Method in interface flex.messaging.services.Service
Performs any startup actions necessary after the service has been added to the broker.
startAMFArray(int) - Method in class flex.messaging.io.amf.AmfTrace
 
startAMFObject(String, int) - Method in class flex.messaging.io.amf.AmfTrace
 
startByteArray(int, int) - Method in class flex.messaging.io.amf.AmfTrace
 
startCommand(Object, int, Object) - Method in class flex.messaging.io.amf.AmfTrace
 
startECMAArray(int) - Method in class flex.messaging.io.amf.AmfTrace
 
startExternalizableObject(String, int) - Method in class flex.messaging.io.amf.AmfTrace
 
startHeader(String, boolean, int) - Method in class flex.messaging.io.amf.AmfTrace
 
startMessage(String, String, int) - Method in class flex.messaging.io.amf.AmfTrace
 
startRequest(String) - Method in class flex.messaging.io.amf.AmfTrace
 
startResponse(String) - Method in class flex.messaging.io.amf.AmfTrace
 
stop() - Method in interface flex.messaging.security.LoginCommand
Called to free up resources used by the login command.
stop() - Method in interface flex.messaging.services.Service
Performs any actions necessary before removing the service from the broker.
stop() - Method in class flex.messaging.services.ServiceAdapter
The default implementation of this method is a no-op.
stopEndpoints() - Method in class flex.messaging.MessageBroker
Stop all of the broker's endpoints.

T

Target - interface flex.messaging.log.Target.
All logger target implementations within the logging framework must implement this interface.
ThrottleManagerControlMBean - interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean.
Defines the runtime monitoring and management interface for ThrottleManagers.
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.DataSyncException
 
toString() - Method in class flex.messaging.LocalizedException
Returns a string represenation of the exception.
toString() - Method in class flex.messaging.services.messaging.Subtopic
 
toStringFields(int) - Method in class flex.messaging.messages.AsyncMessage
 
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

U

UNKNOWN_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This is the default operation for new CommandMessage instances.
UNSUBSCRIBE_OPERATION - Static variable in class flex.messaging.messages.CommandMessage
This operation is used to unsubscribe from a remote destination.
USER_TX_JNDI_NAME - Static variable in class flex.data.DataServiceTransaction
 
unregister() - Method in class flex.management.BaseControl
Unregisters this instance from the MBean server if it has been registered previously.
unregisterMBean(String) - Method in class flex.management.jmx.MBeanServerGateway
Unregisters an MBean from the MBean server.
updateItem(String, Object, Object, String[]) - Method in class flex.data.DataServiceTransaction
Send an update event to clients subscribed to this message.
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.

V

value - Variable in class flex.management.jmx.Attribute
The value of the attribute.
valueBound(FlexSessionBindingEvent) - Method in interface flex.messaging.FlexSessionBindingListener
Callback invoked when the object is bound to a Flex session.
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
 

W

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.
writable - Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be written.
write(Object) - Method in class flex.messaging.io.amf.AmfTrace
 
write(boolean) - Method in class flex.messaging.io.amf.AmfTrace
 
write(double) - Method in class flex.messaging.io.amf.AmfTrace
 
write(float) - Method in class flex.messaging.io.amf.AmfTrace
 
write(int) - Method in class flex.messaging.io.amf.AmfTrace
 
write(long) - Method in class flex.messaging.io.amf.AmfTrace
 
write(short) - Method in class flex.messaging.io.amf.AmfTrace
 
write(byte) - Method in class flex.messaging.io.amf.AmfTrace
 
writeNull() - Method in class flex.messaging.io.amf.AmfTrace
 
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
 
writeString(String) - Method in class flex.messaging.io.amf.AmfTrace
 
writeStringRef(int) - Method in class flex.messaging.io.amf.AmfTrace
 
writeTraitsInfoRef(int) - Method in class flex.messaging.io.amf.AmfTrace
 
writeUndefined() - Method in class flex.messaging.io.amf.AmfTrace
 

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

Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)