A B C D E F G H I J K L M N O P Q R S T U V W X
A
AbstractBootstrapService - Class in flex.messaging.services The purpose of AbstractBootstrapService is to enable creation
of dynamic services, destinations, and adapters. AbstractBootstrapService() -
Constructor for class flex.messaging.services.AbstractBootstrapService
Default constructor which is no-op.
AbstractEndpoint - Class in flex.messaging.endpoints This is the default implementation of Endpoint, which provides a convenient
base for behavior and associations common to all endpoints. AbstractEndpoint() -
Constructor for class flex.messaging.endpoints.AbstractEndpoint
Constructs an unmanaged AbstractEndpoint.
AbstractEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.AbstractEndpoint
Constructs an AbstractEndpoint with the indicated management.
AbstractService - Class in flex.messaging.services This is the default implementation of Service, which provides a
convenient base for behavior and associations common to all Services. AbstractService() -
Constructor for class flex.messaging.services.AbstractService
Constructs an unmanaged AbstractService.
AbstractService(boolean) -
Constructor for class flex.messaging.services.AbstractService
Constructs an AbstractService with the indicated management.
ActionMessageInput - Interface in flex.messaging.io.amf This simple interface allows the MessageDeserializer to
handle multiple versions of AMF. ActionMessageOutput - Interface in flex.messaging.io.amf Entry point for serializing an individual ActionMessage
response message for AMF, AMFX or RTMP Channels. ActionScriptAdapter - Class in flex.messaging.services.messaging.adapters An ActionScript object based adapter for the MessageService
that supports simple publish/subscribe messaging between
ActionScript based clients. ActionScriptAdapter() -
Constructor for class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Constructs a default ActionScriptAdapter.
ActionScriptAdapterControl - Class in flex.management.runtime.messaging.services.messaging.adapters The ActionScriptAdapterControl class is the MBean implemenation
for monitoring and managing ActionScriptAdapters at runtime. ActionScriptAdapterControl(ActionScriptAdapter, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.messaging.adapters.ActionScriptAdapterControl
Constructs a ActionScriptAdapterControl, assigning its id, managed
ActionScriptAdapter and parent MBean.
ActionScriptAdapterControlMBean - Interface in flex.management.runtime.messaging.services.messaging.adapters Defines the runtime monitoring and management interface for managed
ActionScript messaging adapters. add(List, Message) -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Always adds a new message to the tail of the queue.
ADD_SUBSCRIPTIONS -
Static variable in class flex.messaging.messages.CommandMessage
Header used in a MULTI_SUBSCRIBE message to specify an Array of subtopic/selector
pairs to add to the existing set of subscriptions.
addAmfHeader(String, boolean, Object) -
Method in class flex.messaging.io.amf.client.AMFConnection
Adds an AMF packet-level header which is sent with every request for
the life of this AMF connection.
addAmfHeader(String, Object) -
Method in class flex.messaging.io.amf.client.AMFConnection
Add an AMF packet-level header with mustUnderstand=false, which is sent
with every request for the life of this AMF connection.
addChannel(String) -
Method in class flex.messaging.Destination
Adds a channel to the list of channels known by the Destination.
addClientAttributeListener(FlexClientAttributeListener) -
Method in class flex.messaging.client.FlexClient
Adds a FlexClient attribute listener that will be notified when an
attribute is added, removed or changed.
addClientCreatedListener(FlexClientListener) -
Static method in class flex.messaging.client.FlexClient
Adds a create listener that will be notified when new FlexClients
are created.
addClientDestroyedListener(FlexClientListener) -
Method in class flex.messaging.client.FlexClient
Adds a destroy listener that will be notified when the FlexClient
is destroyed.
addDefaultChannel(String) -
Method in class flex.messaging.MessageBroker
Adds the channel id to the list of default channel ids.
addDefaultChannel(String) -
Method in class flex.messaging.services.AbstractService
Adds the channel to the list of channels of the AbstractService.
addDefaultChannel(String) -
Method in interface flex.messaging.services.Service
Adds the channel to the list of channels of the Service.
addDestination(ObjectName) -
Method in class flex.management.runtime.messaging.services.ServiceControl
Adds the ObjectName of a destination registered with the managed service.
addDestination(Destination) -
Method in class flex.messaging.services.AbstractService
Adds the Destination instance to the list of destinations
known by the AbstractService.
addDestination(Destination) -
Method in class flex.messaging.services.HTTPProxyService
Casts the Destination into HTTPProxyDestination
and calls super.addDestination.
addDestination(Destination) -
Method in class flex.messaging.services.MessageService
Casts the Destination into MessageDestination
and calls super.addDestination.
addDestination(Destination) -
Method in class flex.messaging.services.RemotingService
Casts the Destination into RemotingDestination
and calls super.addDestination.
addDestination(Destination) -
Method in interface flex.messaging.services.Service
Adds the Destination to the Service.
addDynamicUrl(String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Adds a dynamic-url or soap property.
addDynamicUrls(List) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Adds a list of dynamic-url or soap properties
to the existing list.
addEndpoint(Endpoint) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
Adds an Endpoint for an endpoint registered with the backing MessageBroker.
addExcludeMethod(RemotingMethod) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Adds a method to the list of excluded methods for the adapter.
addExtraProperty(String, Object) -
Method in class flex.messaging.Destination
Method for setting an extra property for the destination at runtime.
addFactory(String, FlexFactory) -
Method in class flex.messaging.MessageBroker
Registers a factory with the MessageBroker.
addFilter(String) -
Method in interface flex.messaging.log.Target
Adds the category filteer that the Target will process
log events for.
addFilterForTarget(String, String) -
Method in class flex.management.runtime.messaging.log.LogControl
addFilterForTarget(String, String) -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Adds a filter for the target.
addHttpRequestHeader(String, String) -
Method in class flex.messaging.io.amf.client.AMFConnection
Adds a Http request header to the underlying connection.
addIgnoreProperty(Class, String) -
Static method in class flex.messaging.io.BeanProxy
Add a property to the ignore list for this class.
addIncludeMethod(RemotingMethod) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Adds a method to the list of included methods for the adapter.
addJMSExceptionListener(JMSExceptionListener) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Adds a JMS exception listener.
addJMSMessageListener(JMSMessageListener) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Adds a JMS message listener.
addLogger(Logger) -
Method in interface flex.messaging.log.Target
Adds a Logger whose category matches the filters list for
the Target.
addMessageClientCreatedListener(MessageClientListener) -
Static method in class flex.messaging.MessageClient
Adds a MessageClient created listener.
addMessageClientDestroyedListener(MessageClientListener) -
Method in class flex.messaging.MessageClient
Adds a MessageClient destroy listener.
addProperties(ConfigMap) -
Method in class flex.messaging.config.ConfigMap
Adds all properties from a map to this map.
addProperty(String, String) -
Method in class flex.messaging.config.ConfigMap
Adds a String value to this map for the given property
name.
addProperty(String, ConfigMap) -
Method in class flex.messaging.config.ConfigMap
Adds a ConfigMap value to this map for the given property
name.
addRole(String) -
Method in class flex.messaging.config.SecurityConstraint
Adds a role to the list of roles of the SecurityConstraint.
addService(ObjectName) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
Adds an ObjectName for a service registered with the backing MessageBroker.
addService(Service) -
Method in class flex.messaging.MessageBroker
Add a message type -to- service mapping to the
broker's collection.
addServiceValidationListener(String, ServiceValidationListener) -
Method in class flex.messaging.MessageBroker
Add a listener for the describeServices callback.
addSessionAttributeListener(FlexSessionAttributeListener) -
Method in class flex.messaging.FlexSession
Adds a session attribute listener that will be notified when an
attribute is added, removed or changed.
addSessionCreatedListener(FlexSessionListener) -
Static method in class flex.messaging.FlexSession
Adds a session created listener that will be notified when new sessions
are created.
addSessionDestroyedListener(FlexSessionListener) -
Method in class flex.messaging.FlexSession
Adds a session destroy listener that will be notified when the session
is destroyed.
addToBytesDeserialized(int) -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
Increments the count of bytes deserialized by the endpoint.
addToBytesSerialized(int) -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
Increments the count of bytes serialized by the endpoint.
adjustBeginLineColumn(int, int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdminConsoleTypes - Interface in flex.management.runtime allowProperty(String) -
Method in class flex.messaging.config.ConfigMap
Sets a property name as allowed without needing to access the property
value.
allowsDynamicAuthentication() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns whether dynamic authentication is allowed.
allowSend(Subtopic) -
Method in interface flex.messaging.security.MessagingSecurity
This method is invoked before a client message is sent to a subtopic,
so that custom application logic can determine whether the client
should be allowed to send to the specified subtopic.
allowSend(Subtopic) -
Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
Implements flex.messaging.security.MessagingSecurity.
allowSubscribe(Subtopic) -
Method in interface flex.messaging.security.MessagingSecurity
This method is invoked before a client subscribe request is processed,
so that custom application logic can determine whether the client
should be allowed to subscribe to the specified subtopic.
allowSubscribe(Subtopic) -
Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
Implements flex.messaging.security.MessagingSecurity.
Amf3Types - Interface in flex.messaging.io.amf AMF3 type markers and constants for AVM+ Serialization. AMF_CALL_FAILED_CODE -
Static variable in exception flex.messaging.io.amf.client.exceptions.ClientStatusException
Exception codes.
AMF_CONNECT_FAILED_CODE -
Static variable in exception flex.messaging.io.amf.client.exceptions.ClientStatusException
AMFConnection - Class in flex.messaging.io.amf.client A Java alternative to the native flash.net.NetConnection class for
sending AMF formatted requests over HTTP or HTTPS based on
AMFConnection in ActionScript. AMFConnection() -
Constructor for class flex.messaging.io.amf.client.AMFConnection
Creates a default AMF connection instance.
AMFEndpoint - Class in flex.messaging.endpoints AMF based endpoint for Flex Messaging. AMFEndpoint() -
Constructor for class flex.messaging.endpoints.AMFEndpoint
Constructs an unmanaged AMFEndpoint.
AMFEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.AMFEndpoint
Constructs an AMFEndpoint with the indicated management.
AMFEndpointControl - Class in flex.management.runtime.messaging.endpoints The AMFEndpointControl class is the MBean implemenation
for monitoring and managing an AMFEndpoint at runtime. AMFEndpointControl(AMFEndpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.AMFEndpointControl
Constructs a AMFEndpointControl, assigning managed message
endpoint and parent MBean.
AMFEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed AMF endpoints. AMFFilter - Class in flex.messaging.endpoints.amf Filters perform pre- and post-processing duties on the ActionContext,
which contains the message/invocation as well as conextual information
about it, following the standard pipe-and-filter design pattern. AMFFilter() -
Constructor for class flex.messaging.endpoints.amf.AMFFilter
AMFHeaderProcessor - Interface in flex.messaging.io.amf.client An AMF connection may have an AMF header processor where AMF headers can be
passed to as they are encountered in AMF response messages. AmfTrace - Class in flex.messaging.io.amf The AMFTrace class is an AMF extension to the ObjectTrace utility to format
AMF input/output in a similar manner to the client-side
NetConnection Debugger. AmfTrace() -
Constructor for class flex.messaging.io.amf.AmfTrace
Default constructor.
AmfTypes - Interface in flex.messaging.io.amf The amf/rtmp data encoding format constants. AMFX_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
AMFX_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
AMFX_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
AmfxInput - Class in flex.messaging.io.amfx Context for AMFX specific SAX handler. AmfxInput(SerializationContext) -
Constructor for class flex.messaging.io.amfx.AmfxInput
AmfxMessageDeserializer - Class in flex.messaging.io.amfx SAX based AMFX Parser. AmfxMessageDeserializer() -
Constructor for class flex.messaging.io.amfx.AmfxMessageDeserializer
AmfxOutput - Class in flex.messaging.io.amfx Serializes Java types to ActionScript 3 types via AMFX, an XML
based representation of AMF 3. AmfxOutput(SerializationContext) -
Constructor for class flex.messaging.io.amfx.AmfxOutput
AmfxTypes - Interface in flex.messaging.io.amfx AMFX is an XML representation of AMF 3. AND -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
ARRAY_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ARRAY_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ARRAY_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ArrayCollection - Class in flex.messaging.io Used to map to client mx.collections.ArrayCollection to java.util.Lists in Java. ArrayCollection() -
Constructor for class flex.messaging.io.ArrayCollection
ArrayCollection(Collection) -
Constructor for class flex.messaging.io.ArrayCollection
ArrayCollection(int) -
Constructor for class flex.messaging.io.ArrayCollection
AS_TYPE_NAME -
Static variable in class flex.messaging.io.PageableRowSetProxy
AS Object Type Name.
ASObject - Class in flex.messaging.io.amf This class represents a Flash Actionscript Object (typed or untyped) ASObject() -
Constructor for class flex.messaging.io.amf.ASObject
Create an Actionscript object.
ASObject(String) -
Constructor for class flex.messaging.io.amf.ASObject
Create a named Actionscript object.
ASTERISK -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
ASTranslator - Class in flex.messaging.io.amf.translator ASTranslator provides the ability to convert between ASObjects used by
Flex and Java objects in your application. ASTranslator() -
Constructor for class flex.messaging.io.amf.translator.ASTranslator
AsyncMessage - Class in flex.messaging.messages This type of message contains information necessary to perform
point-to-point or publish-subscribe messaging. AsyncMessage() -
Constructor for class flex.messaging.messages.AsyncMessage
Default constructor for AsyncMessage.
asyncPollComplete(FlushResult) -
Method in interface flex.messaging.client.AsyncPollHandler
Invoked by the FlexClient when an asynchronous poll result is available.
AsyncPollHandler - Interface in flex.messaging.client Defines the interface to handle asynchronous poll results. Attribute - Class in flex.management.jmx Remotable Attribute class that complies with Flash serialization requirements. Attribute() -
Constructor for class flex.management.jmx.Attribute
Constructs an empty Attribute instance.
Attribute(Attribute) -
Constructor for class flex.management.jmx.Attribute
Constructs an Attribute instance based upon a javax.management.Attribute instance.
attributeAdded(FlexClientBindingEvent) -
Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute is added to the FlexClient.
attributeAdded(FlexSessionBindingEvent) -
Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is added to the session.
attributeAdded(HttpSessionBindingEvent) -
Method in class flex.messaging.HttpFlexSession
HttpSessionAttributeListener callback; processes the addition of an attribute to an HttpSession.
attributeRemoved(FlexClientBindingEvent) -
Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute has been replaced with a new value.
attributeRemoved(FlexSessionBindingEvent) -
Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute is removed from the session.
attributeRemoved(HttpSessionBindingEvent) -
Method in class flex.messaging.HttpFlexSession
HttpSessionAttributeListener callback; processes the removal of an attribute from an HttpSession.
attributeReplaced(FlexClientBindingEvent) -
Method in interface flex.messaging.client.FlexClientAttributeListener
Callback invoked after an attribute is removed from the FlexClient.
attributeReplaced(FlexSessionBindingEvent) -
Method in interface flex.messaging.FlexSessionAttributeListener
Callback invoked after an attribute has been replaced with a new value.
attributeReplaced(HttpSessionBindingEvent) -
Method in class flex.messaging.HttpFlexSession
HttpSessionAttributeListener callback; processes the replacement of an attribute in an HttpSession.
attributes -
Variable in class flex.management.jmx.MBeanInfo
The attributes exposed for management.
AuthenticationService - Class in flex.messaging.services AuthenticationService() -
Constructor for class flex.messaging.services.AuthenticationService
AuthenticationService(boolean) -
Constructor for class flex.messaging.services.AuthenticationService
authorize(Principal, List) -
Method in interface flex.messaging.security.TomcatLogin
The gateway calls this method to perform programmatic authorization.
AVM_PLUS_XML_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
B
backup(int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
Base64.Decoder - Class in flex.messaging.util Base64.Decoder() -
Constructor for class flex.messaging.util.Base64.Decoder
Base64.Encoder - Class in flex.messaging.util Base64.Encoder(int) -
Constructor for class flex.messaging.util.Base64.Encoder
BaseControl - Class in flex.management The implementation of the BaseControlMBean interface. BaseControl(BaseControl) -
Constructor for class flex.management.BaseControl
Constructs a BaseControl instance that references its
parent; the parent may be null for root control MBeans.
BaseControlMBean - Interface in flex.management The base MBean interface for management beans that control aspects of
Flex behavior on the server. BaseHTTPEndpoint - Class in flex.messaging.endpoints Base for all of HTTP-based endpoints. BaseHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.BaseHTTPEndpoint
Constructs an unmanaged BaseHTTPEndpoint.
BaseHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.BaseHTTPEndpoint
Constructs an BaseHTTPEndpoint with the indicated management.
BasePollingHTTPEndpoint - Class in flex.messaging.endpoints Base for HTTP-based endpoints that support regular polling and long polling
which means placing request threads that are polling for messages into a wait
state until messages are available to deliver or the configurable wait interval
is reached. BasePollingHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.BasePollingHTTPEndpoint
Constructs an unmanaged BasePollingHTTPEndpoint.
BasePollingHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.BasePollingHTTPEndpoint
Constructs an BasePollingHTTPEndpoint with the indicated management.
BaseStreamingHTTPEndpoint - Class in flex.messaging.endpoints Base for HTTP-based endpoints that support streaming HTTP connections to
connected clients. BaseStreamingHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Constructs an unmanaged BaseStreamingHTTPEndpoint.
BaseStreamingHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Constructs an BaseStreamingHTTPEndpoint with the indicated management.
BASIC_AUTH_METHOD -
Static variable in class flex.messaging.config.SecurityConstraint
String constant for basic authentication.
BatchProcessFilter - Class in flex.messaging.endpoints.amf Filter that breaks down the batched message buffer into individual invocations. BatchProcessFilter() -
Constructor for class flex.messaging.endpoints.amf.BatchProcessFilter
BeanProxy - Class in flex.messaging.io Uses Bean introspection to collect the properties for a given instance. BeanProxy() -
Constructor for class flex.messaging.io.BeanProxy
Constructor
BeanProxy(Object) -
Constructor for class flex.messaging.io.BeanProxy
Construct a new BeanProxy with the provided default instance.
beginColumn -
Variable in class flex.messaging.services.messaging.selector.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine -
Variable in class flex.messaging.services.messaging.selector.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
BeginToken() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
BETWEEN -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
BODY_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
BODY_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
BODY_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
BOOLEAN_LITERAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
bufpos -
Variable in class flex.messaging.services.messaging.selector.SimpleCharStream
buildChain(SuspendableAMFFilter[]) -
Static method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Utility method that takes an array of filters and connects them into a chain,
preserving their relative ordering.
BYTE_ARRAY_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
BYTE_ARRAY_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
BYTE_ARRAY_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
C
cachePageableRowSet(PageableRowSet) -
Static method in class flex.messaging.services.remoting.PageableRowSetCache
Stores the PageableRowSet result in the session to act as a cache
for the legacy client RecordSet paging feature.
cacheRowSet(RowSet, int) -
Static method in class flex.messaging.services.remoting.PageableRowSetCache
Converts a RowSet into a PageableRowSet, stores the PageableRowSet
result in the cache and then returns the PageableRowSet.
call(String, Object[]) -
Method in class flex.messaging.io.amf.client.AMFConnection
Makes an AMF request to the server.
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.
changeTargetLevel(String, String) -
Method in class flex.management.runtime.messaging.log.LogControl
Sets the logging level for the target associated with the unique ID searchId.
changeTargetLevel(String, String) -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Changes the target level.
characters(char[], int, int) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
checkFilter(String) -
Method in class flex.management.runtime.messaging.log.LogManager
CLASS -
Static variable in class flex.messaging.io.StatusInfoProxy
The class name of the Throwable instance, if allowed to be
revealed to the client...
ClassAlias - Interface in flex.messaging.io A Class can implement this interface to customize the alias reported by
a BeanProxy when describing a complex object's traits. ClassAliasRegistry - Class in flex.messaging.io A simple registry that maps an alias to a concrete class name. 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.
clear() -
Static method in class flex.management.MBeanServerLocatorFactory
Release static MBeanServerLocator
Called on MessageBroker shutdown.
clear() -
Static method in class flex.messaging.io.BeanProxy
Clears all static caches.
clear() -
Method in class flex.messaging.io.ClassAliasRegistry
Clears all items from the registry.
clear() -
Method in class flex.messaging.io.PropertyProxyRegistry
Removes all items from the class registry.
clearRemoteCredentials(String, String) -
Method in class flex.messaging.FlexSession
Clears any stored remote credentials from the session for the specified service destination.
clearThreadLocalObjects() -
Static method in class flex.messaging.io.SerializationContext
Clears out the thread local state after the request completes.
clearThreadLocalObjects() -
Static method in class flex.messaging.io.TypeMarshallingContext
Clears out the thread local state after the request completes.
CLIENT_AUTHENTICATION_CODE -
Static variable in exception flex.messaging.security.SecurityException
CLIENT_AUTHORIZATION_CODE -
Static variable in exception flex.messaging.security.SecurityException
CLIENT_PACKET_ENCODING -
Static variable in exception flex.messaging.io.SerializationException
CLIENT_PING_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to test connectivity over the current channel to
the remote endpoint.
CLIENT_SYNC_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used by a remote destination to sync missed or cached messages
back to a client as a result of a client issued poll command.
clientCreated(FlexClient) -
Method in interface flex.messaging.client.FlexClientListener
Notification that a FlexClient was created.
clientDestroyed(FlexClient) -
Method in interface flex.messaging.client.FlexClientListener
Notification that a FlexClient is about to be destroyed.
ClientStatusException - Exception in flex.messaging.io.amf.client.exceptions Client status exceptions are thrown by the AMF connection when a client side
error is encountered such as when a connect or call attempt fails due to
wrong url on the client. ClientStatusException(Throwable, String) -
Constructor for exception flex.messaging.io.amf.client.exceptions.ClientStatusException
Creates a client status exception with the supplied throwable and code.
ClientStatusException(String, String) -
Constructor for exception flex.messaging.io.amf.client.exceptions.ClientStatusException
Creates a client status exception with the supplied message and code.
clone() -
Method in class flex.messaging.io.BeanProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in class flex.messaging.io.DictionaryProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in class flex.messaging.io.MapProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in class flex.messaging.io.PageableRowSetProxy
clone() -
Method in interface flex.messaging.io.PropertyProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in class flex.messaging.io.SerializationContext
clone() -
Method in class flex.messaging.io.SerializationProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in class flex.messaging.io.StatusInfoProxy
clone() -
Method in class flex.messaging.io.ThrowableProxy
Returns a copy of the PropertyProxy so that it can be used as a template without
modifying/creating global references to instances, descriptors etc.
clone() -
Method in interface flex.messaging.messages.Message
Returns a clone of the message.
close() -
Method in interface flex.messaging.client.EndpointPushHandler
Invoked to shut down the handler.
close(boolean) -
Method in interface flex.messaging.client.EndpointPushHandler
Invoked to shut down the handler.
close() -
Method in class flex.messaging.io.amf.client.AMFConnection
Closes the underlying URL connection, sets the url to null, and clears
the cookies.
CLOSEPAREN -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
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.
CODE -
Static variable in class flex.messaging.io.StatusInfoProxy
Hierarchical dot "." string description of the problem.
CODE_SERVER_RESOURCE_UNAVAILABLE -
Static variable in exception flex.messaging.MessageException
COLUMN_NAMES -
Static variable in class flex.messaging.io.PageableRowSetProxy
CommandMessage - Class in flex.messaging.messages A message that represents an infrastructure command passed between
client and server. CommandMessage() -
Constructor for class flex.messaging.messages.CommandMessage
Constructs a CommandMessage instance.
CommandMessage(int) -
Constructor for class flex.messaging.messages.CommandMessage
Constructs a CommandMessage instance.
ConfigMap - Class in flex.messaging.config The ConfigMap class is a helper implementation of Map that makes it easier
to handle properties that can appear one or more times. ConfigMap() -
Constructor for class flex.messaging.config.ConfigMap
Constructs an empty ConfigMap with the default initial
capacity of 10.
ConfigMap(int) -
Constructor for class flex.messaging.config.ConfigMap
Constructs a new ConfigMap with the initial
capacity specified.
ConfigMap(ConfigMap) -
Constructor for class flex.messaging.config.ConfigMap
Constructs a new ConfigMap and copies the values
from the supplied map to this map.
ConfigurationException - Exception in flex.messaging.config The server throws this exception type on encountering
errors while parsing the configuration. ConfigurationException() -
Constructor for exception flex.messaging.config.ConfigurationException
connect(String) -
Method in class flex.messaging.io.amf.client.AMFConnection
Connects to the URL provided.
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.
convert(Object, Class) -
Method in class flex.messaging.io.amf.translator.ASTranslator
Translate an object to another object of type class.
convert(Object, Class) -
Method in interface flex.messaging.io.TypeMarshaller
Converts the supplied source instance to an instance of the desired Class .
convertToSmallMessage(Message) -
Method in class flex.messaging.endpoints.HTTPEndpoint
Currently this override is a no-op to disable small messages over HTTP
endpoints.
COOKIE -
Static variable in class flex.messaging.io.amf.client.AMFConnection
COOKIE2 -
Static variable in class flex.messaging.io.amf.client.AMFConnection
COOKIE_NAMEVALUE_SEPERATOR -
Static variable in class flex.messaging.io.amf.client.AMFConnection
COOKIE_SEPERATOR -
Static variable in class flex.messaging.io.amf.client.AMFConnection
createAdapter(String) -
Method in class flex.messaging.Destination
Creates a ServiceAdapter instance, sets its id, sets it manageable
if the Destination that created it is manageable,
and set its Destination to the Destination that
created it.
createASObjectForMissingType -
Variable in class flex.messaging.io.SerializationContext
Determines whether an ASObject is created by default for a type that is
missing on the server, instead of throwing a server resource not found
exception.
createDestination(String) -
Method in class flex.messaging.services.AbstractService
Creates a Destination instance, sets its id, sets it manageable
if the AbstractService that created it is manageable,
and sets its Service to the AbstractService that
created it.
createDestination(String) -
Method in class flex.messaging.services.HTTPProxyService
Creates a HTTPProxyDestination instance, sets its id,
sets it manageable if the AbstractService that created it is
manageable, and sets its Service to the AbstractService
that created it.
createDestination(String) -
Method in class flex.messaging.services.MessageService
Creates a MessageDestination instance, sets its id, sets it manageable
if the AbstractService that created it is manageable,
and sets its Service to the AbstractService that
created it.
createDestination(String) -
Method in class flex.messaging.services.RemotingService
Creates a RemotingDestination instance, sets its id, sets it manageable
if the AbstractService that created it is manageable,
and sets its Service to the AbstractService that
created it.
createDestination(String) -
Method in interface flex.messaging.services.Service
Creates a Destination instance, sets its id, sets it manageable
if the Service that created it is manageable,
and sets its Service to the Service that
created it.
createErrorMessage() -
Method in exception flex.messaging.MessageException
Creates an error message from the exception.
createErrorMessage() -
Method in exception flex.messaging.security.SecurityException
Overrides createErrorMessage() to correlate the ErrorMessage to the
failing message by id and destination.
createFactoryInstance(String, ConfigMap) -
Method in class flex.messaging.factories.JavaFactory
This method is called when we initialize the definition of an instance which
will be looked up by this factory.
createFactoryInstance(String, ConfigMap) -
Method in interface flex.messaging.FlexFactory
Called when the
definition of an instance that this factory looks up is initialized.
createInstance() -
Method in class flex.messaging.factories.JavaFactoryInstance
Creates an instance from specified source and initializes
the instance if it is of FlexConfigurable type.
createInstance(Object, Class) -
Method in class flex.messaging.io.amf.translator.ASTranslator
Creates an instance of the desired class without populating the type.
createInstance(String) -
Method in interface flex.messaging.io.PropertyProxy
Creates a new instance for the given className.
createInstance(Object, Class) -
Method in interface flex.messaging.io.TypeMarshaller
Creates an instance of the desired class without populating the type.
createMBean(String, String) -
Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, String) -
Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, Object[], String[]) -
Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createMBean(String, String, String, Object[], String[]) -
Method in class flex.management.jmx.MBeanServerGateway
Instantiates and registers an MBean with the MBean server.
createService(String, String) -
Method in class flex.messaging.MessageBroker
Creates a Service instance, sets its id, sets it manageable
if the MessageBroker that created it is manageable,
and sets its MessageBroker to the MessageBroker that
created it.
createUUID() -
Static method in class flex.messaging.util.UUIDUtils
Use the createUUID function when you need a unique string that you will
use as a persistent identifier in a distributed environment.
createUUID(boolean) -
Static method in class flex.messaging.util.UUIDUtils
CREDENTIALS_CHARSET_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
Header to specify which character set encoding was used while encoding
login credentials.
currentToken -
Variable in exception flex.messaging.services.messaging.selector.ParseException
This is the last token that has been consumed successfully.
CURSOR -
Static variable in interface flex.messaging.io.PageableRowSet
CURSOR -
Static variable in class flex.messaging.io.PageableRowSetProxy
CUSTOM_AUTH_METHOD -
Static variable in class flex.messaging.config.SecurityConstraint
String constant for custom authentication.
D
DATE_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
DATE_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
DATE_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
debugStream -
Variable in class flex.messaging.services.messaging.selector.SQLParserTokenManager
decode(String) -
Method in class flex.messaging.util.Base64.Decoder
decode(String) -
Method in class flex.messaging.util.Hex.Decoder
decodeAndLogin(String, LoginManager) -
Static method in class flex.messaging.services.AuthenticationService
decrementAttributeIdRefCount(String) -
Method in class flex.messaging.MessageBroker
Decrements the count of destinations actively using an Application or Session
level scoped assembler identified by the passed in attributeId.
DEFAULT -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
DEFAULT_MAX_CONNECTIONS_HOST -
Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
The default maximum number of connections allowed per host.
DEFAULT_MAX_STREAMING_CONNECTIONS_PER_SESSION -
Static variable in class flex.messaging.client.UserAgentSettings
The default number of streaming connections per session.
DEFAULT_MAX_TOTAL_CONNECTIONS -
Static variable in class flex.messaging.services.http.HTTPConnectionManagerSettings
The default maximum number of connections allowed overall.
DEFAULT_PAGING_SERVICE_NAME -
Static variable in class flex.messaging.io.PagedRowSet
Pageable Rowset Service Name.
DEFAULT_TIMEOUT -
Static variable in class flex.messaging.config.NetworkSettings
DefaultMBeanServerLocator - Class in flex.management The default implementation of an MBeanServerLocator. DefaultMBeanServerLocator() -
Constructor for class flex.management.DefaultMBeanServerLocator
describeDestination() -
Method in class flex.messaging.Destination
Returns a ConfigMap of destination properties that the client
needs.
describeEndpoint() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns a ConfigMap of endpoint properties that the client
needs.
describeEndpoint() -
Method in interface flex.messaging.endpoints.Endpoint
Returns a ConfigMap of endpoint properties that the client
needs.
describeService(Endpoint) -
Method in class flex.messaging.services.AbstractService
Returns a ConfigMap service properties that the client needs.
describeService(Endpoint) -
Method in class flex.messaging.services.AuthenticationService
describeService(Endpoint) -
Method in interface flex.messaging.services.Service
Describes the service for the client.
describeServices(Endpoint) -
Method in class flex.messaging.MessageBroker
Describe services and the channels used by the services for the client.
description -
Variable in class flex.management.jmx.MBeanAttributeInfo
The description of the attribute.
description -
Variable in class flex.management.jmx.MBeanConstructorInfo
The description of the constructor.
description -
Variable in class flex.management.jmx.MBeanInfo
The description of the MBean.
description -
Variable in class flex.management.jmx.MBeanOperationInfo
The operation description.
description -
Variable in class flex.management.jmx.MBeanParameterInfo
The description for the parameter.
DESCRIPTION -
Static variable in class flex.messaging.io.StatusInfoProxy
Brief description of the error.
Destination - Class in flex.messaging The Destination class is a source and sink for messages sent through
a service destination and uses an adapter to process messages. Destination() -
Constructor for class flex.messaging.Destination
Constructs an unmanaged Destination instance.
Destination(boolean) -
Constructor for class flex.messaging.Destination
Constructs a Destination with the indicated management.
DESTINATION_CLIENT_ID_HEADER -
Static variable in interface flex.messaging.messages.Message
The name for the destination client Id header, used to target a message
back to the proper client when multiple clients share a channel.
DESTINATION_GENERAL -
Static variable in interface flex.management.runtime.AdminConsoleTypes
DESTINATION_POLLABLE -
Static variable in interface flex.management.runtime.AdminConsoleTypes
DestinationControl - Class in flex.management.runtime.messaging The DestinationControl class is the MBean implementation for
monitoring and managing a Destination at runtime. DestinationControl(Destination, BaseControl) -
Constructor for class flex.management.runtime.messaging.DestinationControl
Constructs a new DestinationControl instance.
DestinationControlMBean - Interface in flex.management.runtime.messaging Defines the runtime monitoring and management interface for managed destinations. destroyFactoryInstance(FactoryInstance) -
Method in interface flex.messaging.DestructibleFlexFactory
This method is called when a component that uses this factory is removed.
destroyFactoryInstance(FactoryInstance) -
Method in class flex.messaging.factories.JavaFactory
This method is called when a component using this factory is being destroyed.
DestructibleFlexFactory - Interface in flex.messaging Implementors of FlexFactory should also implement this interface
if their factory has custom destruction behavior. DETAILS -
Static variable in class flex.messaging.io.StatusInfoProxy
Long description of the error.
DictionaryProxy - Class in flex.messaging.io Proxies serialization of a Dictionary and considers all keys as String based property
names. DictionaryProxy() -
Constructor for class flex.messaging.io.DictionaryProxy
DictionaryProxy(Dictionary) -
Constructor for class flex.messaging.io.DictionaryProxy
DIGIT -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
DIRECTION_INBOUND -
Static variable in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Indicates a filter is in its inbound processing state.
DIRECTION_OUTBOUND -
Static variable in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Indicates a filter is in its outbound processing state.
disable_tracing() -
Method in class flex.messaging.services.messaging.selector.SQLParser
DISCONNECT_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to indicate that a channel has disconnected.
doAuthentication(String, Object) -
Method in class flex.messaging.security.JRunLoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthentication(String, Object) -
Method in interface flex.messaging.security.LoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthentication(String, Object) -
Method in class flex.messaging.security.OracleLoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthentication(String, Object) -
Method in class flex.messaging.security.TomcatLoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthentication(String, Object) -
Method in class flex.messaging.security.WeblogicLoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthentication(String, Object) -
Method in class flex.messaging.security.WebSphereLoginCommand
The gateway calls this method to perform programmatic, custom authentication.
doAuthorization(Principal, List) -
Method in class flex.messaging.security.JRunLoginCommand
The gateway calls this method to perform programmatic authorization.
doAuthorization(Principal, List) -
Method in interface flex.messaging.security.LoginCommand
The gateway calls this method to perform programmatic authorization.
doAuthorization(Principal, List) -
Method in class flex.messaging.security.OracleLoginCommand
The gateway calls this method to perform programmatic authorization.
doAuthorization(Principal, List) -
Method in class flex.messaging.security.TomcatLoginCommand
The gateway calls this method to perform programmatic authorization.
doAuthorization(Principal, List) -
Method in class flex.messaging.security.WeblogicLoginCommand
The gateway calls this method to perform programmatic authorization.
doAuthorization(Principal, List) -
Method in class flex.messaging.security.WebSphereLoginCommand
The gateway calls this method to perform programmatic authorization.
domain -
Variable in class flex.management.jmx.ObjectName
The domain part of the object name.
DOMAIN_PREFIX -
Static variable in class flex.management.BaseControl
The prefix used for the domain part of control MBean names.
Done() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
DOUBLE_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
DOUBLE_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
DOUBLE_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
drain() -
Method in class flex.messaging.util.Base64.Decoder
drain() -
Method in class flex.messaging.util.Base64.Encoder
drain() -
Method in class flex.messaging.util.Hex.Decoder
drain() -
Method in class flex.messaging.util.Hex.Encoder
DuplicateSessionException - Exception in flex.messaging.endpoints Exception class used to indicate duplicate client sessions were detected. DuplicateSessionException() -
Constructor for exception flex.messaging.endpoints.DuplicateSessionException
Default constructor.
E
EMPTY_STRING -
Static variable in interface flex.messaging.io.amf.Amf3Types
EMPTY_STRING_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
EMPTY_TRAITS_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
enable_tracing() -
Method in class flex.messaging.services.messaging.selector.SQLParser
enableSmallMessages -
Variable in class flex.messaging.io.SerializationContext
Provides a way to control whether small messages should be sent even
if the client can support them.
encode(byte[]) -
Method in class flex.messaging.util.Base64.Encoder
encode(byte[], int, int) -
Method in class flex.messaging.util.Base64.Encoder
encode(byte[]) -
Method in class flex.messaging.util.Hex.Encoder
encode(byte[], int, int) -
Method in class flex.messaging.util.Hex.Encoder
end_amfx() -
Method in class flex.messaging.io.amfx.AmfxInput
end_array() -
Method in class flex.messaging.io.amfx.AmfxInput
end_body() -
Method in class flex.messaging.io.amfx.AmfxInput
end_bytearray() -
Method in class flex.messaging.io.amfx.AmfxInput
end_date() -
Method in class flex.messaging.io.amfx.AmfxInput
end_double() -
Method in class flex.messaging.io.amfx.AmfxInput
end_false() -
Method in class flex.messaging.io.amfx.AmfxInput
end_header() -
Method in class flex.messaging.io.amfx.AmfxInput
end_int() -
Method in class flex.messaging.io.amfx.AmfxInput
end_item() -
Method in class flex.messaging.io.amfx.AmfxInput
end_null() -
Method in class flex.messaging.io.amfx.AmfxInput
end_object() -
Method in class flex.messaging.io.amfx.AmfxInput
end_ref() -
Method in class flex.messaging.io.amfx.AmfxInput
end_string() -
Method in class flex.messaging.io.amfx.AmfxInput
end_traits() -
Method in class flex.messaging.io.amfx.AmfxInput
end_true() -
Method in class flex.messaging.io.amfx.AmfxInput
end_undefined() -
Method in class flex.messaging.io.amfx.AmfxInput
end_xml() -
Method in class flex.messaging.io.amfx.AmfxInput
endAMFArray() -
Method in class flex.messaging.io.amf.AmfTrace
Ends a ByteArray.
endAMFObject() -
Method in class flex.messaging.io.amf.AmfTrace
Ends an AMFObject.
endColumn -
Variable in class flex.messaging.services.messaging.selector.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endCommand() -
Method in class flex.messaging.io.amf.AmfTrace
Ends the command.
endElement(String, String, String) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
endHeader() -
Method in class flex.messaging.io.amf.AmfTrace
Ends the header.
endLine -
Variable in class flex.messaging.services.messaging.selector.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endMessage() -
Method in class flex.messaging.io.amf.AmfTrace
Ends the message.
Endpoint - Interface in flex.messaging.endpoints An endpoint receives messages from clients and decodes them,
then sends them on to a MessageBroker for routing to a service. Endpoint2 - Interface in flex.messaging.endpoints Extension interface for Endpoint that adds support for a
referenced Server that the endpoint may use. ENDPOINT_HEADER -
Static variable in interface flex.messaging.messages.Message
The name for the endpoint header.
ENDPOINT_POLLABLE -
Static variable in interface flex.management.runtime.AdminConsoleTypes
ENDPOINT_SCALAR -
Static variable in interface flex.management.runtime.AdminConsoleTypes
EndpointControl - Class in flex.management.runtime.messaging.endpoints The EndpointControl class is the MBean implementation for
monitoring and managing an Endpoint at runtime. EndpointControl(Endpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.EndpointControl
Constructs an EndpointControl, assigning its managed endpoint and
parent MBean.
EndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed endpoints. EndpointPushHandler - Interface in flex.messaging.client Defines the interface for a handler that may be registered by an endpoint with a FlexClient in order
to push messages to a connected client. EOF -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
EQUAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
equals(Object) -
Method in class flex.messaging.services.messaging.Subtopic
Override of equals.
error(SAXParseException) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
ESCAPE -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
EscapeChar() -
Method in class flex.messaging.services.messaging.selector.SQLParser
exceptionThrown(JMSExceptionEvent) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Implements JMSExceptionListener.
exceptionThrown(JMSExceptionEvent) -
Method in interface flex.messaging.services.messaging.adapters.JMSExceptionListener
Notification that a JMS exception was encountered.
expectedTokenSequences -
Variable in exception flex.messaging.services.messaging.selector.ParseException
Each entry in this array is an array of integers.
EXPONENT -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
ExternalProxySettings - Class in flex.messaging.services.http External Proxy Settings for a proxy service. ExternalProxySettings() -
Constructor for class flex.messaging.services.http.ExternalProxySettings
Creates a default ExternalProxySettings instance.
F
FactoryDestination - Class in flex.messaging FactoryDestination() -
Constructor for class flex.messaging.FactoryDestination
Constructs an unmanaged FactoryDestination instance.
FactoryDestination(boolean) -
Constructor for class flex.messaging.FactoryDestination
Constructs a FactoryDestination with the indicated management.
FactoryInstance - Class in flex.messaging This class is used by the FlexFactory to store the configuration
for an instance created by the factory. FactoryInstance(FlexFactory, String, ConfigMap) -
Constructor for class flex.messaging.FactoryInstance
Normally FactoryInstances are constructed by FDS during startup so you
do not need to use this method.
failedExecution(Runnable, Executor, Exception) -
Method in interface flex.messaging.util.concurrent.FailedExecutionHandler
Invoked when a Runnable has failed to execute.
FailedExecutionHandler - Interface in flex.messaging.util.concurrent This interface defines a callback that can be registered with an Executor
to be notified when execution of a Runnable has failed. FALSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
FALSE_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
fatalError(SAXParseException) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
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.
FIREFOX_KICKSTART_BYTES -
Static variable in class flex.messaging.client.UserAgentSettings
Bytes needed to kickstart the streaming connections for Firefox.
flex.graphics - package flex.graphicsGraphics-related classes. flex.management - package flex.managementManagement classes. flex.management.jmx - package flex.management.jmxManagement classes for JMX. flex.management.runtime.messaging - package flex.management.runtime.messagingManagement classes for runtime monitoring and management. flex.management.runtime.messaging.client - package flex.management.runtime.messaging.clientManagement classes for runtime FlexClient monitoring and management. flex.management.runtime.messaging.endpoints - package flex.management.runtime.messaging.endpointsManagement classes for runtime endpoint monitoring and management. flex.management.runtime.messaging.log - package flex.management.runtime.messaging.logManagement classes for runtime log monitoring and management. flex.management.runtime.messaging.services - package flex.management.runtime.messaging.servicesManagement classes for runtime service monitoring and management. flex.management.runtime.messaging.services.http - package flex.management.runtime.messaging.services.httpProxy service management classes. flex.management.runtime.messaging.services.messaging - package flex.management.runtime.messaging.services.messagingManagement and monitoring classes for runtime service messaging classes. flex.management.runtime.messaging.services.messaging.adapters - package flex.management.runtime.messaging.services.messaging.adaptersManagement classes for runtime adapter monitoring and management. flex.management.runtime.messaging.services.remoting - package flex.management.runtime.messaging.services.remotingRemoting service management classes. flex.management.runtime.messaging.services.remoting.adapters - package flex.management.runtime.messaging.services.remoting.adaptersRemoting service adapter management classes. flex.messaging - package flex.messagingMessaging classes. flex.messaging.client - package flex.messaging.clientFlexClient-related classes. flex.messaging.config - package flex.messaging.configConfiguration classes. flex.messaging.endpoints - package flex.messaging.endpointsMessage endpoint classes. flex.messaging.endpoints.amf - package flex.messaging.endpoints.amfAMF endpoint classes. flex.messaging.factories - package flex.messaging.factoriesFactory classes. flex.messaging.io - package flex.messaging.ioMessage serialization classes. flex.messaging.io.amf - package flex.messaging.io.amfAMF serialization classes. flex.messaging.io.amf.client - package flex.messaging.io.amf.clientAMF serialization classes. flex.messaging.io.amf.client.exceptions - package flex.messaging.io.amf.client.exceptionsAMF serialization exception classes. flex.messaging.io.amf.translator - package flex.messaging.io.amf.translatorAMF serialization classes. flex.messaging.io.amfx - package flex.messaging.io.amfxAMFX serialization classes. flex.messaging.log - package flex.messaging.logLogging classes. flex.messaging.messages - package flex.messaging.messagesMessage classes. flex.messaging.security - package flex.messaging.securitySecurity classes. flex.messaging.services - package flex.messaging.servicesMessage service classes. flex.messaging.services.http - package flex.messaging.services.httpProxy service classes. flex.messaging.services.messaging - package flex.messaging.services.messagingService messaging classes. flex.messaging.services.messaging.adapters - package flex.messaging.services.messaging.adaptersService adapter classes. flex.messaging.services.messaging.selector - package flex.messaging.services.messaging.selectorMessage selector classes. flex.messaging.services.remoting - package flex.messaging.services.remotingRemoting service classes. flex.messaging.services.remoting.adapters - package flex.messaging.services.remoting.adaptersRemoting service adapter classes. flex.messaging.util.concurrent - package flex.messaging.util.concurrentMessaging utility classes. FLEX_CLIENT_ID_HEADER -
Static variable in interface flex.messaging.messages.Message
This header is used to transport the FlexClient Id value in messages
sent clients to the server.
FLEX_CLIENT_LOG_CATEGORY -
Static variable in class flex.messaging.client.FlexClient
Log category for FlexClient related messages.
FLEX_SESSION_LOG_CATEGORY -
Static variable in class flex.messaging.FlexSession
Log category for FlexSession related messages.
FlexClient - Class in flex.messaging.client Represents a Flex client application instance on the server. FlexClient.AsyncPollWithTimeout - Class in flex.messaging.client Helper class for handling async poll requests. FlexClient.AsyncPollWithTimeout(FlexClient, FlexSession, FlexClient.EndpointQueue, AsyncPollHandler, long, String) -
Constructor for class flex.messaging.client.FlexClient.AsyncPollWithTimeout
FlexClientAttributeListener - Interface in flex.messaging.client Interface for FlexClient attribute listeners. FlexClientBindingEvent - Class in flex.messaging.client Event used to notify FlexClientAttributeListeners of changes to FlexClient
attributes. FlexClientBindingEvent(FlexClient, String) -
Constructor for class flex.messaging.client.FlexClientBindingEvent
Constructs an event for an attribute that is bound or unbound from a FlexClient.
FlexClientBindingEvent(FlexClient, String, Object) -
Constructor for class flex.messaging.client.FlexClientBindingEvent
Constructs an event for an attribute that is added to a FlexClient or
replaced by a new value.
FlexClientBindingListener - Interface in flex.messaging.client Interface to be notified when the implementing object is bound or unbound from the FlexClient. FlexClientListener - Interface in flex.messaging.client Interface to be notified when a FlexClient is created or destroyed. FlexClientManagerControlMBean - Interface in flex.management.runtime.messaging.client Defines the runtime monitoring and management interface for managed flex client managers. FlexClientOutboundQueueProcessor - Class in flex.messaging.client The base FlexClientOutboundQueueProcessor implementation used if a custom implementation is not
specified. FlexClientOutboundQueueProcessor() -
Constructor for class flex.messaging.client.FlexClientOutboundQueueProcessor
FlexComponent - Interface in flex.messaging Defines the lifecycle interface for FlexComponents, allowing
the server to manage the running state of server components
through a consistent interface. FlexConfigurable - Interface in flex.messaging Components created in the Flex configuration environment can implement
the FlexConfigurable interface to get access to the configuration
properties like a regular component in the system. FlexContext - Class in flex.messaging The FlexContext is a utility class that exposes the current execution context. FlexFactory - Interface in flex.messaging The FlexFactory interface is implemented by factory components that provide
instances to the Flex messaging framework. FlexRemoteCredentials - Class in flex.messaging A wrapper object used for holding onto remote credentials. FlexRemoteCredentials(String, String, String, Object) -
Constructor for class flex.messaging.FlexRemoteCredentials
Normally you do not have to create the FlexRemoteCredentials as they are
created automatically when the client specifies them via the setRemoteCredentials
method in ActionScript.
FlexSession - Class in flex.messaging The base for FlexSession implementations. FlexSessionAttributeListener - Interface in flex.messaging Interface for Flex session attribute listeners. FlexSessionBindingEvent - Class in flex.messaging Event used to notify FlexSessionAttributeListeners of changes to session
attributes. FlexSessionBindingEvent(FlexSession, String) -
Constructor for class flex.messaging.FlexSessionBindingEvent
Constructs an event for an attribute that is bound or unbound from a session.
FlexSessionBindingEvent(FlexSession, String, Object) -
Constructor for class flex.messaging.FlexSessionBindingEvent
Constructs an event for an attribute that is added to a session or
replaced by a new value.
FlexSessionBindingListener - Interface in flex.messaging Interface to be notified when the object is bound or unbound from the Flex
session. FlexSessionListener - Interface in flex.messaging Interface to be notified when a FlexSession is created or destroyed. FLOATING_POINT_LITERAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
flush(List) -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Always empties the queue and returns all messages to be sent to the client.
flush(MessageClient, List) -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Removes all messages in the queue targeted to this specific MessageClient subscription(s) and
returns them to be sent to the client.
flush() -
Method in class flex.messaging.util.Base64.Decoder
flush() -
Method in class flex.messaging.util.Base64.Encoder
flush() -
Method in class flex.messaging.util.Hex.Decoder
flush() -
Method in class flex.messaging.util.Hex.Encoder
FlushResult - Class in flex.messaging.client Stores the messages that should be written to the network as a result of a flush
invocation on a FlexClient's outbound queue. FlushResult() -
Constructor for class flex.messaging.client.FlushResult
Constructs a FlushResult instance to return from a
flush invocation on a FlexClient's outbound queue.
fromByteArray(byte[]) -
Static method in class flex.messaging.util.UUIDUtils
Converts a 128-bit UID encoded as a byte[] to a String representation.
G
GENERAL_OPERATION -
Static variable in interface flex.management.runtime.AdminConsoleTypes
GENERAL_POLLABLE -
Static variable in interface flex.management.runtime.AdminConsoleTypes
GENERAL_SERVER -
Static variable in interface flex.management.runtime.AdminConsoleTypes
generateParseException() -
Method in class flex.messaging.services.messaging.selector.SQLParser
GENERIC_FIREFOX_USER_AGENT -
Static variable in class flex.messaging.client.UserAgentSettings
The prefix of the version token used by Firefox in its user agent values.
GENERIC_MSIE_USER_AGENT -
Static variable in class flex.messaging.client.UserAgentSettings
The prefix of the version token used by IE in its user agent values.
get(Object) -
Method in class flex.messaging.config.ConfigMap
Gets the value for the given property name.
getAcknowledgeMode() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Returns the acknowledge mode used by the JMSProxy.
getAcknowledgeMode() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the acknowledge-mode property.
getAdapter() -
Method in class flex.management.runtime.messaging.DestinationControl
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.
getAdapterState() -
Method in class flex.messaging.services.ServiceAdapter
Return an object, usually a Collection, representing any
shared state for the adapter.
getAgent(String) -
Static method in class flex.messaging.client.UserAgentSettings
Static method to retrieve pre-initialized IE and Firefox user agents.
getAlias(Object) -
Method in class flex.messaging.io.BeanProxy
The class name alias for the given instance.
getAlias() -
Method in interface flex.messaging.io.ClassAlias
The alias to use for this instance.
getAlias(Object) -
Method in class flex.messaging.io.PageableRowSetProxy
getAlias() -
Method in interface flex.messaging.io.PropertyProxy
The class name alias for the default instance.
getAlias(Object) -
Method in interface flex.messaging.io.PropertyProxy
The class name alias for the given instance.
getAlias(Object) -
Method in class flex.messaging.io.StatusInfoProxy
getAllowSubtopics() -
Method in class flex.messaging.config.ServerSettings
Returns allow-subtopics property.
getAMFHeaderProcessor() -
Method in class flex.messaging.io.amf.client.AMFConnection
Returns the AMF header processor associated with the AMF connection.
getAMFThroughput() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getAMFThroughput() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the total number of bytes passing through all AMF endpoints.
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.client.FlexClient
Returns the attribute bound to the specified name for the FlexClient, or null
if no attribute is bound under the name.
getAttribute(String) -
Method in class flex.messaging.FlexSession
Returns the attribute bound to the specified name in the session, or null
if no attribute is bound under the name.
getAttribute(String) -
Method in class flex.messaging.HttpFlexSession
Returns the attribute bound to the specified name in the session, or null
if no attribute is bound under the name.
getAttribute(String) -
Method in class flex.messaging.MessageBroker
Returns the attribute value bound to the MessageBroker under the provided name.
getAttributeId() -
Method in class flex.messaging.factories.JavaFactoryInstance
Returns the attribute id for the JavaFactoryInstance.
getAttributeNames() -
Method in class flex.messaging.client.FlexClient
Returns a snapshot of the names of all attributes bound to the FlexClient.
getAttributeNames() -
Method in class flex.messaging.FlexSession
Returns a snapshot of the names of all attributes bound to the session.
getAttributeNames() -
Method in class flex.messaging.HttpFlexSession
Returns the names of all attributes bound to the session.
getAttributeNames() -
Method in class flex.messaging.MessageBroker
Returns an Iterator containing the current names that attributes have been bound
to the MessageBroker under.
getAttributes(String, String[]) -
Method in class flex.management.jmx.MBeanServerGateway
Gets the values of several attributes of a named MBean.
getAverageInvocationProcessingTimeMillis() -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Returns the average invocation processing time in milliseconds for the destination.
getAverageInvocationProcessingTimeMillis() -
Method in interface flex.management.runtime.messaging.services.remoting.RemotingDestinationControlMBean
Returns the average invocation processing time in milliseconds for the destination.
getBeginColumn() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getBeginLine() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getBody() -
Method in interface flex.messaging.messages.Message
Returns the body of the message.
getBytesDeserialized() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getBytesDeserialized() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the total Bytes that have been deserialized by this endpoint
during its lifetime.
getBytesSerialized() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getBytesSerialized() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the total Bytes that have been serialized by this endpoint
during its lifetime.
getCategories() -
Method in class flex.management.runtime.messaging.log.LogControl
getCategories() -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Returns the array of log categories.
getCategories() -
Method in class flex.management.runtime.messaging.log.LogManager
getChannelIds() -
Method in class flex.messaging.MessageBroker
Returns the list of channel ids known to the MessageBroker.
getChannels() -
Method in class flex.messaging.Destination
Returns the list of channel ids of the Destination.
getClassLoader() -
Method in class flex.messaging.io.TypeMarshallingContext
Returns the custom ClassLoader for this type marshalling session, or
defaults to the current MessageBroker's ClassLoader if none has been set.
getClassLoader() -
Method in class flex.messaging.MessageBroker
This is the class loader used by the system to load user defined classes.
getClassName(String) -
Method in class flex.messaging.io.ClassAliasRegistry
Looks for a concrete class name for an alias.
getClient() -
Method in class flex.messaging.client.FlexClientBindingEvent
Returns the FlexClient that generated the event.
getClientId() -
Method in class flex.messaging.MessageClient
Returns the clientId for the MessageClient.
getClientId() -
Method in interface flex.messaging.messages.Message
Returns the client id indicating the client that sent the message.
getClientIds() -
Method in interface flex.management.runtime.messaging.client.FlexClientManagerControlMBean
Returns ids of managed clients.
getClientIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getClientIncomingMessageThrottleFrequency() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming client messages that have been
throttled per minute.
getClientLastUse(String) -
Method in interface flex.management.runtime.messaging.client.FlexClientManagerControlMBean
Returns the last use by the client with the clientId.
getClientOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getClientOutgoingMessageThrottleFrequency() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of outgoing client messages that have been
throttled per minute.
getClientSessionCount(String) -
Method in interface flex.management.runtime.messaging.client.FlexClientManagerControlMBean
Returns the number of sessiosn for the client with the clientId.
getClientSubscriptionCount(String) -
Method in interface flex.management.runtime.messaging.client.FlexClientManagerControlMBean
Returns the number of subscriptions for the client with the clientId.
getClientType() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the corresponding client channel type for the endpoint.
getClientType() -
Method in interface flex.messaging.endpoints.Endpoint
Returns the corresponding client channel type for the endpoint.
getClientWaitInterval() -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Returns the number of milliseconds the client will wait after receiving a response for
a poll with server wait before it issues its next poll request.
getClusterId() -
Method in class flex.messaging.config.NetworkSettings
Returns the cluster id.
getCode() -
Method in exception flex.messaging.io.amf.client.exceptions.ClientStatusException
Returns the code of the exception.
getCode() -
Method in exception flex.messaging.MessageException
Returns the code of the exception.
getColumn() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
Deprecated.
getColumnNames() -
Method in interface flex.messaging.io.PageableRowSet
List the column names of the result set.
getColumnNames() -
Method in class flex.messaging.io.PagedRowSet
List the column names of the result set.
getConnectionCredentials() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Returns the connection credentials used while creating JMS connections.
getConnectionFactory() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the connection-factory property.
getConnectionFactoryName() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Returns the connection factory name.
getConnectionManagerSettings() -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns HTTPConnectionManagerSettings.
getConnectionPassword() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the connection password used while creating JMS connections.
getConnectionTimeout() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns the number of milliseconds to wait before a connection will
timeout.
getConnectionUsername() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the connection username used while creating JMS connections.
getContentLength() -
Method in class flex.messaging.endpoints.amf.SuspendableSerializationFilter
Returns the number of bytes that the InputStream contains.
getContentType() -
Method in class flex.graphics.ImageSnapshot
The content type for the image encoding format that was used to capture
this snapshot.
getContext() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns the ActionContext for the chain.
getControl() -
Method in interface flex.management.Manageable
Returns the control MBean used to manage the component.
getControl() -
Method in class flex.management.ManageableComponent
getCookieLimit() -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns the cookie-limit property.
getCorrelationId() -
Method in class flex.messaging.messages.AsyncMessage
Gets the correlationId of the AsyncMessage.
getCredentials() -
Method in class flex.messaging.FlexRemoteCredentials
Returns the credentials themselves (usually a password)
getData() -
Method in class flex.graphics.ImageSnapshot
The encoded data representing the image snapshot.
getData() -
Method in exception flex.messaging.io.amf.client.exceptions.ServerStatusException
Returns the data of the exception.
getDefaultAdapter() -
Method in class flex.messaging.services.AbstractService
Returns the id of the default adapter of the AbstractService.
getDefaultAdapter() -
Method in interface flex.messaging.services.Service
Returns the id of the default adapter of the Service.
getDefaultChannels() -
Method in class flex.messaging.MessageBroker
Returns the default channel ids of the MessageBroker.
getDefaultChannels() -
Method in class flex.messaging.services.AbstractService
Returns the list of channel ids of the AbstractService.
getDefaultChannels() -
Method in interface flex.messaging.services.Service
Returns the list of channel ids of the Service.
getDefaultDomain() -
Method in class flex.management.jmx.MBeanServerGateway
Returns the default domain used for naming MBeans.
getDefaultInstance() -
Method in interface flex.messaging.io.PropertyProxy
The default instance managed by this PropertyProxy.
getDefaultLogMessageIntro() -
Method in exception flex.messaging.MessageException
Returns the default initial text for use in the log output generated by logAtHingePoint().
getDefaultMaxConnectionsPerHost() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns the default maximum number of connections allowed per host.
getDefaultObjectEncoding() -
Static method in class flex.messaging.io.amf.client.AMFConnection
The default object encoding for all AMFConnection instances.
getDefaultUrl() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the url (or wsdl if using the
SOAP) property.
getDeliveryMode() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the delivery-mode property.
getDeliverySettings() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the delivery-settings property.
getDescriptor() -
Method in interface flex.messaging.io.PropertyProxy
A serialization descriptor that provides overrides to the
default behavior for selecting properties for serialization.
getDeserializerClass() -
Method in class flex.messaging.io.SerializationContext
getDestination() -
Method in class flex.messaging.FlexRemoteCredentials
Returns the destination for the service.
getDestination() -
Method in interface flex.messaging.messages.Message
Returns the destination that the message targets.
getDestination(Message) -
Method in class flex.messaging.services.AbstractService
Returns the Destination that the Message targets.
getDestination(String) -
Method in class flex.messaging.services.AbstractService
Returns the Destination with the specified id or null if no
Destination with id exists.
getDestination(Message) -
Method in interface flex.messaging.services.Service
Retrieves the destination in this service for which the given message is intended.
getDestination(String) -
Method in interface flex.messaging.services.Service
Returns the Destination with the specified id or null if no
Destination with id exists.
getDestination() -
Method in class flex.messaging.services.ServiceAdapter
Returns the Destination of the ServiceAdapter.
getDestinationId() -
Method in class flex.messaging.MessageClient
Returns the destination the MessageClient is subscribed to.
getDestinationIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getDestinationIncomingMessageThrottleFrequency() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the number of incoming destination messages that have
been throttled per minute.
getDestinationJndiName() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Returns the JNDI name of the JMS destination that JMSProxy talks to.
getDestinationJNDIName() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the destination-jndi-name property.
getDestinationName() -
Method in class flex.messaging.config.ThrottleSettings
Returns the destination name for ThrottleSettings.
getDestinationName() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Deprecated.
getDestinationOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.ServiceControl
getDestinations() -
Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the ObjectNames of all destinations registered with the
managed service.
getDestinations() -
Method in class flex.messaging.services.AbstractService
Returns the Map of Destination ids and instances.
getDestinations() -
Method in interface flex.messaging.services.Service
Returns the Map of Destination ids and instances.
getDestinationType() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the destination-type property.
getDetails() -
Method in exception flex.messaging.LocalizedException
Returns the exception details.
getDirection() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns the current processing direction for the chain.
getDynamicUrls() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the list of dynamic-url (or soap
if using SOAP) properties.
getEndColumn() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getEndLine() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getEndpointId() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
getEndpointId() -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Returns the Id for the outbound queue's endpoint.
getEndpointId() -
Method in class flex.messaging.MessageClient
Returns the Id for the endpoint the MessageClient subscription was created over.
getEndpointQueue() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
getEndpoints() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getEndpoints() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for endpoints that are registered with the
managed MessageBroker.
getEnterpriseConnectionCount() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getEnterpriseConnectionCount() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the number of Enterprise Connections across all
Enterprise Endpoints.
getEnterpriseThroughput() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getEnterpriseThroughput() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the total number of bytes passing through all Enterprise endpoints.
getErrorMessage() -
Method in exception flex.messaging.MessageException
Returns the error message of the exception.
getException() -
Method in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
getExcludeMethodIterator() -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Returns an Iterator over the currently registered exclude methods.
getExcludes() -
Method in class flex.messaging.io.SerializationDescriptor
getExcludesForInstance(Object) -
Method in class flex.messaging.io.SerializationDescriptor
getExtendedData() -
Method in exception flex.messaging.MessageException
Returns the extended data of the exception.
getExternalProxySettings() -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns ExternalProxySettings.
getExtraProperty(String) -
Method in class flex.messaging.Destination
Method for getting an extra property at runtime.
getFactories() -
Method in class flex.messaging.MessageBroker
Returns the map of FlexFactory instances.
getFactory() -
Method in class flex.messaging.FactoryDestination
Returns the factory of the FactoryDestination.
getFactory(String) -
Method in class flex.messaging.MessageBroker
Returns the FlexFactory with the specified id.
getFactoryInstance() -
Method in class flex.messaging.FactoryDestination
Returns the FactoryInstance.
getFailingMessage() -
Method in exception flex.messaging.security.SecurityException
Returns the message with information about what caused this security exception to be thrown.
getFilters() -
Method in interface flex.messaging.log.Target
Returns the category filters defined for the Target.
getFlexClient() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
getFlexClient() -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Returns the associated FlexClient.
getFlexClient() -
Static method in class flex.messaging.FlexContext
The FlexClient for the current request.
getFlexClient() -
Method in class flex.messaging.MessageClient
Returns the FlexClient associated with this MessageClient.
getFlexClientCount() -
Method in interface flex.management.runtime.messaging.client.FlexClientManagerControlMBean
Returns the number of clients.
getFlexClientOutboundQueueProcessorClass() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the FlexClientOutboundQueueProcessorClass of the endpoint.
getFlexClientOutboundQueueProcessorConfig() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the properties for the FlexClientOutboundQueueProcessor of the endpoint.
getFlexClients() -
Method in class flex.messaging.FlexSession
Returns a snapshot of the FlexClients associated with the FlexSession
when this method is invoked.
getFlexDomains() -
Method in class flex.management.jmx.MBeanServerGateway
Returns the narrowed list of Flex domains in which any MBean is currently registered.
getFlexMBeanCount() -
Method in class flex.management.jmx.MBeanServerGateway
Returns the number of narrowed Flex MBeans registered in the MBean server.
getFlexMBeanObjectNames() -
Method in class flex.management.jmx.MBeanServerGateway
Returns all the object names for Flex related MBeans.
getFlexSession() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
getFlexSession() -
Static method in class flex.messaging.FlexContext
The FlexSession for the current request.
getFlexSession(HttpServletRequest) -
Static method in class flex.messaging.HttpFlexSession
Creates or retrieves a FlexSession for the current Http request.
getFlexSession() -
Method in class flex.messaging.MessageClient
Returns the FlexSession associated with this MessageClient.
getFlexSessionCount() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getFlexSessionCount() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns Flex session count for the MessageBroker.
getFlexSessions() -
Method in class flex.messaging.client.FlexClient
Returns a snapshot of the FlexSessions associated with the FlexClient
when this method is invoked.
getHandler() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
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.
getHeight() -
Method in class flex.graphics.ImageSnapshot
The image height in pixels.
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.
getHttpResponseInfo() -
Method in exception flex.messaging.io.amf.client.exceptions.ServerStatusException
Returns the HTTP response info of the exception.
getHTTPThroughput() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getHTTPThroughput() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the total number of bytes passing through all HTTP endpoints.
getId() -
Method in class flex.management.BaseControl
getId() -
Method in interface flex.management.BaseControlMBean
Returns the id for this MBean.
getId() -
Method in class flex.management.ManageableComponent
Returns the id of the ManageableComponent.
getId() -
Method in class flex.management.runtime.messaging.DestinationControl
getId() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getId() -
Method in class flex.management.runtime.messaging.log.LogControl
getId() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getId() -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
getId() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getId() -
Method in class flex.management.runtime.messaging.services.ServiceAdapterControl
getId() -
Method in class flex.management.runtime.messaging.services.ServiceControl
getId() -
Method in class flex.messaging.client.FlexClient
Returns the unique Id for the FlexClient.
getId() -
Method in class flex.messaging.config.SecurityConstraint
Returns the id of the SecurityConstraint.
getId() -
Method in interface flex.messaging.endpoints.Endpoint
All endpoints are referenceable by an id that is unique among
all the endpoints registered to a single broker instance.
getId() -
Method in class flex.messaging.FactoryInstance
getId() -
Method in class flex.messaging.FlexSession
Returns the Id for the session.
getId() -
Method in class flex.messaging.HttpFlexSession
Returns the Id for the session.
getID() -
Method in interface flex.messaging.io.PageableRowSet
getID() -
Method in class flex.messaging.io.PagedRowSet
getId() -
Method in interface flex.messaging.Server
Returns the id for the server.
getId() -
Method in class flex.messaging.services.AbstractBootstrapService
Returns the id of the AbstractBootstrapService.
getId() -
Method in interface flex.messaging.services.Service
Returns the id for the service.
getIdleTimeoutMinutes() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Returns the number of minutes a client can remain idle before the server
times the connection out.
GetImage() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getInboundPolicy() -
Method in class flex.messaging.config.ThrottleSettings
Returns the inbound throttle policy.
getIncludeMethodIterator() -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Returns an Iterator over the currently registered include methods.
getIncludeReadOnly() -
Method in interface flex.messaging.io.PropertyProxy
Determines whether read only properties from the instance should be included
during default serialization.
getIncomingClientFrequency() -
Method in class flex.messaging.config.ThrottleSettings
Returns the incoming client frequency (max-client-frequency).
getIncomingDestinationFrequency() -
Method in class flex.messaging.config.ThrottleSettings
Returns the incoming destination frequency (max-frequency).
getInitialContextEnvironment() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Returns the initial-context-environment property.
getInitialContextEnvironment() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the initial-context-environment property.
getInitialDownloadCount() -
Method in interface flex.messaging.io.PageableRowSet
If this function returns a number >= the total number of records in the recordset,
then the recordset should be simply returned to the client in full.
getInitialDownloadCount() -
Method in class flex.messaging.io.PagedRowSet
If this function returns a number >= the total number of rows in the result set,
then the result set should be simply returned to the client in full.
getInputStream() -
Method in class flex.messaging.endpoints.amf.SuspendableSerializationFilter
Returns the InputStream currently assigned to this filter that will be used
to read message bytes from.
getInstanceClass() -
Method in class flex.messaging.factories.JavaFactoryInstance
Creates an instance class from specified source.
getInstanceClass() -
Method in class flex.messaging.FactoryInstance
If possible, returns the class for the underlying configuration.
getInstanceToSerialize(Object) -
Method in interface flex.messaging.io.PropertyProxy
This is called right before we are about to serialize the supplied instance.
getInvocationFaultCount() -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Returns the count of faulted invocations for the destination.
getInvocationFaultCount() -
Method in interface flex.management.runtime.messaging.services.remoting.RemotingDestinationControlMBean
Returns the count of faulted invocations for the destination.
getInvocationSuccessCount() -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Returns the count of successful invocations for the destination.
getInvocationSuccessCount() -
Method in interface flex.management.runtime.messaging.services.remoting.RemotingDestinationControlMBean
Returns the count of successful invocations for the destination.
getJMSException() -
Method in class flex.messaging.services.messaging.adapters.JMSExceptionEvent
Return the JMS exception of the event.
getJMSSettings() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Gets the JMSSettings of the JMSAdapter.
getKickstartBytes() -
Method in class flex.messaging.client.UserAgentSettings
Returns the number of bytes needed to kickstart the streaming connections
for the user agent.
getKnownObjects() -
Method in class flex.messaging.io.TypeMarshallingContext
A map of known objects already encountered in this type marshalling
session.
getLastClientIncomingMessageThrottleTimestamp() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
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 class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getLastDestinationOutgoingMessageThrottleTimestamp() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Returns the timestamp when an outgoing destination message was
most recently throttled.
getLastPushTimestamp() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getLastPushTimestamp() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Returns the timestamp for the most recent push invocation.
getLastServiceCommandTimestamp() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getLastServiceCommandTimestamp() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the timestamp for the most recent service command invocation.
getLastServiceMessageFromAdapterTimestamp() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getLastServiceMessageFromAdapterTimestamp() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the timestamp of the most recent service message from adapter invocation.
getLastServiceMessageTimestamp() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
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 class flex.management.runtime.messaging.MessageDestinationControl
getLastServiceMessageTimestamp() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the timestamp for the most recent service message
invocation.
getLastUse() -
Method in class flex.messaging.client.FlexClient
Override TimeoutAbstractObject.getLastUse() to make timeout
dependent upon FlexClient inactivity but also upon the presence of an active push-enabled session,
async or waited poll, or registered endpoint push handler (all of which indicate that a client has
an active, open connection to the server).
getLevel() -
Method in interface flex.messaging.log.Target
Returns the log level that the Target will process log
events for.
getLine() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
Deprecated.
getLinger() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns linger-on-close timeout in seconds.
getLog() -
Method in class flex.messaging.MessageBroker
Returns the logger of the MessageBroker.
getLogCategory() -
Method in class flex.messaging.services.remoting.RemotingDestination
Returns the log category of the RemotingDestination.
getLoggers() -
Method in class flex.management.runtime.messaging.log.LogControl
getLoggers() -
Method in class flex.management.runtime.messaging.log.LogManager
Gets the Loggers as a string array.
getLogin() -
Static method in class flex.messaging.security.TomcatLoginHolder
Retrieves the last valid login.
getMatchOn() -
Method in class flex.messaging.client.UserAgentSettings
Returns the String to use to match the agent.
getMaxCacheSize() -
Method in class flex.messaging.config.ServerSettings
Returns the max number of messages to maintain in memory cache.
getMaxConnectionsPerHost() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns a collection of HostConfigurationSettings which specify
connection options on a host-by-host basis.
getMaxFlexSessionsInCurrentHour() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getMaxFlexSessionsInCurrentHour() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the maximum concurrent Flex session count for the
MessageBroker in the current hour.
getMaxProducers() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the max-producers property.
getMaxStreamingClients() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getMaxStreamingClients() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Returns the maximum number of clients that will be allowed to establish
a streaming HTTP connection with the endpoint.
getMaxStreamingClients() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Returns the maximum number of clients that will be allowed to establish
a streaming HTTP connection with the endpoint.
getMaxStreamingConnectionsPerSession() -
Method in class flex.messaging.client.UserAgentSettings
Returns the number of simultaneous streaming connections per session
the user agent supports.
getMaxTotalConnections() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns the maximum number of connections allowed.
getMaxWaitingPollRequests() -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Returns the maximum number of server poll response threads that will be
waiting for messages to arrive for clients.
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 class flex.management.DefaultMBeanServerLocator
Returns the MBeanServer to register our management MBeans with.
getMBeanServer() -
Method in interface flex.management.MBeanServerLocator
Returns the MBeanServer to register our management MBeans with.
getMBeanServer() -
Method in class flex.management.WebSphereMBeanServerLocator
Returns the MBeanServer to register our management MBeans with.
getMBeanServerLocator() -
Static method in class flex.management.MBeanServerLocatorFactory
Returns a MBeanServerLocator that exposes the MBeanServer to register MBeans with.
getMessage() -
Method in exception flex.messaging.LocalizedException
Returns the exception message.
getMessage() -
Method in exception flex.messaging.services.messaging.selector.ParseException
This method has the standard behavior when this object has been
created using the standard constructors.
getMessage() -
Method in error flex.messaging.services.messaging.selector.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageBroker() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the MessageBroker of the AbstractEndpoint.
getMessageBroker() -
Method in interface flex.messaging.endpoints.Endpoint
All endpoints must be managed by a single MessageBroker,
and must be capable of returning a reference to that broker.
getMessageBroker(String) -
Static method in class flex.messaging.MessageBroker
Retrieves a message broker with the supplied id.
getMessageBroker() -
Method in class flex.messaging.services.AbstractBootstrapService
Returns the MessageBroker managing this AbstractBootstrapService.
getMessageBroker() -
Method in class flex.messaging.services.AbstractService
Returns the MessageBroker of the AbstractService.
getMessageBroker() -
Method in interface flex.messaging.services.Service
All services must be managed by a single MessageBroker,
and must be capable of returning a reference to that broker.
getMessageCache() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getMessageCache() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the message cache used by the managed
destination.
getMessageClients() -
Method in class flex.messaging.client.FlexClient
Returns a snapshot of the MessageClients (subscriptions) associated with the FlexClient
when this method is invoked.
getMessageClients() -
Method in class flex.messaging.FlexSession
Returns a snapshot of the MessageClients (subscriptions) associated with the FlexSession
when this method is invoked.
getMessageId() -
Method in interface flex.messaging.messages.Message
Returns the unique message id.
getMessagePriority() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the message-priority property.
getMessageReceiver() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Returns the MessageReceiver used by the consumer to retrieve
JMS messages.
getMessages() -
Method in class flex.messaging.client.FlushResult
Returns the messages to write to the network for this flush invocation.
getMessageTTL() -
Method in class flex.messaging.config.ServerSettings
Returns the message-time-to-live property.
getMessageType() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the message-type property.
getMessagingVersion() -
Method in class flex.messaging.endpoints.AbstractEndpoint
getMessagingVersion() -
Method in interface flex.messaging.endpoints.Endpoint
Returns the highest messaging version currently available via this
endpoint.
getMethod() -
Method in class flex.messaging.config.SecurityConstraint
Returns the authorization method of the SecurityConstraint.
getMode() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Returns the message delivery mode.
getName() -
Method in class flex.messaging.client.FlexClientBindingEvent
Returns the name of the attribute associated with the event.
getName() -
Method in class flex.messaging.FlexSessionBindingEvent
Returns the name of the attribute associated with the event.
getName() -
Method in class flex.messaging.services.remoting.adapters.RemotingMethod
Returns the method name.
getNetworkSettings() -
Method in class flex.messaging.Destination
Get the NetworkSettings of the Destination.
getNext() -
Method in class flex.messaging.endpoints.amf.AMFFilter
getNext() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns the filter that follows this filter in a chain.
getNextFlushWaitTimeMillis() -
Method in class flex.messaging.client.FlushResult
Returns the wait time in milliseconds for when the next flush invocation should occur.
getNextToken() -
Method in class flex.messaging.services.messaging.selector.SQLParser
getNextToken() -
Method in class flex.messaging.services.messaging.selector.SQLParserTokenManager
getNTDomain() -
Method in class flex.messaging.services.http.ExternalProxySettings
Returns the nt-domain property.
getNumber() -
Method in exception flex.messaging.LocalizedException
Returns the localized exception number.
getObjectEncoding() -
Method in class flex.messaging.io.amf.client.AMFConnection
The object encoding for this AMF connection sets which AMF version to
use during serialization.
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}.
getOperation() -
Method in class flex.messaging.messages.CommandMessage
Returns the operation for this CommandMessage.
getOutboundPolicy() -
Method in class flex.messaging.config.ThrottleSettings
Returns the outbound throttle policy.
getOutgoingClientFrequency() -
Method in class flex.messaging.config.ThrottleSettings
Returns the outgoing client frequency (max-client-frequency).
getOutgoingDestinationFrequency() -
Method in class flex.messaging.config.ThrottleSettings
Returns the outgoing destination frequency (max-frequency).
getParent() -
Method in class flex.management.BaseControl
getParent() -
Method in interface flex.management.BaseControlMBean
Returns the parent for this MBean.
getParent() -
Method in class flex.management.ManageableComponent
Returns the parent of the component.
getParentControl() -
Method in class flex.management.BaseControl
Returns the parent BaseControl of this instance.
getParsedDefaultUrl(String, String, String, String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
This method replaces the dynamic tokens of the default url with the specified
values and returns the resulting url.
getParsedDynamicUrls(String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
This method replaces all the dynamic tokens of dynamic urls using the specified
context path, when necessary.
getPassword() -
Method in class flex.messaging.services.http.ExternalProxySettings
Returns the password property.
getPassword() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy.ConnectionCredentials
Returns the password being used.
getPort() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the port of the url of the endpoint.
getPort() -
Method in interface flex.messaging.endpoints.Endpoint
Returns the port of the url of the endpoint.
getPreferredLogLevel() -
Method in exception flex.messaging.endpoints.DuplicateSessionException
Override to log at the DEBUG level.
getPreferredLogLevel() -
Method in exception flex.messaging.MessageException
Returns the preferred log level for this exception instance.
getPrevious() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns the filter that precedes this filter in a chain.
getPrincipalNameFromCredentials(String, Object) -
Method in interface flex.messaging.security.LoginCommandExt
Classes that implement the flex.messaging.security.LoginCommand interface, should also
implement this interface if the name stored in java.security.Principal created as a result
of a succesfull authentication differs from the username that is actually passed in to
the authentication.
getProperties() -
Method in class flex.graphics.ImageSnapshot
Additional properties of the image.
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(Object) -
Method in class flex.messaging.io.BeanProxy
The List of property names as Strings that make up the traits
of the given instance.
getPropertyNames(Object) -
Method in class flex.messaging.io.DictionaryProxy
getPropertyNames(Object) -
Method in class flex.messaging.io.MapProxy
The List of property names as Strings that make up the traits
of the given instance. These traits determine which properties
are to be serialized.
getPropertyNames(Object) -
Method in class flex.messaging.io.PageableRowSetProxy
getPropertyNames() -
Method in interface flex.messaging.io.PropertyProxy
The List of property names as Strings that make up the traits
of the default instance.
getPropertyNames(Object) -
Method in interface flex.messaging.io.PropertyProxy
The List of property names as Strings that make up the traits
of the given instance.
getPropertyNames(Object) -
Method in class flex.messaging.io.StatusInfoProxy
getProtocol() -
Method in interface flex.messaging.services.http.ProtocolFactory
Returns a custom implementation of Apache Commons
HTTPClient's Protocol interface.
getProtocolFactory() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the protocol-factory property.
getProxy(Object) -
Static method in class flex.messaging.io.PropertyProxyRegistry
Returns a PropertyProxy suitable for the given instance but does not
register the selected PropertyProxy for the Class of the instance.
getProxy(Class) -
Method in class flex.messaging.io.PropertyProxyRegistry
Locates a custom PropertyProxy for the given Class.
getProxy(Class, boolean, boolean) -
Method in class flex.messaging.io.PropertyProxyRegistry
Locates a custom PropertyProxy for the given Class.
getProxyAndRegister(Object) -
Static method in class flex.messaging.io.PropertyProxyRegistry
Returns a PropertyProxy suitable for the given instance and registers
the selected PropertyProxy for the Class of the instance.
getProxyAndRegister(Class) -
Method in class flex.messaging.io.PropertyProxyRegistry
Locates a custom PropertyProxy for the given Class.
getProxyPort() -
Method in class flex.messaging.services.http.ExternalProxySettings
Returns the port property.
getProxyServer() -
Method in class flex.messaging.services.http.ExternalProxySettings
Returns the server property.
getPushCount() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getPushCount() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Returns the count of push invocations.
getPushFrequency() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getPushFrequency() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Returns the number of push invocations per minute.
getQueueConsumerCount() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getQueueConsumerCount() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of queue consumers for the adapter.
getQueueConsumerCount() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of queue consumers managed by this adapter.
getQueueConsumerIds() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getQueueConsumerIds() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the ids of all queue consumers.
getQueueConsumerIds() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the ids of all queue consumers.
getQueueProducerCount() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getQueueProducerCount() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of queue producers for the adapter.
getQueueProducerCount() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of queue producers currently managed by this adapter.
getReceiveBufferSize() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns The size of the underlying receive buffers.
getRecords(int, int) -
Method in interface flex.messaging.io.PageableRowSet
Use this method to get a subset of records.
getRecords(int, int) -
Method in class flex.messaging.io.PagedRowSet
Use this method to get a map of the index used to start the data page,
and an array of arrays of the actual data page itself.
getRecords(String, int, int) -
Method in class flex.messaging.services.remoting.PageableRowSetCache
Get a subset of records that are cached for the given PageableRowSet id.
getRedirectURL() -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Returns the redirect-url property.
getRegisteredAdapters() -
Method in class flex.messaging.services.AbstractService
Returns the adapters registered with the AbstractService.
getRegisteredAdapters() -
Method in interface flex.messaging.services.Service
Returns the adapters registered with the Service.
getRegistrar() -
Method in class flex.management.BaseControl
getRegistry() -
Static method in class flex.messaging.io.ClassAliasRegistry
Returns the registry singleton.
getRegistry() -
Static method in class flex.messaging.io.PropertyProxyRegistry
Returns the static or "application scope" PropertyProxy registry.
getRemoteCredentials(String, String) -
Method in class flex.messaging.FlexSession
Returns the remote credentials stored in the session for the specified service destination.
getRemotePassword() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the remote-password property.
getRemoteUsername() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Gets the remote-username property.
getRemotingDestination(String, String) -
Static method in class flex.messaging.services.remoting.RemotingDestination
Retrieves the RemotingDestination for the supplied server id.
getResponseCode() -
Method in class flex.messaging.io.amf.client.exceptions.ServerStatusException.HttpResponseInfo
Returns the HTTP response code.
getResponseMessage() -
Method in class flex.messaging.io.amf.client.exceptions.ServerStatusException.HttpResponseInfo
Returns the HTTP response message.
getResultCode() -
Method in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
getRoles() -
Method in class flex.messaging.config.SecurityConstraint
Returns a list of roles of the SecurityConstraint.
getRootCause() -
Method in exception flex.messaging.LocalizedException
Returns the root cause for this exception.
getRowCount() -
Method in interface flex.messaging.io.PageableRowSet
getRowCount() -
Method in class flex.messaging.io.PagedRowSet
getScope() -
Method in class flex.messaging.FactoryDestination
Returns the scope of the FactoryDestination.
getScope() -
Method in class flex.messaging.FactoryInstance
getSecurityConstraint() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getSecurityConstraint() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the security constraint that is associated with this endpoint.
getSecurityConstraint() -
Method in class flex.messaging.Destination
Returns the SecurityConstraint of the Destination.
getSecurityConstraint() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the SecurityConstraint of the Endpoint.
getSecurityConstraint() -
Method in interface flex.messaging.endpoints.Endpoint
Returns the security constraint of the endpoint.
getSecurityConstraint(String) -
Method in class flex.messaging.MessageBroker
Returns the SecurityConstraint with the indicated
reference id.
getSecurityConstraint() -
Method in class flex.messaging.services.remoting.adapters.RemotingMethod
Returns the SecurityConstraint that will be applied to invocations
of the remoting method.
getSecurityConstraintManager() -
Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
Gets the MessagingSecurityConstraintManager of the MessagingAdapter.
getSecurityConstraintOf(Endpoint) -
Static method in class flex.management.runtime.messaging.endpoints.EndpointControl
getSelectorExpression() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Returns the selector expression used when the underlying
javax.jms.MessageConsumer is created.
getSendBufferSize() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Return the size of the underlying send buffers.
getSeparator() -
Method in class flex.messaging.services.messaging.Subtopic
Returns the separator used to create this Subtopic instance.
getSerializationContext() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the SerializationContext of the endpoint.
getSerializationContext() -
Method in interface flex.messaging.io.PropertyProxy
The context holds settings that govern serialization behavior.
getSerializationContext() -
Static method in class flex.messaging.io.SerializationContext
getSerializerClass() -
Method in class flex.messaging.io.SerializationContext
getServer() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the Server that the endpoint is using; null if
no server has been assigned.
getServer() -
Method in interface flex.messaging.endpoints.Endpoint2
Returns the Server that the endpoint is using; null if
no server has been assigned.
getServerSettings() -
Method in class flex.messaging.MessageDestination
Returns the ServerSettings of the MessageDestination.
getServerToClientHeartbeatMillis() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Returns the number of milliseconds the server will wait before writing a
single null byte to the streaming connection to make sure the client is
still available.
getService() -
Method in class flex.messaging.Destination
Returns the Service managing this Destination.
getService() -
Method in class flex.messaging.FlexRemoteCredentials
Returns the id of the service these credentials are registered for.
getService(String) -
Method in class flex.messaging.MessageBroker
Returns the Service with the specified id.
getServiceCommandCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getServiceCommandCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of service command invocations.
getServiceCommandFrequency() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getServiceCommandFrequency() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of service command invocations per minute.
getServiceMessageCount() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
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 class flex.management.runtime.messaging.MessageDestinationControl
getServiceMessageCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of service message invocations.
getServiceMessageFrequency() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getServiceMessageFrequency() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the number of service message invocations per minute.
getServiceMessageFrequency() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getServiceMessageFrequency() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of service message invocations per minute.
getServiceMessageFromAdapterCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getServiceMessageFromAdapterCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of messages from an adapter that the managed service
has processed.
getServiceMessageFromAdapterFrequency() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getServiceMessageFromAdapterFrequency() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the number of service message from adapter invocations per minute.
getServiceName() -
Method in interface flex.messaging.io.PageableRowSet
getServiceName() -
Method in class flex.messaging.io.PagedRowSet
getServices() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getServices() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the ObjectNames for services that are registered with the
managed MessageBroker.
getServices() -
Method in class flex.messaging.MessageBroker
Returns the Map of Service instances.
getServiceType() -
Method in class flex.messaging.Destination
Returns the Java class name for the Service managing this
Destination.
getServletConfig() -
Static method in class flex.messaging.FlexContext
The ServletConfig for the current request, uses the last known ServletConfig
when the request is not via HTTP.
getServletContext() -
Static method in class flex.messaging.FlexContext
The ServletContext for the current web application.
getSession() -
Method in class flex.messaging.FlexSessionBindingEvent
Returns the Flex session that generated the event.
getSessionCount() -
Method in class flex.messaging.client.FlexClient
getSocketTimeout() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Return the default socket timeout in milliseconds for waiting for date.
getSource() -
Method in class flex.messaging.FactoryDestination
Gets the source of the FactoryDestination.
getSource() -
Method in class flex.messaging.FactoryInstance
getSource() -
Method in class flex.messaging.io.ArrayCollection
getStartTimestamp() -
Method in class flex.management.runtime.messaging.DestinationControl
getStartTimestamp() -
Method in interface flex.management.runtime.messaging.DestinationControlMBean
Returns the start timestamp for the Destination.
getStartTimestamp() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getStartTimestamp() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the start timestamp for the Endpoint.
getStartTimestamp() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getStartTimestamp() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the start timestamp for the MessageBroker.
getStartTimestamp() -
Method in class flex.management.runtime.messaging.services.ServiceAdapterControl
getStartTimestamp() -
Method in interface flex.management.runtime.messaging.services.ServiceAdapterControlMBean
Returns the start timestamp for the ServiceAdapter.
getStartTimestamp() -
Method in class flex.management.runtime.messaging.services.ServiceControl
getStartTimestamp() -
Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns the start timestamp for the Service.
getStreamingAMFThroughput() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getStreamingAMFThroughput() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the total number of bytes passing through all streaming AMF endpoints.
getStreamingClientsCount() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getStreamingClientsCount() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Returns the the number of clients that are currently in the streaming state.
getStreamingClientsCount() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Returns the the number of clients that are currently in the streaming state.
getStreamingHTTPThroughput() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getStreamingHTTPThroughput() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns the total number of bytes passing through all streaming HTTP endpoints.
getSubscriberCount() -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
getSubscriberCount() -
Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Returns the count of active subscribers.
getSubscriberIds() -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
getSubscriberIds() -
Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Returns the ids for all active subscribers.
getSubscriberIds(Message, boolean) -
Method in class flex.messaging.services.MessageService
Returns a Set of clientIds of the clients subscribed to receive this message.
getSubscriberIds(String, String, Map) -
Method in class flex.messaging.services.MessageService
Returns the set of subscribers for the specified destination, subtopic/subtopic pattern
and message headers.
getSubscriptionCount() -
Method in class flex.messaging.client.FlexClient
getSubscriptionCount() -
Method in class flex.messaging.MessageClient
Returns the number of subscriptions associated with this MessageClient.
getSubscriptionManager() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getSubscriptionManager() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the subscription manager used
by the managed destination.
getSubscriptionTimeoutMinutes() -
Method in class flex.messaging.config.NetworkSettings
Returns the subscription-timeout-minutes property.
getSubtopicSeparator() -
Method in class flex.messaging.config.ServerSettings
Returns the subtopic-separator property.
GetSuffix(int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
getSuspendedFilter() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns the specific filter within a chain that has been suspended and may be resumed.
getSyncReceiveIntervalMillis() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Returns the interval of the sync receive message call.
getSyncReceiveWaitMillis() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Returns how long a JMS proxy waits for a message before returning.
getTarget(String) -
Method in class flex.management.runtime.messaging.log.LogManager
Get a Target for a targetId.
getTargetFilters(String) -
Method in class flex.management.runtime.messaging.log.LogControl
getTargetFilters(String) -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Returns the array of log target filters.
getTargetFilters(String) -
Method in class flex.management.runtime.messaging.log.LogManager
Gets the filters for a given target.
getTargetIds() -
Method in class flex.management.runtime.messaging.log.LogManager
Gets the Target IDs.
getTargetLevel(String) -
Method in class flex.management.runtime.messaging.log.LogControl
getTargetLevel(String) -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Returns the target level.
getTargets() -
Method in class flex.management.runtime.messaging.log.LogControl
getTargets() -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Returns the array of log targets.
getThrottleManager() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getThrottleManager() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Returns the ObjectName for the throttle manager used by the
managed destination.
getThrottleSettings() -
Method in class flex.messaging.config.NetworkSettings
Returns the ThrottleSettings property.
getTimestamp() -
Method in interface flex.messaging.messages.Message
Returns the timestamp for the message.
getTimeToLive() -
Method in interface flex.messaging.messages.Message
Returns the time to live for the message.
getToken(int) -
Method in class flex.messaging.services.messaging.selector.SQLParser
getTopicConsumerCount() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getTopicConsumerCount() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of topic consumers for the adapter.
getTopicConsumerCount() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of topic consumers currently managed by this adapter.
getTopicConsumerIds() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getTopicConsumerIds() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the ids of all topic consumers.
getTopicConsumerIds() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the ids of all topic consumers.
getTopicProducerCount() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getTopicProducerCount() -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Returns the number of topic producers for the adapter.
getTopicProducerCount() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Returns the count of topic producers currently managed by this adapter.
getTunnelHttpRequest() -
Static method in class flex.messaging.FlexContext
The HttpServletRequest for the current request if it is transporting a tunneled protocol.
getType() -
Method in class flex.management.BaseControl
getType() -
Method in interface flex.management.BaseControlMBean
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.endpoints.AMFEndpointControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.endpoints.HTTPEndpointControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.endpoints.StreamingAMFEndpointControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.endpoints.StreamingHTTPEndpointControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.log.LogControl
getType() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
getType() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
getType() -
Method in class flex.management.runtime.messaging.services.MessageServiceControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.ActionScriptAdapterControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
getType() -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
getType() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
getType() -
Method in class flex.management.runtime.messaging.services.remoting.adapters.JavaAdapterControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Returns the type for this MBean.
getType() -
Method in class flex.management.runtime.messaging.services.RemotingServiceControl
Returns the type for this MBean.
getType() -
Method in class flex.messaging.io.amf.ASObject
get the named type, if any.
getType(Object, String) -
Method in class flex.messaging.io.BeanProxy
Looks up the Class type of the property by name on the given instance.
getType(Object, String) -
Method in class flex.messaging.io.PageableRowSetProxy
getType(String) -
Method in interface flex.messaging.io.PropertyProxy
Looks up the Class type of the property by name on the default instance.
getType(Object, String) -
Method in interface flex.messaging.io.PropertyProxy
Looks up the Class type of the property by name on the given instance.
getType(Object, String) -
Method in class flex.messaging.io.StatusInfoProxy
getType(Object) -
Static method in class flex.messaging.io.TypeMarshallingContext
A utility method to determine whether an anonymous type specifies
a strong type name, such as ASObject.getType() or the legacy Flash
Remoting convention of using a _remoteClass property.
getTypeMarshaller() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the TypeMarshaller of the endpoint.
getTypeMarshaller() -
Static method in class flex.messaging.io.TypeMarshallingContext
getTypeMarshallingContext() -
Static method in class flex.messaging.io.TypeMarshallingContext
getURI() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
getURI() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns the URI that corresponds to this endpoint.
getUrl() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Returns the url of the endpoint.
getUrl() -
Method in interface flex.messaging.endpoints.Endpoint
Returns the url of the endpoint.
getUrl() -
Method in class flex.messaging.io.amf.client.AMFConnection
Returns the HTTP or HTTPS url for the AMF connection.
getUserAgentSettings(String) -
Method in class flex.messaging.util.UserAgentManager
Given a match-on string, returns the settings for that user agent, or
null if no user agent settings exist for that match-on string.
getUserAgentSettings() -
Method in class flex.messaging.util.UserAgentManager
Returns the collection of user agent settings.
getUsername() -
Method in class flex.messaging.FlexRemoteCredentials
Returns the user name from the remote credentials
getUsername() -
Method in class flex.messaging.services.http.ExternalProxySettings
Returns the username property.
getUsername() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy.ConnectionCredentials
Returns the username being used.
getUserPrincipal() -
Static method in class flex.messaging.FlexContext
Returns the principal associated with the session or client depending on whether
perClientauthentication is being used.
getUserPrincipal() -
Method in class flex.messaging.FlexSession
This method should be called on FlexContext and not on this class.
getUserPrincipal() -
Method in class flex.messaging.HttpFlexSession
Returns the user principal associated with the session.
getValue() -
Method in class flex.messaging.client.FlexClientBindingEvent
Returns the value of the attribute associated with the event.
getValue() -
Method in class flex.messaging.FlexSessionBindingEvent
Returns the value of the attribute associated with the event.
getValue(Object, String) -
Method in class flex.messaging.io.BeanProxy
Looks up the value of a property by name for the given instance.
getValue(Object, String) -
Method in class flex.messaging.io.DictionaryProxy
getValue(Object, String) -
Method in class flex.messaging.io.MapProxy
Looks up the value of a property by name for the given instance.
getValue(Object, String) -
Method in class flex.messaging.io.PageableRowSetProxy
getValue(String) -
Method in interface flex.messaging.io.PropertyProxy
Looks up the value of the property by name from the default
instance.
getValue(Object, String) -
Method in interface flex.messaging.io.PropertyProxy
Looks up the value of a property by name for the given instance.
getValue(Object, String) -
Method in class flex.messaging.io.StatusInfoProxy
getValue() -
Method in class flex.messaging.services.messaging.Subtopic
Returns the subtopic value used to create this Subtopic instance.
getWaitInterval() -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Returns the number of milliseconds the server poll response thread will be
waiting for messages to arrive for the client.
getWidth() -
Method in class flex.graphics.ImageSnapshot
The image width in pixels.
GRAPH_BY_POLL_INTERVAL -
Static variable in interface flex.management.runtime.AdminConsoleTypes
GREATER -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
GREATEREQUAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
H
handlesSubscriptions() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
JMS adapter handles its subscriptions so this returns true.
handlesSubscriptions() -
Method in class flex.messaging.services.ServiceAdapter
Returns true if the adapter performs custom subscription management.
hashCode() -
Method in class flex.messaging.io.amf.ASObject
Return the hashcode of this object.
hashCode() -
Method in class flex.messaging.services.messaging.Subtopic
Override of hashCode.
HEADER_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
HEADER_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
HEADER_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
headerExists(String) -
Method in interface flex.messaging.messages.Message
Tests whether a header with the passed name exists.
Hex.Decoder - Class in flex.messaging.util Hex.Decoder() -
Constructor for class flex.messaging.util.Hex.Decoder
Hex.Encoder - Class in flex.messaging.util Hex.Encoder(int) -
Constructor for class flex.messaging.util.Hex.Encoder
HTTPConnectionManagerSettings - Class in flex.messaging.services.http Establishes the settings used to construct an Apache Commons HTTPClient
HttpConnectionManager for the Proxy Service. HTTPConnectionManagerSettings() -
Constructor for class flex.messaging.services.http.HTTPConnectionManagerSettings
Creates a default HTTPConnectionManagerSettings instance.
HTTPEndpoint - Class in flex.messaging.endpoints This class replaces Flex 1.5's ProxyServlet by splitting
the proxy's functionality into two pieces. HTTPEndpoint() -
Constructor for class flex.messaging.endpoints.HTTPEndpoint
Constructs an unmanaged HTTPEndpoint.
HTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.HTTPEndpoint
Constructs a HTTPEndpoint with the indicated management.
HTTPEndpointControl - Class in flex.management.runtime.messaging.endpoints The HTTPEndpointControl class is the MBean implemenation
for monitoring and managing a HTTPEndpoint at runtime. HTTPEndpointControl(HTTPEndpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.HTTPEndpointControl
Constructs a HTTPEndpointControl, assigning managed message
endpoint and parent MBean.
HTTPEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed HTTP endpoints. HttpFlexSession - Class in flex.messaging FlexSession implementation for use with HTTP-based channels. HTTPProxyAdapter - Class in flex.messaging.services.http Adapter class for proxy services. HTTPProxyAdapter() -
Constructor for class flex.messaging.services.http.HTTPProxyAdapter
Constructs an unmanaged HTTPProxyAdapter instance.
HTTPProxyAdapter(boolean) -
Constructor for class flex.messaging.services.http.HTTPProxyAdapter
Constructs a HTTPProxyAdapter instance.
HTTPProxyAdapterControlMBean - Interface in flex.management.runtime.messaging.services.http Defines the runtime monitoring and management interface for managed HTTP
proxy adapters. HTTPProxyDestination - Class in flex.messaging.services.http Subclass of Destination which provides HTTP Proxy-specific destination functionality. HTTPProxyDestination() -
Constructor for class flex.messaging.services.http.HTTPProxyDestination
Constructs an unmanaged HTTPProxyDestination instance.
HTTPProxyDestination(boolean) -
Constructor for class flex.messaging.services.http.HTTPProxyDestination
Constructs a HTTPProxyDestination with the indicated management.
HTTPProxyService - Class in flex.messaging.services The HttpProxyService replaces the Flex 1.5 Proxy. HTTPProxyService() -
Constructor for class flex.messaging.services.HTTPProxyService
Constructs an unmanaged HTTPProxyService.
HTTPProxyService(boolean) -
Constructor for class flex.messaging.services.HTTPProxyService
Constructs a HTTPProxyService with the indicated management.
HTTPProxyServiceControlMBean - Interface in flex.management.runtime.messaging.services Defines the runtime monitoring and management interface for managed HTTP proxy services. HUGE_PAGE_SIZE -
Static variable in class flex.messaging.io.PageableRowSetProxy
I
ID -
Static variable in class flex.messaging.io.PageableRowSetProxy
ID -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
ignorePropertyErrors -
Variable in class flex.messaging.io.SerializationContext
image -
Variable in class flex.messaging.services.messaging.selector.Token
The string image of the token.
ImageSnapshot - Class in flex.graphics This class corresponds to mx.graphics.ImageSnapshot on the client. ImageSnapshot() -
Constructor for class flex.graphics.ImageSnapshot
Default constructor.
impact -
Variable in class flex.management.jmx.MBeanOperationInfo
The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN.
IN -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
incrementAttributeIdRefCount(String) -
Method in class flex.messaging.MessageBroker
Increments the count of destinations actively using an Application or Session
level scoped assembler identified by the passed in attributeId.
incrementClientIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
Increments the count of throttled incoming client messages.
incrementClientOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
Increments the count of throttled outgoing client messages.
incrementDestinationIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
Increments the count of throttled incoming destination messages.
incrementDestinationOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
Increments the count of throttled outgoing destination messages.
incrementInvocationFaultCount(int) -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Increment the invocation fault count for the destination.
incrementInvocationSuccessCount(int) -
Method in class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Increment the invocation success count for the destination.
incrementPushCount() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
Increments the count of messages pushed by the endpoint.
incrementServiceCommandCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Increments the count of command messages serviced.
incrementServiceMessageCount() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
Increments the count of serviceMessage() invocations by the endpoint.
incrementServiceMessageCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Increments the count of messages serviced.
incrementServiceMessageFromAdapterCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Increments the count of messages from adapters processed.
INITIAL_DATA -
Static variable in class flex.messaging.io.PageableRowSetProxy
initialize(String, ConfigMap) -
Method in class flex.management.ManageableComponent
Invoked to initialize the ManageableComponent.
initialize(ConfigMap) -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
No-op; this default implementation doesn't require custom initialization.
initialize(String, ConfigMap) -
Method in class flex.messaging.Destination
Initializes the Destination with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Initializes the Endpoint with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Initializes the Endpoint with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Initializes the Endpoint with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Initializes the Endpoint with the properties.
initialize(String, ConfigMap) -
Method in interface flex.messaging.endpoints.Endpoint
Initialize the endpoint with id and properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.factories.JavaFactory
This method can be used to provide additional configuration parameters
for the initializing this factory instance itself.
initialize(String, ConfigMap) -
Method in class flex.messaging.FactoryDestination
Initializes the FactoryDestination with the properties.
initialize(String, ConfigMap) -
Method in interface flex.messaging.FlexConfigurable
Initializes the component with configuration information.
initialize(SerializationContext, InputStream, AmfTrace) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
Establishes the context for reading in data from the given InputStream.
initialize(SerializationContext, InputStream, AmfTrace) -
Method in interface flex.messaging.io.MessageDeserializer
initialize(String, ConfigMap) -
Method in interface flex.messaging.log.Target
Initializes the target with id and properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.MessageDestination
Initializes the MessageDestination with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker after all of the server
components are created but right before they are started.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Initializes the HTTPProxyAdapter with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Initializes the HTTPProxyDestination with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Initializes the JMSAdapter with the properties.
initialize(JMSSettings) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Initialize with settings from the JMS adapter.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
Initializes the MessagingAdapter with the properties.
initialize(String, ConfigMap) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Invoked to initialize the ManageableComponent.
initRemoteSubscriptions(String) -
Method in class flex.messaging.services.MessageService
Issue messages to request the remote subscription table from each server in the cluster (except this one).
instanceComplete(Object) -
Method in interface flex.messaging.io.PropertyProxy
This is called after the deserialization of the instance is complete (i.e.
instantiateTypes -
Variable in class flex.messaging.io.SerializationContext
Determines whether type information will be used to instantiate a new instance.
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.
INTEGER_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
INTEGER_LITERAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
INTEGER_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
INTEGER_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
invalidate() -
Method in class flex.messaging.client.FlexClient
Invalidates the FlexClient.
invalidate() -
Method in class flex.messaging.FlexSession
Invalidates the FlexSession.
invalidate() -
Method in class flex.messaging.HttpFlexSession
Invalidates the session.
invalidate() -
Method in class flex.messaging.MessageClient
Invalidates the MessageClient.
invalidate(boolean) -
Method in class flex.messaging.MessageClient
Invalidates the MessageClient, and optionally attempts to notify the client that
this subscription has been invalidated.
invalidate(Message) -
Method in class flex.messaging.MessageClient
Pushes the supplied message and then invalidates the MessageClient.
invoke(String, String, Object[], String[]) -
Method in class flex.management.jmx.MBeanServerGateway
Invokes an operation on an MBean.
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.AMFFilter
The core business method.
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.BatchProcessFilter
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.LegacyFilter
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.MessageBrokerFilter
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.SerializationFilter
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.SessionFilter
invoke(ActionContext) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Invokes the chain.
invoke(Message) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Handle a data message intended for this adapter.
invoke(Message) -
Method in class flex.messaging.services.http.SOAPProxyAdapter
Handle a data message intended for this adapter. This method is responsible
for handling the message and returning a result (if any). The return value
of this message is used as the body of the acknowledge message returned to
the client. It may be null if there is no data being returned for this message.
Typically the data content for the message is stored in the body property
of the message. The headers of the message are used to store fields which relate
to the transport of the message. The type of operation is stored as the
operation property of the message.
invoke(Message) -
Method in class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Handle a data message intended for this adapter.
invoke(Message) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Publish a message to this adapter's JMS destination.
invoke(Message) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Handle a data message intended for this adapter.
invoke(Message) -
Method in class flex.messaging.services.ServiceAdapter
Handle a data message intended for this adapter.
IS -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
isAddNoCacheHeaders() -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Returns the add-no-cache-headers property.
isAllowLaxSSL() -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns allow-lax-ssl property.
isAvoidBusyPolling() -
Method in class flex.messaging.client.PollFlushResult
Indicates whether the handling of this result should attempt to avoid
potential busy-polling cycles.
isBackendShared() -
Method in class flex.messaging.Destination
The destination may be not clustered at all, may be clustered for channel failover and
destination sharing, or it may be clustered for channel failover and also have a
common backend, such as a common database or backend clustered JMS topic.
isBroadcastRoutingMode() -
Method in class flex.messaging.config.ServerSettings
Returns cluster-message-routing property.
isClientProcessingSuppressed() -
Method in class flex.messaging.client.PollFlushResult
Indicates whether client processing of this result should be
suppressed.
isClientThrottleEnabled() -
Method in class flex.messaging.config.ThrottleSettings
Returns whether client throttling is enabled.
isClustered() -
Method in class flex.messaging.Destination
The destination may be not clustered at all, may be clustered for channel failover
only, or it may be clustered for channel failover and also have shared back ends.
isContentChunked() -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Returns the content-chunked property.
isDestinationThrottleEnabled() -
Method in class flex.messaging.config.ThrottleSettings
Returns whether destination throttling is enabled.
isDurable() -
Method in class flex.messaging.config.ServerSettings
Returns whether destination is durable.
isDynamic() -
Method in interface flex.messaging.io.PropertyProxy
The trait setting "dynamic" is a client-only concept for types that
allow for arbitrary public properties to be defined at runtime.
isExternalizable() -
Method in interface flex.messaging.io.PropertyProxy
Specifies whether the default instance manages its own serialization through the
Externalizable interface.
isExternalizable(Object) -
Method in interface flex.messaging.io.PropertyProxy
Specifies whether the given instance manages its own serialization through the
Externalizable interface.
isExternalizable() -
Method in class flex.messaging.io.SerializationProxy
isExternalizable(Object) -
Method in class flex.messaging.io.SerializationProxy
isHierarchical() -
Method in class flex.messaging.services.messaging.Subtopic
Returns true is the subtopic is hierarchical.
isInboundAborted() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns true if inbound processing for the chain has been aborted.
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.
isInstantiateTypes() -
Method in class flex.messaging.io.amf.client.AMFConnection
Returns instantiateTypes property.
isInvalidateSessionOnDisconnect() -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Indicates whether the server session will be invalidated
when a client channel disconnects.
isIs -
Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute has an "is" getter.
isLogged() -
Method in exception flex.messaging.MessageException
Indicates whether this exception has already been logged
by a call to logAtHingPoint().
isLogStackTraceEnabled() -
Method in exception flex.messaging.endpoints.DuplicateSessionException
Override to suppress stack trace logging.
isLogStackTraceEnabled() -
Method in exception flex.messaging.MessageException
Indicates whether logging of this exception should include a full stack trace or not.
isManaged() -
Method in interface flex.management.Manageable
Returns true if the component is enabled for management.
isManaged() -
Method in class flex.management.ManageableComponent
isManaged() -
Method in class flex.messaging.services.AbstractBootstrapService
Always unmanaged.
isMessageExpired(Message) -
Method in class flex.messaging.client.FlexClientOutboundQueueProcessor
Utility method to test whether a message has expired or not.
isMessageFromPeer() -
Static method in class flex.messaging.FlexContext
Indicates whether the current message being processed came from a server peer
in a cluster.
isPreserveJMSHeaders() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns the preserve-jms-headers property.
isPropertyIgnored(Class, String) -
Static method in class flex.messaging.io.BeanProxy
Is this property on the ignore list for this class?
isPublicAccessor(int) -
Static method in class flex.messaging.io.BeanProxy
Do the provided modifiers indicate that this is public?
isPublicField(int) -
Static method in class flex.messaging.io.BeanProxy
Do the provided modifiers indicate that this is public?
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 class flex.management.runtime.messaging.DestinationControl
isRunning() -
Method in interface flex.management.runtime.messaging.DestinationControlMBean
Returns true if the Destination is running.
isRunning() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
isRunning() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Returns true if the Endpoint is running.
isRunning() -
Method in class flex.management.runtime.messaging.MessageBrokerControl
isRunning() -
Method in interface flex.management.runtime.messaging.MessageBrokerControlMBean
Returns true if the MessageBroker is running.
isRunning() -
Method in class flex.management.runtime.messaging.services.ServiceAdapterControl
isRunning() -
Method in interface flex.management.runtime.messaging.services.ServiceAdapterControlMBean
Returns true if the ServiceAdapter is running.
isRunning() -
Method in class flex.management.runtime.messaging.services.ServiceControl
isRunning() -
Method in interface flex.management.runtime.messaging.services.ServiceControlMBean
Returns true if the Service is running.
isSecure() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Determines whether the endpoint is secure or not.
isSecure() -
Method in interface flex.messaging.endpoints.Endpoint
Specifies whether this protocol requires the secure HTTPS protocol.
isSecure() -
Method in class flex.messaging.endpoints.SecureAMFEndpoint
Determines whether the endpoint is secure or not.
isSecure() -
Method in class flex.messaging.endpoints.SecureHTTPEndpoint
Determines whether the endpoint is secure or not.
isSecure() -
Method in class flex.messaging.endpoints.SecureStreamingAMFEndpoint
Determines whether the endpoint is secure or not.
isSecure() -
Method in class flex.messaging.endpoints.SecureStreamingHTTPEndpoint
Determines whether the endpoint is secure or not.
isSharedBackend() -
Method in class flex.messaging.config.NetworkSettings
Returns the shared-backend property.
isSharedBackendSet() -
Method in class flex.messaging.config.NetworkSettings
Returns true if the shared backend has been set or false if it is
still using the default.
isStaleCheckingEnabled() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Returns whether a check for stale connections is to be performed.
isStarted() -
Method in class flex.management.ManageableComponent
Returns if the component is started or not.
isStarted() -
Method in interface flex.messaging.endpoints.Endpoint
Returns whether the endpoint is started or not.
isStarted() -
Method in interface flex.messaging.FlexComponent
Indicates whether the component is started and running.
isSuspended() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Returns true if the chain this filter belongs to is suspended.
isTcpNoDelay() -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Return whether Nagle's algorithm should be used for this connection.
isTransactedSessions() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Deprecated.
isUID(String) -
Static method in class flex.messaging.util.UUIDUtils
A utility method to check whether a String value represents a
correctly formatted UID value.
isUseCustomAuthentication() -
Method in class flex.messaging.services.http.HTTPProxyDestination
Returns the use-custom-auth property.
isUserInRole(String) -
Method in class flex.messaging.FlexSession
Returns whether the current user is in the specified role.
isValid() -
Method in class flex.management.ManageableComponent
Returns if the component is valid.
isValid() -
Method in class flex.messaging.client.FlexClient
Returns true if the FlexClient is valid; false if it has been invalidated.
isValid() -
Method in class flex.messaging.FlexSession
Returns whether the session is valid.
isValid() -
Method in class flex.messaging.MessageClient
Returns true if the MessageClient is valid; false if it has been invalidated.
ITEM_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ITEM_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ITEM_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
J
JavaAdapter - Class in flex.messaging.services.remoting.adapters Basic adapter for invoking methods on a Java object. JavaAdapter() -
Constructor for class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs an unmanaged JavaAdapter instance.
JavaAdapter(boolean) -
Constructor for class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs a JavaAdapter instance.
JavaAdapterControl - Class in flex.management.runtime.messaging.services.remoting.adapters The JavaAdapterControl class is the MBean implemenation
for monitoring and managing Java service adapters at runtime. JavaAdapterControl(JavaAdapter, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.remoting.adapters.JavaAdapterControl
Constructs a JavaAdapterControl, assigning its id, managed
Java service adapter and parent MBean.
JavaAdapterControlMBean - Interface in flex.management.runtime.messaging.services.remoting.adapters Defines the runtime monitoring and management interface for managed Java
service adapters. JavaFactory - Class in flex.messaging.factories This class implements the FlexFactory interface to constructs Flex messaging
components. JavaFactoryInstance - Class in flex.messaging.factories This class is used by the JavaFactory to store the configuration
for an instance created by the JavaFactory. JavaFactoryInstance(JavaFactory, String, ConfigMap) -
Constructor for class flex.messaging.factories.JavaFactoryInstance
Constructs a JavaFactoryInstance, assigning its factory, id,
and properties.
jj_nt -
Variable in class flex.messaging.services.messaging.selector.SQLParser
jjstrLiteralImages -
Static variable in class flex.messaging.services.messaging.selector.SQLParserTokenManager
JMSAdapter - Class in flex.messaging.services.messaging.adapters This adapter for the MessageService integrates Flex messaging
with Java Message Service destinations. JMSAdapter() -
Constructor for class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs an unmanaged JMSAdapter instance.
JMSAdapter(boolean) -
Constructor for class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs a JMSAdapter instance.
JMSAdapterControl - Class in flex.management.runtime.messaging.services.messaging.adapters The JMSAdapterControl class is the MBean implemenation
for monitoring and managing JMSAdapters at runtime. JMSAdapterControl(JMSAdapter, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
Constructs a JMSAdapterControl, assigning its id, managed
JMSAdapter and parent MBean.
JMSAdapterControlMBean - Interface in flex.management.runtime.messaging.services.messaging.adapters Defines the runtime monitoring and management interface for managed JMS adapters. JMSConsumer - Class in flex.messaging.services.messaging.adapters A JMSProxy subclass for javax.jms.MessageConsumer instance. JMSConsumer() -
Constructor for class flex.messaging.services.messaging.adapters.JMSConsumer
JMSExceptionEvent - Class in flex.messaging.services.messaging.adapters Event dispatched to the JMSExceptionListener when a JMS exception is encountered
by the source. JMSExceptionListener - Interface in flex.messaging.services.messaging.adapters An interface to be notified when a JMS exception is encountered by the JMS
consumer. JMSMessageListener - Interface in flex.messaging.services.messaging.adapters An interface to be notified when a JMS message is received by the JMS
consumer. JMSProxy - Class in flex.messaging.services.messaging.adapters The JMSProxy is the superclass for all producers and consumers
on both topics and queues. JMSProxy() -
Constructor for class flex.messaging.services.messaging.adapters.JMSProxy
Creates a new JMSProxy default default acknowledge mode of
javax.jms.Session.AUTO_ACKNOWLEDGE.
JMSProxy.ConnectionCredentials - Class in flex.messaging.services.messaging.adapters A static inner class for connection credentials that is passed to JMS
connection factory when a JMS connection is created. JMSProxy.ConnectionCredentials(String, String) -
Constructor for class flex.messaging.services.messaging.adapters.JMSProxy.ConnectionCredentials
Creates a ConnectionCredentials instance with the supplied
username and password.
JMSQueueConsumer - Class in flex.messaging.services.messaging.adapters A JMSConsumer subclass specifically for JMS Queue receivers. JMSQueueConsumer() -
Constructor for class flex.messaging.services.messaging.adapters.JMSQueueConsumer
JMSSettings - Class in flex.messaging.services.messaging.adapters Settings for JMSAdapter. JMSSettings() -
Constructor for class flex.messaging.services.messaging.adapters.JMSSettings
Creates a JMSSettings instance with the following default
values: acknowledge mode of AUTO_ACKNOWLEDGE, delivery mode of
DEFAULT_DELIVERY_MODE, destination type of Topic, and default
delivery setting.
JMSSettings.DeliverySettings - Class in flex.messaging.services.messaging.adapters A static inner class for delivery settings. JMSSettings.DeliverySettings() -
Constructor for class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Creates a default DeliverySettings instance with default
settings.
JRunLoginCommand - Class in flex.messaging.security A JRun 4 specific implementation of LoginCommand to manually authenticate
a user with the current web-app container. JRunLoginCommand() -
Constructor for class flex.messaging.security.JRunLoginCommand
K
kArrayType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kAvmPlusObjectType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kAvmPlusXmlType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kBooleanType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kByteArrayType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kDateType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kDateType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kDoubleType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kECMAArrayType -
Static variable in interface flex.messaging.io.amf.AmfTypes
keyPropertyList -
Variable in class flex.management.jmx.ObjectName
A Hashtable containing key-property pairs.
keyPropertyListString -
Variable in class flex.management.jmx.ObjectName
String representation of the key properties.
kFalseType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kind -
Variable in class flex.messaging.services.messaging.selector.Token
An integer that describes the kind of this token.
kIntegerType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kLongStringType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kMovieClipType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kNullType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kNullType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kNumberType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kObjectEndType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kObjectType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kObjectType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kRecordsetType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kReferenceType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kStrictArrayType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kStringType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kStringType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kTrueType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kTypedObjectType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kUndefinedType -
Static variable in interface flex.messaging.io.amf.Amf3Types
kUndefinedType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kUnsupportedType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kXMLObjectType -
Static variable in interface flex.messaging.io.amf.AmfTypes
kXMLType -
Static variable in interface flex.messaging.io.amf.Amf3Types
L
LEGACY_ENVELOPE_FLAG_KEY -
Static variable in class flex.messaging.endpoints.amf.LegacyFilter
LEGACY_ENVELOPE_FLAG_VALUE -
Static variable in class flex.messaging.endpoints.amf.LegacyFilter
LEGACY_SECURITY_CREDENTIALS -
Static variable in class flex.messaging.endpoints.amf.LegacyFilter
LEGACY_SECURITY_HEADER_NAME -
Static variable in class flex.messaging.endpoints.amf.LegacyFilter
LEGACY_SECURITY_PRINCIPAL -
Static variable in class flex.messaging.endpoints.amf.LegacyFilter
legacyBigNumbers -
Variable in class flex.messaging.io.SerializationContext
legacyCollection -
Variable in class flex.messaging.io.SerializationContext
legacyExternalizable -
Variable in class flex.messaging.io.SerializationContext
LegacyFilter - Class in flex.messaging.endpoints.amf AMF Headers are of limited use because the apply to the entire AMF packet, which
may contain a batch of several requests. LegacyFilter(BaseHTTPEndpoint) -
Constructor for class flex.messaging.endpoints.amf.LegacyFilter
legacyMap -
Variable in class flex.messaging.io.SerializationContext
legacyThrowable -
Variable in class flex.messaging.io.SerializationContext
legacyXMLDocument -
Variable in class flex.messaging.io.SerializationContext
legacyXMLNamespaces -
Variable in class flex.messaging.io.SerializationContext
LESS -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
LESSEQUAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
LETTER -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
lexStateNames -
Static variable in class flex.messaging.services.messaging.selector.SQLParserTokenManager
LIKE -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
listConvertedTypes() -
Method in class flex.messaging.util.MethodMatcher.Match
Lists the classes corresponding to actual invocation parameters once they have been
converted as best they could to match the classes in the invoked method's signature.
listExpectedTypes() -
Method in class flex.messaging.util.MethodMatcher.Match
Lists the classes in the signature of the method matched.
listTypes(Class[]) -
Method in class flex.messaging.util.MethodMatcher.Match
Creates a string representation of the class names in the array of types passed into
this method.
LocalizedException - Exception in flex.messaging The LocalizedException class is the base class for server
exceptions that use localized error message and details strings. LocalizedException() -
Constructor for exception flex.messaging.LocalizedException
Create a LocalizedException with the default ResourceLoader.
LocalizedException(ResourceLoader) -
Constructor for exception flex.messaging.LocalizedException
Create a LocalizedException that will use the specified
ResourceLoader.
LOG_CATEGORY -
Static variable in class flex.messaging.Destination
Default log category for Destination.
LOG_CATEGORY -
Static variable in class flex.messaging.endpoints.AbstractEndpoint
Log category for AbstractEndpoint.
LOG_CATEGORY -
Static variable in class flex.messaging.endpoints.AMFEndpoint
The log category for this endpoint.
LOG_CATEGORY -
Static variable in class flex.messaging.endpoints.HTTPEndpoint
LOG_CATEGORY -
Static variable in class flex.messaging.endpoints.StreamingAMFEndpoint
The log category for this endpoint.
LOG_CATEGORY -
Static variable in class flex.messaging.endpoints.StreamingHTTPEndpoint
The log category for this endpoint.
LOG_CATEGORY -
Static variable in class flex.messaging.MessageBroker
Log category for MessageBroker.
LOG_CATEGORY -
Static variable in class flex.messaging.MessageDestination
Log category for MessageDestination.
LOG_CATEGORY -
Static variable in class flex.messaging.messages.CommandMessage
Log category for CommandMessage.
LOG_CATEGORY -
Static variable in class flex.messaging.services.AbstractService
Log category for AbstractService.
LOG_CATEGORY -
Static variable in class flex.messaging.services.http.HTTPProxyDestination
Log category for HTTPProxyDestination.
LOG_CATEGORY -
Static variable in class flex.messaging.services.HTTPProxyService
Log category for HTTPProxyService.
LOG_CATEGORY -
Static variable in class flex.messaging.services.MessageService
Log category for MessageService.
LOG_CATEGORY -
Static variable in class flex.messaging.services.messaging.adapters.JMSAdapter
LOG_CATEGORY -
Static variable in class flex.messaging.services.remoting.RemotingDestination
Log category for RemotingDestination.
LOG_CATEGORY -
Static variable in class flex.messaging.services.RemotingService
Log category for RemotingService.
LOG_CATEGORY -
Static variable in class flex.messaging.services.ServiceAdapter
Log category for ServiceAdapter.
LOG_CATEGORY_STARTUP_DESTINATION -
Static variable in class flex.messaging.services.AbstractService
Log category that captures startup information for service's destinations.
LOG_CATEGORY_STARTUP_SERVICE -
Static variable in class flex.messaging.MessageBroker
Log category that captures startup information for broker's destinations.
logAtHingePoint(Message, ErrorMessage, String) -
Method in exception flex.messaging.MessageException
Invoked at hinge-points in server processing where catch-all exception logging is performed.
LogControl - Class in flex.management.runtime.messaging.log The LogControl class is the MBean implemenation
for monitoring and managing a Log at runtime through the LogManager. LogControl(BaseControl, LogManager) -
Constructor for class flex.management.runtime.messaging.log.LogControl
Creates the mbean and registers it with the mbean server.
LogControlMBean - Interface in flex.management.runtime.messaging.log Defines the exposed properties and operations of the LogControl. 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.
login(String, String, HttpServletRequest) -
Method in interface flex.messaging.security.TomcatLogin
Attempt to login user with the specified credentials.
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.
LoginCommand - Interface in flex.messaging.security The class name of the implementation of this interface is configured in the
gateway configuration's security section and is instantiated using reflection
on servlet initialization. LoginCommandExt - Interface in flex.messaging.security Extensions to the LoginCommand interface. LogManager - Class in flex.management.runtime.messaging.log The LogManager is an interface between the Log and the LogControl which exists
because Log lives in the common package, so it cannot extend ManageableComponent itself,
which is necessary for a class to be exposed through MBeans. LogManager() -
Constructor for class flex.management.runtime.messaging.log.LogManager
Public constructor required by ManageableComponent.
LogManager(boolean) -
Constructor for class flex.management.runtime.messaging.log.LogManager
logout(Principal) -
Method in class flex.messaging.security.JRunLoginCommand
Attempts to log a user out from their session.
logout(Principal) -
Method in interface flex.messaging.security.LoginCommand
Attempts to log a user out from their session.
logout(Principal) -
Method in class flex.messaging.security.OracleLoginCommand
Attempts to log a user out from their session.
logout(HttpServletRequest) -
Method in interface flex.messaging.security.TomcatLogin
Logs out the user associated with the passed-in request
logout(Principal) -
Method in class flex.messaging.security.TomcatLoginCommand
Attempts to log a user out from their session.
logout(Principal) -
Method in class flex.messaging.security.WeblogicLoginCommand
Attempts to log a user out from their session.
logout(Principal) -
Method in class flex.messaging.security.WebSphereLoginCommand
Attempts to log a user out from their session.
LOGOUT_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to log the user out of the current channel, and
will invalidate the server session if the channel is HTTP based.
logPropertyErrors -
Variable in class flex.messaging.io.SerializationContext
lookingAhead -
Variable in class flex.messaging.services.messaging.selector.SQLParser
lookup(FactoryInstance) -
Method in class flex.messaging.factories.JavaFactory
Returns the instance specified by the source
and properties arguments.
lookup() -
Method in class flex.messaging.FactoryInstance
Return an instance as appropriate for this instance of the given
factory.
lookup(FactoryInstance) -
Method in interface flex.messaging.FlexFactory
This method is called by the default implementation of FactoryInstance.lookup.
M
manage(CommandMessage) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Handle a CommandMessage sent by this adapter's service.
manage(CommandMessage) -
Method in class flex.messaging.services.ServiceAdapter
Accept a command from the adapter's service and perform some
internal action based upon it.
Manageable - Interface in flex.management Manageability of a class is enabled by implementing this interface. ManageableComponent - Class in flex.management An abstract base class that implements the Manageable and FlexComponent interfaces. ManageableComponent(boolean) -
Constructor for class flex.management.ManageableComponent
Constructs a ManageableComponent instance, specifying
whether to enable management.
ManagementException - Exception in flex.management This exception type is thrown when errors occur generating
ObjectNames for MBeans, or when registering them or
accessing them via the MBean server. ManagementException() -
Constructor for exception flex.management.ManagementException
MapProxy - Class in flex.messaging.io Proxies serialization of a Map and considers all keys as String based property
names. MapProxy() -
Constructor for class flex.messaging.io.MapProxy
Constructor
MapProxy(Object) -
Constructor for class flex.messaging.io.MapProxy
Construct with a default instance type.
match(Message) -
Method in class flex.messaging.services.messaging.selector.SQLParser
The SQL-92 grammar starts here.
match(String) -
Method in class flex.messaging.util.UserAgentManager
Look for the best match (based on longest match) for a user agent.
matchedExactlyByName() -
Method in class flex.messaging.util.MethodMatcher.Match
Returns true if desired and found method names match.
matchedLooselyByName() -
Method in class flex.messaging.util.MethodMatcher.Match
Returns true if desired and found method names match only when case is ignored.
matches(Subtopic) -
Method in class flex.messaging.services.messaging.Subtopic
Matches the passed subtopic against this subtopic.
MAX_STREAMING_CONNECTIONS_PER_SESSION -
Static variable in class flex.messaging.util.UserAgentManager
MBeanAttributeInfo - Class in flex.management.jmx Remotable MBeanAttributeInfo class that complies with Flash serialization requirements. MBeanAttributeInfo() -
Constructor for class flex.management.jmx.MBeanAttributeInfo
Constructs an empty MBeanAttributeInfo instance.
MBeanAttributeInfo(MBeanAttributeInfo) -
Constructor for class flex.management.jmx.MBeanAttributeInfo
Constructs a MBeanAttributeInfo instance based upon a
javax.management.MBeanAttributeInfo instance.
MBeanConstructorInfo - Class in flex.management.jmx Remotable MBeanConstructorInfo class that complies with Flash serialization requirements. MBeanConstructorInfo() -
Constructor for class flex.management.jmx.MBeanConstructorInfo
Constructs an empty MBeanConstructorInfo instance.
MBeanConstructorInfo(MBeanConstructorInfo) -
Constructor for class flex.management.jmx.MBeanConstructorInfo
Constructs a MBeanConstructorInfo instance based upon a
javax.management.MBeanConstructorInfo instance.
MBeanInfo - Class in flex.management.jmx Remotable MBeanInfo class that complies with Flash serialization requirements. MBeanInfo() -
Constructor for class flex.management.jmx.MBeanInfo
Constructs an empty MBeanInfo instance.
MBeanInfo(MBeanInfo) -
Constructor for class flex.management.jmx.MBeanInfo
Constructs a MBeanInfo instance based upon a
javax.management.MBeanInfo instance.
MBeanLifecycleManager - Class in flex.management Helper class for managing MBean lifecycles externally from the core server
components where necessary. MBeanLifecycleManager() -
Constructor for class flex.management.MBeanLifecycleManager
MBeanOperationInfo - Class in flex.management.jmx Remotable MBeanOperationInfo class that complies with Flash serialization requirements. MBeanOperationInfo() -
Constructor for class flex.management.jmx.MBeanOperationInfo
Constructs an empty MBeanOperationInfo instance.
MBeanOperationInfo(MBeanOperationInfo) -
Constructor for class flex.management.jmx.MBeanOperationInfo
Constructs a MBeanOperationInfo instance based upon a
javax.management.MBeanOperationInfo instance.
MBeanParameterInfo - Class in flex.management.jmx Remotable MBeanParameterInfo class that complies with Flash serialization requirements. MBeanParameterInfo() -
Constructor for class flex.management.jmx.MBeanParameterInfo
Constructs an empty MBeanParameterInfo instance.
MBeanParameterInfo(MBeanParameterInfo) -
Constructor for class flex.management.jmx.MBeanParameterInfo
Constructs a MBeanParameterInfo instance based upon a
javax.management.MBeanParameterInfo instance.
MBeanServerGateway - Class in flex.management.jmx Remoting gateway to the MBean server that hosts Flex MBeans. MBeanServerGateway() -
Constructor for class flex.management.jmx.MBeanServerGateway
Constructs a new MBeanServerGateway.
MBeanServerLocator - Interface in flex.management Interface for classes that locate MBeanServers to register MBeans with. MBeanServerLocatorFactory - Class in flex.management Factory to get a MBeanServerLocator. Message - Interface in flex.messaging.messages Messages are sent from Endpoints into the MessageBroker, which then
sends them to a Service. MESSAGE_CLIENT_LOG_CATEGORY -
Static variable in class flex.messaging.MessageClient
Log category for MessageClient related messages.
MessageBroker - Class in flex.messaging The MessageBroker is the hub of message traffic in the
Flex system. MessageBrokerControl - Class in flex.management.runtime.messaging The MessageBrokerControl class is the MBean implemenation for monitoring
and managing a MessageBroker at runtime. MessageBrokerControl(MessageBroker) -
Constructor for class flex.management.runtime.messaging.MessageBrokerControl
Constructs a new MessageBrokerControl instance, assigning its
backing MessageBroker.
MessageBrokerControlMBean - Interface in flex.management.runtime.messaging Defines the runtime monitoring and management interface for managed MessageBrokers. MessageBrokerFilter - Class in flex.messaging.endpoints.amf A simple bridge between the encoding/decoding functionality of
the AMF endpoint and the MessageBroker: this last filter in the
chain returns the message to the MessageBroker, which will then
locate the correct service to handle the message. MessageBrokerFilter(AbstractEndpoint) -
Constructor for class flex.messaging.endpoints.amf.MessageBrokerFilter
MessageClient - Class in flex.messaging Represents a client-side MessageAgent instance. messageClientCreated(MessageClient) -
Method in interface flex.messaging.MessageClientListener
Notification that a MessageClient was created.
messageClientCreated(MessageClient) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Implements MessageClientListener.
messageClientDestroyed(MessageClient) -
Method in interface flex.messaging.MessageClientListener
Notification that a MessageClient is about to be destroyed.
messageClientDestroyed(MessageClient) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Implements MessageClientListener.
MessageClientListener - Interface in flex.messaging Interface to be notified when a MessageClient is created or destroyed. MessageDeserializer - Interface in flex.messaging.io An interface to allow for either AMF or AMFX based deserializers
to process requests. MessageDestination - Class in flex.messaging A logical reference to a MessageDestination. MessageDestination() -
Constructor for class flex.messaging.MessageDestination
Constructs an unmanaged MessageDestination instance.
MessageDestination(boolean) -
Constructor for class flex.messaging.MessageDestination
Constructs a MessageDestination with the indicated management.
MessageDestinationControl - Class in flex.management.runtime.messaging The MessageDestinationControl class is the MBean implementation for
monitoring and managing a MessageDestination at runtime. MessageDestinationControl(Destination, BaseControl) -
Constructor for class flex.management.runtime.messaging.MessageDestinationControl
Constructs a new MessageDestinationControl instance.
MessageDestinationControlMBean - Interface in flex.management.runtime.messaging Defines the runtime monitoring and management interface for managed
MessageDestinations. MessageException - Exception in flex.messaging The MessageException class is the basic exception type used throughout
the server. MessageException() -
Constructor for exception flex.messaging.MessageException
Default constructor.
MessageException(ResourceLoader) -
Constructor for exception flex.messaging.MessageException
Construct a message specifying a ResourceLoader to be used to load localized strings.
MessageException(String) -
Constructor for exception flex.messaging.MessageException
Constructor with a message.
MessageException(String, Throwable) -
Constructor for exception flex.messaging.MessageException
Constructs a new exception with the specified message and the Throwable as the root cause.
MessageException(Throwable) -
Constructor for exception flex.messaging.MessageException
Constructs a new exception with the specified Throwable as the root cause.
messageReceived(JMSMessageEvent) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Implements JMSMessageListener.
messageReceived(JMSMessageEvent) -
Method in interface flex.messaging.services.messaging.adapters.JMSMessageListener
Notification that a JMS message was received.
MessageService - Class in flex.messaging.services The MessageService class is the Service implementation that manages point-to-point
and publish-subscribe messaging. MessageService() -
Constructor for class flex.messaging.services.MessageService
Constructs an unmanaged MessageService.
MessageService(boolean) -
Constructor for class flex.messaging.services.MessageService
Constructs an MessageService with the indicated management.
MessageServiceControl - Class in flex.management.runtime.messaging.services The MessageServiceControl class is the MBean implemenation
for monitoring and managing a MessageService at runtime. MessageServiceControl(MessageService, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.MessageServiceControl
Constructs a MessageServiceControl, assigning its id, managed
message service and parent MBean.
MessageServiceControlMBean - Interface in flex.management.runtime.messaging.services Defines the runtime monitoring and management interface for managed message services. MESSAGING_VERSION -
Static variable in class flex.messaging.messages.CommandMessage
Endpoints can imply what features they support by reporting the
latest version of messaging they are capable of during the handshake of
the initial ping CommandMessage.
MessagingAdapter - Class in flex.messaging.services.messaging.adapters Base adapter class for publish/subscribe messaging adapters. MessagingAdapter() -
Constructor for class flex.messaging.services.messaging.adapters.MessagingAdapter
Constructs an unmanaged MessagingAdapter instance.
MessagingAdapter(boolean) -
Constructor for class flex.messaging.services.messaging.adapters.MessagingAdapter
Constructs a MessagingAdapter instance.
MessagingSecurity - Interface in flex.messaging.security This is an interface which can be implemented by the MessageAdapter or
by the DataManagement Assembler instance. MessagingSecurityConstraintManager - Class in flex.messaging.services.messaging.adapters Messaging security constraint managers are used by messaging destinations
to assert authorization of send and subscribe operations. MessagingSecurityConstraintManager(MessageBroker) -
Constructor for class flex.messaging.services.messaging.adapters.MessagingSecurityConstraintManager
Creates a new MessagingSecurityConstraintManager instance.
MethodMatcher.Match - Class in flex.messaging.util A utility class to help rank methods in the search
for a best match, given a name and collection of
input parameters. MethodMatcher.Match(String) -
Constructor for class flex.messaging.util.MethodMatcher.Match
Constructor.
MINUS -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
MSIE_KICKSTART_BYTES -
Static variable in class flex.messaging.client.UserAgentSettings
Bytes needed to kickstart the streaming connections for IE.
MULTI_SUBSCRIBE_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used by the MultiTopicConsumer to subscribe/unsubscribe
from multiple subtopics/selectors in the same message.
N
name -
Variable in class flex.management.jmx.Attribute
The name of the attribute.
name -
Variable in class flex.management.jmx.MBeanAttributeInfo
The name of the attribute.
name -
Variable in class flex.management.jmx.MBeanConstructorInfo
The name of the constructor.
name -
Variable in class flex.management.jmx.MBeanOperationInfo
The operation name.
name -
Variable in class flex.management.jmx.MBeanParameterInfo
The name of the parameter.
NEEDS_CONFIG_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
Header to indicate that the Channel needs the configuration from the
server.
NETWORK_ELEMENT -
Static variable in class flex.messaging.config.NetworkSettings
NetworkSettings - Class in flex.messaging.config Network policy settings for a MessageDestination. NetworkSettings() -
Constructor for class flex.messaging.config.NetworkSettings
Constructs a default NetworkSettings instance with
default session timeout.
newMessageDeserializer() -
Method in class flex.messaging.io.SerializationContext
newMessageSerializer() -
Method in class flex.messaging.io.SerializationContext
newToken(int) -
Static method in class flex.messaging.services.messaging.selector.Token
Returns a new Token object, by default.
next -
Variable in class flex.messaging.services.messaging.selector.Token
A reference to the next regular (non-special) token from the input
stream.
NO_MESSAGE_BROKER -
Static variable in class flex.messaging.services.remoting.RemotingDestination
NO_OP_POLL_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
Header to suppress poll response processing.
NonHttpFlexSession - Class in flex.messaging The base class for any non-HTTP based FlexSession implementations. NonHttpFlexSession() -
Constructor for class flex.messaging.NonHttpFlexSession
NOT -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
NOTEQUAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
NULL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
NULL_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
NULL_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
O
OBJECT_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
OBJECT_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
OBJECT_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
ObjectInstance - Class in flex.management.jmx Remotable ObjectInstance representation that complies with Flash serialization requirements. ObjectInstance() -
Constructor for class flex.management.jmx.ObjectInstance
Constructs an empty ObjectInstance instance.
ObjectInstance(ObjectInstance) -
Constructor for class flex.management.jmx.ObjectInstance
Constructs a ObjectInstance instance based upon a
javax.management.ObjectInstance instance.
objectName -
Variable in class flex.management.jmx.ObjectInstance
The object name part of the ObjectInstance.
ObjectName - Class in flex.management.jmx Remotable ObjectName representation that complies with Flash serialization requirements. ObjectName() -
Constructor for class flex.management.jmx.ObjectName
Constructs an empty ObjectName instance.
ObjectName(ObjectName) -
Constructor for class flex.management.jmx.ObjectName
Constructs a ObjectName instance based upon a
javax.management.ObjectName instance.
ObjectProxy - Class in flex.messaging.io Flex's ObjectProxy class allows an anonymous, dynamic ActionScript Object
to be bindable and report change events. ObjectProxy() -
Constructor for class flex.messaging.io.ObjectProxy
ObjectProxy(int) -
Constructor for class flex.messaging.io.ObjectProxy
ObjectProxy(int, float) -
Constructor for class flex.messaging.io.ObjectProxy
onException(JMSException) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Implementation of javax.jms.ExceptionListener.onException.
onMessage(Message) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Acnowledges the receipt of the message to the JMS server and passes the
message to registered JMS message listeners.
OPENPAREN -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
operationComplete(Object) -
Method in class flex.messaging.factories.JavaFactoryInstance
Updates the session so that these values get replicated to other nodes
in the cluster.
operationComplete(Object) -
Method in class flex.messaging.FactoryInstance
When the caller is done with the instance, this method is called.
operations -
Variable in class flex.management.jmx.MBeanInfo
The operations exposed by the MBean.
OR -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
OracleLoginCommand - Class in flex.messaging.security A Oracle specific implementation of LoginCommand to manually authenticate
a user with the current web-app container. OracleLoginCommand() -
Constructor for class flex.messaging.security.OracleLoginCommand
P
PAGE -
Static variable in interface flex.messaging.io.PageableRowSet
Constants for getRecords map keys.
PageableRowSet - Interface in flex.messaging.io Implementations of this class are recoginized by the serialization filter
as result sets that are pageable. PageableRowSetCache - Class in flex.messaging.services.remoting A special RemotingService destination that caches a PageableRowSet
in the current FlexSession to provide legacy paging functionality for
the deprecated client RecordSet API. PageableRowSetCache() -
Constructor for class flex.messaging.services.remoting.PageableRowSetCache
A default constructor is required for a RemotingService source.
PageableRowSetProxy - Class in flex.messaging.io A wrapped PageableRowSet instance requires custom serialization so this
legacy type has been made to fit the PropertyProxy interface. PageableRowSetProxy() -
Constructor for class flex.messaging.io.PageableRowSetProxy
PageableRowSetProxy(RowSet) -
Constructor for class flex.messaging.io.PageableRowSetProxy
PageableRowSetProxy(PageableRowSet) -
Constructor for class flex.messaging.io.PageableRowSetProxy
PagedRowSet - Class in flex.messaging.io A wrapper for a RowSet to make it pageable. PagedRowSet(RowSet, int) -
Constructor for class flex.messaging.io.PagedRowSet
Constructor
PagedRowSet(RowSet, int, boolean) -
Constructor for class flex.messaging.io.PagedRowSet
Allows the unique id generation of the RowSet to be toggled.
ParseException - Exception in flex.messaging.services.messaging.selector This exception is thrown when parse errors are encountered. ParseException(Token, int[][], String[]) -
Constructor for exception flex.messaging.services.messaging.selector.ParseException
This constructor is used by the method "generateParseException"
in the generated parser.
ParseException() -
Constructor for exception flex.messaging.services.messaging.selector.ParseException
The following constructors are for use by you for whatever
purpose you can think of.
ParseException(String) -
Constructor for exception flex.messaging.services.messaging.selector.ParseException
parsePolicy(String) -
Static method in class flex.messaging.config.ThrottleSettings
Parses the throttle policy out of the given string.
pattern -
Variable in class flex.management.jmx.ObjectName
Indicates whether the object name is a pattern.
PLUS -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
POLICY_ERROR -
Static variable in class flex.messaging.config.ThrottleSettings
Integer value of error policy
POLICY_IGNORE -
Static variable in class flex.messaging.config.ThrottleSettings
Integer value of ignore policy
POLICY_NONE -
Static variable in class flex.messaging.config.ThrottleSettings
Integer value of no policy
POLICY_REPLACE -
Static variable in class flex.messaging.config.ThrottleSettings
Integer value of replace policy.
POLL_NOT_SUPPORTED_CODE -
Static variable in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Errors.
POLL_NOT_SUPPORTED_MESSAGE -
Static variable in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
POLL_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to poll a remote destination for pending,
undelivered messages.
POLL_WAIT_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
Header to drive an idle wait time before the next client poll request.
PollFlushResult - Class in flex.messaging.client Extends FlushResult and adds additional properties for controlling
client polling behavior. PollFlushResult() -
Constructor for class flex.messaging.client.PollFlushResult
PollWaitListener - Interface in flex.messaging.client Used alongside invocations of FlexClient.pollWithWait() to allow calling code to
maintain a record of the Objects being used to place waited poll requests into a wait
state. 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.
preDeregister() -
Method in class flex.management.runtime.messaging.DestinationControl
preDeregister() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
preDeregister() -
Method in class flex.management.runtime.messaging.services.ServiceAdapterControl
preDeregister() -
Method in class flex.management.runtime.messaging.services.ServiceControl
preRegister(MBeanServer, ObjectName) -
Method in class flex.management.BaseControl
Implements javax.management.MBeanRegistration.preRegister.
PRESERVE_DURABLE_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
Durable JMS subscriptions are preserved when an unsubscribe message
has this parameter set to true in its header.
processHeader(MessageHeader) -
Method in interface flex.messaging.io.amf.client.AMFHeaderProcessor
The method that will be invoked by the AMF connection when an AMF header
is encountered.
propertyNameCache -
Static variable in class flex.messaging.io.PageableRowSetProxy
propertyNameCache -
Static variable in class flex.messaging.io.StatusInfoProxy
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.
PropertyProxy - Interface in flex.messaging.io A PropertyProxy allows customized serialization and deserialization of complex objects by
providing access to each of the steps in the serialization and deserialization process. PropertyProxyRegistry - Class in flex.messaging.io Allows custom PropertyProxy's to be registered on a Class basis. PropertyProxyRegistry() -
Constructor for class flex.messaging.io.PropertyProxyRegistry
Constructs an empty PropertyProxy registry.
PROTECTED_PACKAGES -
Static variable in class flex.messaging.services.remoting.adapters.JavaAdapter
ProtocolFactory - Interface in flex.messaging.services.http Implementations of the ProtocolFactory interface allow the developer to
customize how the HTTP Proxy Service communicates with a 3rd party endpoint. pushMessages(List) -
Method in interface flex.messaging.client.EndpointPushHandler
Invoked by the FlexClient when it has messages to push to
the client.
pushMessageToClients(Message, boolean) -
Method in class flex.messaging.services.MessageService
Pushes a message to all clients that are subscribed to the destination targeted by this message.
pushMessageToClients(Set, Message, boolean) -
Method in class flex.messaging.services.MessageService
This method is not invoked across a cluster, it is always locally invoked.
putRemoteCredentials(FlexRemoteCredentials) -
Method in class flex.messaging.FlexSession
Stores remote credentials in the session for proxied calls to remote systems.
putUserAgentSettings(UserAgentSettings) -
Method in class flex.messaging.util.UserAgentManager
Puts a new user agent to the existing list of user agents.
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.
QUESTIONMARK -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
R
readable -
Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be read.
readChar() -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
readExternal(ObjectInput) -
Method in class flex.messaging.io.ArrayCollection
readExternal(ObjectInput) -
Method in class flex.messaging.io.ObjectProxy
readExternal(ObjectInput) -
Method in class flex.messaging.io.SerializationProxy
readMessage(ActionMessage, ActionContext) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
readMessage(ActionMessage, ActionContext) -
Method in interface flex.messaging.io.MessageDeserializer
readObject() -
Method in interface flex.messaging.io.amf.ActionMessageInput
Reads in an AMF formatted Object.
readObject() -
Method in class flex.messaging.io.amfx.AmfxInput
readObject() -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
readObject() -
Method in interface flex.messaging.io.MessageDeserializer
receive() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Receive the next message from the underlying MessageConsumer or wait
indefinetely until a message arrives if there is no message.
receive(long) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Receive the next message from the underlying MessageConsumer within the
specified timeout interval.
receiveNoWait() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Receive the new message from the underlying MessageConsumer with no wait.
RECORD_SET_VERSION -
Static variable in class flex.messaging.io.PageableRowSetProxy
RecoverableSerializationException - Exception in flex.messaging.io This exception class should be used by the deserializers to indicate
that a non fatal exception occurred during serialization. RecoverableSerializationException() -
Constructor for exception flex.messaging.io.RecoverableSerializationException
REF_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
register() -
Method in class flex.management.BaseControl
Registers this instance with the MBean server.
register(Class, PropertyProxy) -
Method in class flex.messaging.io.PropertyProxyRegistry
Register a custom PropertyProxy for a Class.
registerAdapter(String, String) -
Method in class flex.messaging.services.AbstractService
Registers the adapter with the AbstractService.
registerAdapter(String, String) -
Method in interface flex.messaging.services.Service
Registers the adapter with the Service.
registerAlias(String, String) -
Static method in class flex.messaging.io.amf.client.AMFConnection
Registers a custom alias for a class name bidirectionally.
registerAlias(String, String) -
Method in class flex.messaging.io.ClassAliasRegistry
Registers a custom alias for a class name.
registerMBean(Object, String) -
Method in class flex.management.jmx.MBeanServerGateway
Registers a pre-existing object as an MBean with the MBean server.
registerMessageClient(MessageClient) -
Method in interface flex.messaging.client.EndpointPushHandler
Invoked to notify the handler that the MessageClient subscription is using this handler.
ReInit(Reader, int, int, int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(Reader, int, int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(Reader) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(InputStream, int, int, int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(InputStream) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(InputStream, int, int) -
Method in class flex.messaging.services.messaging.selector.SimpleCharStream
ReInit(InputStream) -
Method in class flex.messaging.services.messaging.selector.SQLParser
ReInit(Reader) -
Method in class flex.messaging.services.messaging.selector.SQLParser
ReInit(SQLParserTokenManager) -
Method in class flex.messaging.services.messaging.selector.SQLParser
ReInit(SimpleCharStream) -
Method in class flex.messaging.services.messaging.selector.SQLParserTokenManager
ReInit(SimpleCharStream, int) -
Method in class flex.messaging.services.messaging.selector.SQLParserTokenManager
release() -
Static method in class flex.messaging.io.PropertyProxyRegistry
Call this on Message broker shutdown ONLY.
release(String) -
Method in class flex.messaging.services.remoting.PageableRowSetCache
Remove a PageableRowSet from the current session.
REMOTE_CREDENTIALS_CHARSET_HEADER -
Static variable in interface flex.messaging.messages.Message
The name of the header that reports which character set encoding was
used to create remote credentials.
REMOTE_CREDENTIALS_HEADER -
Static variable in interface flex.messaging.messages.Message
The name for the header where remote credentials will be passed.
RemotingDestination - Class in flex.messaging.services.remoting A logical reference to a RemotingDestination. RemotingDestination() -
Constructor for class flex.messaging.services.remoting.RemotingDestination
Constructs an unmanaged RemotingDestination instance.
RemotingDestination(boolean) -
Constructor for class flex.messaging.services.remoting.RemotingDestination
Constructs a RemotingDestination with the indicated management.
RemotingDestinationControl - Class in flex.management.runtime.messaging.services.remoting The RemotingDestinationControl class is the MBean implementation for
monitoring and managing a RemotingDestination at runtime. RemotingDestinationControl(RemotingDestination, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
Constructs a new RemotingDestinationControl instance.
RemotingDestinationControlMBean - Interface in flex.management.runtime.messaging.services.remoting Defines the runtime monitoring and management interface for managed
RemotingDestinations. RemotingMethod - Class in flex.messaging.services.remoting.adapters Used to define included and excluded methods exposed by the JavaAdapter
for a remoting destination. RemotingMethod() -
Constructor for class flex.messaging.services.remoting.adapters.RemotingMethod
RemotingService - Class in flex.messaging.services The RemotingService processes RemotingMessages. RemotingService() -
Constructor for class flex.messaging.services.RemotingService
Constructs an unmanaged RemotingService.
RemotingService(boolean) -
Constructor for class flex.messaging.services.RemotingService
Constructs a RemotingService with the indicated management.
RemotingServiceControl - Class in flex.management.runtime.messaging.services The RemotingServiceControl class is the MBean implemenation
for monitoring and managing a RemotingService at runtime. RemotingServiceControl(RemotingService, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.RemotingServiceControl
Constructs a RemotingServiceControl, assigning its id, managed
remoting service and parent MBean.
RemotingServiceControlMBean - Interface in flex.management.runtime.messaging.services Defines the runtime monitoring and management interface for managed remoting services. REMOVE_SUBSCRIPTIONS -
Static variable in class flex.messaging.messages.CommandMessage
Like the above, but specifies the subtopic/selector array of to remove.
removeAllAmfHeaders() -
Method in class flex.messaging.io.amf.client.AMFConnection
Removes all AMF headers.
removeAllHttpRequestHeaders() -
Method in class flex.messaging.io.amf.client.AMFConnection
Removes all Http request headers.
removeAllSubscribers() -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
removeAllSubscribers() -
Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Unsubscribes all active subscribers.
removeAmfHeader(String) -
Method in class flex.messaging.io.amf.client.AMFConnection
Removes any AMF headers found with the name given.
removeAttribute(String) -
Method in class flex.messaging.client.FlexClient
Removes the attribute bound to the specified name for the FlexClient.
removeAttribute(String) -
Method in class flex.messaging.FlexSession
Removes the attribute bound to the specified name in the session.
removeAttribute(String) -
Method in class flex.messaging.HttpFlexSession
Removes the attribute bound to the specified name in the session.
removeAttribute(String) -
Method in class flex.messaging.MessageBroker
Removes the attribute with the given name from the MessageBroker .
removeChannel(String) -
Method in class flex.messaging.Destination
Removes the channel from the list of channels for the Destination.
removeClientAttributeListener(FlexClientAttributeListener) -
Method in class flex.messaging.client.FlexClient
Removes a FlexClient attribute listener.
removeClientCreatedListener(FlexClientListener) -
Static method in class flex.messaging.client.FlexClient
Removes a FlexClient created listener.
removeClientDestroyedListener(FlexClientListener) -
Method in class flex.messaging.client.FlexClient
Removes a FlexClient destroyed listener.
removeConsumer(String) -
Method in class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
removeConsumer(String) -
Method in interface flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControlMBean
Unsubscribes the consumer (for either a topic or queue).
removeConsumer(String) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Removes (unsubscribes) the specified consumer.
removeDefaultChannel(String) -
Method in class flex.messaging.MessageBroker
Removes the channel id from the list of default channel ids.
removeDefaultChannel(String) -
Method in class flex.messaging.services.AbstractService
Removes the channel from the list of channels for the AbstractService.
removeDefaultChannel(String) -
Method in interface flex.messaging.services.Service
Removes the channel from the list of channels for the AbstractService.
removeDestination(ObjectName) -
Method in class flex.management.runtime.messaging.services.ServiceControl
Removes the ObjectName of a destination registered with the managed service.
removeDestination(String) -
Method in class flex.messaging.services.AbstractService
Removes the Destination from the list of destinations known
by the AbstractService.
removeDestination(String) -
Method in interface flex.messaging.services.Service
Remove the Destination from the Service.
removeEndpoint(ObjectName) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
Removes an ObjectName for an endpoint registered with the backing MessageBroker.
removeExcludeMethod(RemotingMethod) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Removes a method from the list of excluded methods for the adapter.
removeFactory(String) -
Method in class flex.messaging.MessageBroker
Removes the FlexFactory from the list of factories known
by the MessageBroker.
removeFilter(String) -
Method in interface flex.messaging.log.Target
Removes a category filter from the list of filters the Target will
process log events for.
removeFilterForTarget(String, String) -
Method in class flex.management.runtime.messaging.log.LogControl
removeFilterForTarget(String, String) -
Method in interface flex.management.runtime.messaging.log.LogControlMBean
Removes a filter from the target.
removeHttpRequestHeader(String) -
Method in class flex.messaging.io.amf.client.AMFConnection
Removes the Http header found with the name given.
removeIncludeMethod(RemotingMethod) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Removes a method from the list of included methods for the adapter.
removeJMSExceptionListener(JMSExceptionListener) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Removes a JMS exception listener.
removeJMSMessageListener(JMSMessageListener) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Removes a JMS message listener.
removeLogger(Logger) -
Method in interface flex.messaging.log.Target
Removes a Logger from the Target.
removeMessageClientCreatedListener(MessageClientListener) -
Static method in class flex.messaging.MessageClient
Removes a MessageClient created listener.
removeMessageClientDestroyedListener(MessageClientListener) -
Method in class flex.messaging.MessageClient
Removes a MessageClient destroyed listener.
removeServer(String) -
Method in class flex.messaging.MessageBroker
Stops and removes the Server from the set of shared servers managed by the MessageBroker.
removeService(ObjectName) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
Removes an ObjectName for a service registered with the backing MessageBroker.
removeService(String) -
Method in class flex.messaging.MessageBroker
Removes the Service from the list of services known
by the MessageBroker.
removeServiceValidationListener(String) -
Method in class flex.messaging.MessageBroker
Remove a listener from the describeServices callback.
removeSessionAttributeListener(FlexSessionAttributeListener) -
Method in class flex.messaging.FlexSession
Removes a session attribute listener.
removeSessionCreatedListener(FlexSessionListener) -
Static method in class flex.messaging.FlexSession
Removes a session created listener.
removeSessionDestroyedListener(FlexSessionListener) -
Method in class flex.messaging.FlexSession
Removes a session destroy listener.
removeSubscriber(String) -
Method in class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
removeSubscriber(String) -
Method in interface flex.management.runtime.messaging.services.messaging.SubscriptionManagerControlMBean
Unsubscribes the target subscriber.
removeUserAgentSettings(UserAgentSettings) -
Method in class flex.messaging.util.UserAgentManager
Removes the user agent with the same match-on property from the list of
existing user agents.
reset() -
Method in class flex.messaging.io.amfx.AmfxInput
reset() -
Method in class flex.messaging.io.amfx.AmfxOutput
reset() -
Method in class flex.messaging.io.TypeMarshallingContext
Resets the list of known objects.
reset() -
Method in class flex.messaging.util.Base64.Decoder
reset() -
Method in class flex.messaging.util.Hex.Decoder
resetClientIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
resetClientIncomingMessageThrottleCount() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled incoming client messages to 0.
resetClientOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
resetClientOutgoingMessageThrottleCount() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled outgoing client messages to 0.
resetDestinationIncomingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
resetDestinationIncomingMessageThrottleCount() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled incoming destination messages to 0.
resetDestinationOutgoingMessageThrottleCount() -
Method in class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
resetDestinationOutgoingMessageThrottleCount() -
Method in interface flex.management.runtime.messaging.services.messaging.ThrottleManagerControlMBean
Resets the number of throttled outgoing destination messages to 0.
resetPushCount() -
Method in class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
resetPushCount() -
Method in interface flex.management.runtime.messaging.endpoints.StreamingEndpointControlMBean
Resets the count of push invocations.
resetServiceCommandCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
resetServiceCommandCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Resets the count of service command invocations.
resetServiceMessageCount() -
Method in class flex.management.runtime.messaging.endpoints.EndpointControl
resetServiceMessageCount() -
Method in interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
Resets the count of service message invocations.
resetServiceMessageCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
resetServiceMessageCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Resets the count of service message invocations.
resetServiceMessageFromAdapterCount() -
Method in class flex.management.runtime.messaging.MessageDestinationControl
resetServiceMessageFromAdapterCount() -
Method in interface flex.management.runtime.messaging.MessageDestinationControlMBean
Resets the count of service message from adapter invocations.
restoreReferences -
Variable in class flex.messaging.io.SerializationContext
RESULT_ERROR -
Static variable in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
RESULT_IGNORE -
Static variable in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
RESULT_OK -
Static variable in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
RESULT_REPLACE -
Static variable in class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
resume() -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Resumes the execution of a suspended chain.
returnType -
Variable in class flex.management.jmx.MBeanOperationInfo
The operation's return type.
ROOTCAUSE -
Static variable in class flex.messaging.io.StatusInfoProxy
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 -
Static variable in interface flex.messaging.FlexFactory
Scope string.
SCOPE_APPLICATION -
Static variable in interface flex.messaging.FlexFactory
Application scope string .
SCOPE_REQUEST -
Static variable in interface flex.messaging.FlexFactory
Request scope string.
SCOPE_SESSION -
Static variable in interface flex.messaging.FlexFactory
Session scope string.
SecureAMFEndpoint - Class in flex.messaging.endpoints Secure version of AMFEndpoint. SecureAMFEndpoint() -
Constructor for class flex.messaging.endpoints.SecureAMFEndpoint
Constructs an unmanaged SecureAMFEndpoint.
SecureAMFEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.SecureAMFEndpoint
Constructs a SecureAMFEndpoint with the indicated management.
SecureHTTPEndpoint - Class in flex.messaging.endpoints Secure version of HTTPEndpoint. SecureHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.SecureHTTPEndpoint
Constructs an unmanaged SecureHTTPEndpoint.
SecureHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.SecureHTTPEndpoint
Constructs a SecureHTTPEndpoint with the indicated management.
SecureStreamingAMFEndpoint - Class in flex.messaging.endpoints Secure version of StreamingAMFEndpoint. SecureStreamingAMFEndpoint() -
Constructor for class flex.messaging.endpoints.SecureStreamingAMFEndpoint
Constructs an unmanaged SecureStreamingAMFEndpoint.
SecureStreamingAMFEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.SecureStreamingAMFEndpoint
Constructs a SecureStreamingAMFEndpoint with the indicated management.
SecureStreamingHTTPEndpoint - Class in flex.messaging.endpoints Secure version of StreamingHTTPEndpoint. SecureStreamingHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.SecureStreamingHTTPEndpoint
Constructs an unmanaged SecureStreamingHTTPEndpoint.
SecureStreamingHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.SecureStreamingHTTPEndpoint
Constructs a SecureStreamingHTTPEndpoint with the indicated management.
SecurityConstraint - Class in flex.messaging.config Security constraints are used by the login manager to secure access to
destinations and endpoints. SecurityConstraint() -
Constructor for class flex.messaging.config.SecurityConstraint
Creates an anonymous SecurityConstraint instance.
SecurityConstraint(String) -
Constructor for class flex.messaging.config.SecurityConstraint
Creates a SecurityConstraint instance with an id.
SecurityException - Exception in flex.messaging.security SecurityException is a localizable exception type that is used to represent
client authentication, client authorization and general server-related security
errors. SecurityException() -
Constructor for exception flex.messaging.security.SecurityException
Create a SecurityException that will use the default ResourceLoader
for error codes.
SELECTOR_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
The name for the selector header in subscribe messages.
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.
SerializationContext - Class in flex.messaging.io A simple context to get settings from an endpoint to a deserializer
or serializer. SerializationContext() -
Constructor for class flex.messaging.io.SerializationContext
SerializationDescriptor - Class in flex.messaging.io The SerializationProxy uses this descriptor to determine which
fields and properties should be excluded from an object graph
on an instance-by-instance basis. SerializationDescriptor() -
Constructor for class flex.messaging.io.SerializationDescriptor
SerializationException - Exception in flex.messaging.io Typically signifies that a fatal exception happened during deserialization or
serialization. SerializationException() -
Constructor for exception flex.messaging.io.SerializationException
SerializationFilter - Class in flex.messaging.endpoints.amf Filter for serializing and deserializing action messages. SerializationFilter(String) -
Constructor for class flex.messaging.endpoints.amf.SerializationFilter
SerializationProxy - Class in flex.messaging.io This class is the server side portion of a custom serialization
mechanism to support partial serialization of Objects. SerializationProxy() -
Constructor for class flex.messaging.io.SerializationProxy
Default constructor required for deserialization of
client SerializationProxy instances.
SerializationProxy(Object) -
Constructor for class flex.messaging.io.SerializationProxy
Server - Interface in flex.messaging The interface for a shared server instance that may be associated with a
MessageBroker and used by endpoints. SERVER_AUTHENTICATION_CODE -
Static variable in exception flex.messaging.security.SecurityException
SERVER_AUTHORIZATION_CODE -
Static variable in exception flex.messaging.security.SecurityException
SERVER_INFO -
Static variable in class flex.messaging.io.PageableRowSetProxy
ServerSettings - Class in flex.messaging.config Server settings for a message destination. ServerSettings() -
Constructor for class flex.messaging.config.ServerSettings
Creates a default ServerSettings instance.
ServerStatusException - Exception in flex.messaging.io.amf.client.exceptions Server status exceptions are thrown by the AMF connection when a server-side
error is encountered. ServerStatusException(String, Object) -
Constructor for exception flex.messaging.io.amf.client.exceptions.ServerStatusException
Creates a server status exception with the supplied message and data.
ServerStatusException(String, Object, ServerStatusException.HttpResponseInfo) -
Constructor for exception flex.messaging.io.amf.client.exceptions.ServerStatusException
Creates a server status exception with the supplied message, data, and
HTTP response info object.
ServerStatusException.HttpResponseInfo - Class in flex.messaging.io.amf.client.exceptions An inner class to represent the HTTP response associated with the exception. ServerStatusException.HttpResponseInfo(int, String) -
Constructor for class flex.messaging.io.amf.client.exceptions.ServerStatusException.HttpResponseInfo
Creates an HTTP response info with the HTTP code and message.
service(HttpServletRequest, HttpServletResponse) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Default implementation of the Endpoint service method.
service(HttpServletRequest, HttpServletResponse) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Handle AMF/AMFX encoded messages sent over HTTP.
service(HttpServletRequest, HttpServletResponse) -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Handles HTTP requests targetting this endpoint.
service(HttpServletRequest, HttpServletResponse) -
Method in interface flex.messaging.endpoints.Endpoint
Respond to HTTP-based messages published by a client.
Service - Interface in flex.messaging.services The MessageBroker has endpoints on one end and services
on the other. SERVICE_NAME -
Static variable in class flex.messaging.io.PageableRowSetProxy
ServiceAdapter - Class in flex.messaging.services The ServiceAdapter class is the base definition of a service adapter. ServiceAdapter() -
Constructor for class flex.messaging.services.ServiceAdapter
Constructs an unmanaged ServiceAdapter instance.
ServiceAdapter(boolean) -
Constructor for class flex.messaging.services.ServiceAdapter
Constructs a ServiceAdapter instance.
ServiceAdapterControl - Class in flex.management.runtime.messaging.services The ServiceAdapterControl class is the base MBean implementation
for monitoring and managing a ServiceAdapter at runtime. ServiceAdapterControl(ServiceAdapter, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.ServiceAdapterControl
Constructs a ServiceAdapterControl, assigning its id, managed service
adapter and parent MBean.
ServiceAdapterControlMBean - Interface in flex.management.runtime.messaging.services Defines the runtime monitoring and management interface for service adapters. serviceCommand(CommandMessage) -
Method in class flex.messaging.services.AbstractService
serviceCommand(CommandMessage) -
Method in class flex.messaging.services.AuthenticationService
serviceCommand(CommandMessage) -
Method in interface flex.messaging.services.Service
Handles a command routed to the service by the MessageBroker.
ServiceControl - Class in flex.management.runtime.messaging.services The ServiceControl class is the MBean implementation for
monitoring and managing a Service at runtime. ServiceControl(Service, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.ServiceControl
Constructs a ServiceControl, assigning its id, managed service and
parent MBean.
ServiceControlMBean - Interface in flex.management.runtime.messaging.services Defines the runtime monitoring and management interface for managed services. serviceMessage(Message) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Typically invoked by subclasses, this method transforms decoded message data
into the appropriate Message object and routes the Message to the endpoint's broker.
serviceMessage(Message) -
Method in class flex.messaging.services.AbstractService
Processes messages by invoking the requested destination's adapter.
serviceMessage(Message) -
Method in class flex.messaging.services.AuthenticationService
serviceMessage(Message) -
Method in class flex.messaging.services.HTTPProxyService
Processes messages of type HTTPMessage by invoking the
requested destination's adapter.
serviceMessage(Message) -
Method in class flex.messaging.services.MessageService
serviceMessage(Message) -
Method in class flex.messaging.services.RemotingService
Processes messages of type RemotingMessage by invoking the
requested destination"s adapter.
serviceMessage(Message) -
Method in interface flex.messaging.services.Service
Handles a message routed to the service by the MessageBroker.
serviceMessageFromAdapter(Message, boolean) -
Method in class flex.messaging.services.MessageService
This method is called from a messaging adapter to handle the delivery
of messages to one or more clients.
ServletLogTarget - Class in flex.messaging.log This is a log target which uses the servlet context in order to log
messages. ServletLogTarget() -
Constructor for class flex.messaging.log.ServletLogTarget
Default constructor.
SESSION_MAP -
Static variable in class flex.messaging.HttpFlexSession
SESSION_TIMEOUT -
Static variable in class flex.messaging.config.NetworkSettings
sessionCreated(FlexSession) -
Method in interface flex.messaging.FlexSessionListener
Notification that a FlexSession was created.
sessionCreated(HttpSessionEvent) -
Method in class flex.messaging.HttpFlexSession
Implements HttpSessionListener.
sessionDestroyed(FlexSession) -
Method in interface flex.messaging.FlexSessionListener
Notification that a FlexSession is about to be destroyed.
sessionDestroyed(HttpSessionEvent) -
Method in class flex.messaging.HttpFlexSession
Implements HttpSessionListener.
SessionFilter - Class in flex.messaging.endpoints.amf This filter detects whether a request URL is decorated with a ;jessionid token
in the event that the client does not support cookies. SessionFilter() -
Constructor for class flex.messaging.endpoints.amf.SessionFilter
SET_COOKIE -
Static variable in class flex.messaging.io.amf.client.AMFConnection
SET_COOKIE2 -
Static variable in class flex.messaging.io.amf.client.AMFConnection
setAcknowledgeMode(int) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Sets the acknowledge mode used by the JMSProxy.
setAcknowledgeMode(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the acknowledge-mode property which is the message
acknowledgement mode for the JMS adapter.
setActionMessage(ActionMessage) -
Method in class flex.messaging.io.amfx.AmfxInput
setAdapter(ObjectName) -
Method in class flex.management.runtime.messaging.DestinationControl
Sets the ObjectName for the adapter associated with the managed destination.
setAdapter(ServiceAdapter) -
Method in class flex.messaging.Destination
Sets the ServiceAdapter of the Destination.
setAdapterState(Object) -
Method in class flex.messaging.services.ServiceAdapter
Set an object, usually a Collection, to represent shared
state for the adapter.
setAddNoCacheHeaders(boolean) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Sets the add-no-cache-headers property.
setAlias(String) -
Method in interface flex.messaging.io.PropertyProxy
Allows an alias to be set for the instance type.
setAllowLaxSSL(boolean) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets allow-lax-ssl property which determines if self-signed
certificates are allowed; should not be used in production.
setAllowSubtopics(boolean) -
Method in class flex.messaging.config.ServerSettings
Sets allow-subtopics property.
setAMFHeaderProcessor(AMFHeaderProcessor) -
Method in class flex.messaging.io.amf.client.AMFConnection
Sets the AMF header processor associated with the AMF connection.
setAttribute(String, Attribute) -
Method in class flex.management.jmx.MBeanServerGateway
Sets the value of the attribute for the specified MBean.
setAttribute(String, Object) -
Method in class flex.messaging.client.FlexClient
Binds an attribute value for the FlexClient under the specified name.
setAttribute(String, Object) -
Method in class flex.messaging.FlexSession
Binds an attribute value to the session under the specified name.
setAttribute(String, Object) -
Method in class flex.messaging.HttpFlexSession
Binds an attribute to the session under the specified name.
setAttribute(String, Object) -
Method in class flex.messaging.MessageBroker
Binds an attribute value to the MessageBroker under the provided name.
setAttributeId(String) -
Method in class flex.messaging.factories.JavaFactoryInstance
Sets the attribute id for the JavaFactoryInstance.
setAttributes(String, Attribute[]) -
Method in class flex.management.jmx.MBeanServerGateway
Sets the values for several attributes of the specified MBean.
setAvoidBusyPolling(boolean) -
Method in class flex.messaging.client.PollFlushResult
Set to true to signal that handling for this result should attempt to avoid
potential busy-polling cycles.
setBody(Object) -
Method in interface flex.messaging.messages.Message
Sets the body of the message.
setBroadcastRoutingMode(String) -
Method in class flex.messaging.config.ServerSettings
Sets the cluster-message-routing property.
setChannels(List) -
Method in class flex.messaging.Destination
Sets the channel list of the Destination.
setClassLoader(ClassLoader) -
Method in class flex.messaging.io.TypeMarshallingContext
Sets a custom classloader for this type marshalling session that will
be used to create new instances of strongly typed objects.
setClientId(Object) -
Method in interface flex.messaging.messages.Message
Sets the client id indicating the client that sent the message.
setClientProcessingSuppressed(boolean) -
Method in class flex.messaging.client.PollFlushResult
Set to true to suppress client processing of this result.
setClientType(String) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the corresponding client channel type for the endpoint.
setClientType(String) -
Method in interface flex.messaging.endpoints.Endpoint
Sets the corresponding client channel type for the endpoint.
setClientWaitInterval(int) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Sets the number of milliseconds a client will wait after receiving a response for a poll
with server wait before it issues its next poll request.
setClusterId(String) -
Method in class flex.messaging.config.NetworkSettings
Sets the cluster id.
setCode(String) -
Method in exception flex.messaging.MessageException
Sets the code of the exception.
setConnectionCredentials(JMSProxy.ConnectionCredentials) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Sets the connection credentials.
setConnectionFactory(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the connection-factory property which is the name of
the JMS connection factory in JNDI.
setConnectionFactoryName(String) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Sets the connection factory name.
setConnectionManagerSettings(HTTPConnectionManagerSettings) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets HTTPConnectionManagerSettings.
setConnectionPassword(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the connection password used while creating JMS connections.
setConnectionTimeout(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the number of milliseconds to wait before a connection will
timeout.
setConnectionUsername(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the connection username used while creating JMS connections.
setContentChunked(boolean) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets the content-chunked property.
setContentLength(int) -
Method in class flex.messaging.endpoints.amf.SuspendableSerializationFilter
Sets the number of bytes that the InputStream contains.
setContentType(String) -
Method in class flex.graphics.ImageSnapshot
Sets content type of this snapshot.
setContext(ActionContext) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Sets the ActionContext for the chain.
setControl(BaseControl) -
Method in interface flex.management.Manageable
Set the control MBean used to manage the component.
setControl(BaseControl) -
Method in class flex.management.ManageableComponent
setCookieLimit(int) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets the cookie-limit property.
setCorrelationId(String) -
Method in class flex.messaging.messages.AsyncMessage
Sets the correlationId of the AsyncMessage.
setData(byte[]) -
Method in class flex.graphics.ImageSnapshot
Set the encoded data representing the image snapshot.
setDebugStream(PrintStream) -
Method in class flex.messaging.services.messaging.selector.SQLParserTokenManager
setDebugTrace(AmfTrace) -
Method in class flex.messaging.io.amfx.AmfxInput
setDefaultAdapter(String) -
Method in class flex.messaging.services.AbstractService
Sets the default adapter of the AbstractService.
setDefaultAdapter(String) -
Method in interface flex.messaging.services.Service
Sets the id of the default adapter of the Service.
setDefaultChannels(List) -
Method in class flex.messaging.MessageBroker
Sets the default channel ids of the MessageBroker.
setDefaultChannels(List) -
Method in class flex.messaging.services.AbstractService
Sets the channel list of the AbstractService.
setDefaultChannels(List) -
Method in interface flex.messaging.services.Service
Sets the channel list of the Service.
setDefaultInstance(Object) -
Method in interface flex.messaging.io.PropertyProxy
Sets the default instance managed by this PropertyProxy.
setDefaultMaxConnectionsPerHost(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the default maximum number of connections allowed per host.
setDefaultObjectEncoding(int) -
Static method in class flex.messaging.io.amf.client.AMFConnection
Sets the default object encoding of the AMF connection.
setDefaultUrl(String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the url or wsdl property.
setDefaultUserAgentSettings(UserAgentSettings) -
Method in class flex.messaging.util.UserAgentManager
Set the default settings to return when there is no match found.
setDeliveryMode(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the delivery-mode property which is the JMS DeliveryMode
for producers.
setDeliverySettings(JMSSettings.DeliverySettings) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the delivery-settings property.
setDescriptor(SerializationDescriptor) -
Method in class flex.messaging.io.ArrayCollection
setDescriptor(SerializationDescriptor) -
Method in interface flex.messaging.io.PropertyProxy
Allows non-default inclusion/exclusion of properties for
serialization.
setDeserializerClass(Class) -
Method in class flex.messaging.io.SerializationContext
setDestination(String) -
Method in interface flex.messaging.messages.Message
Sets the destination that the message targets.
setDestination(Destination) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Casts the Destination into HTTPProxyDestination
and calls super.setDestination.
setDestination(Destination) -
Method in class flex.messaging.services.messaging.adapters.ActionScriptAdapter
Casts the Destination into MessageDestination
and calls super.setDestination.
setDestination(Destination) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Casts the Destination into MessageDestination
and calls super.setDestination.
setDestination(Destination) -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Casts the Destination into RemotingDestination
and calls super.setDestination.
setDestination(Destination) -
Method in class flex.messaging.services.ServiceAdapter
Sets the Destination of the ServiceAdapter.
setDestinationJndiName(String) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Sets the JNDI name of the JMS destination that JMSProxy talks to.
setDestinationJNDIName(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the destination-jndi-name property which is the name of
the destination in JNDI.
setDestinationName(String) -
Method in class flex.messaging.config.ThrottleSettings
Sets the destination name for ThrottleSettings.
setDestinationName(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Deprecated.
setDestinationType(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the destination-type property which determines whether
the adapter is performing topic (pub/sub) or queue (point-to-point)
messaging.
setDetails(String) -
Method in exception flex.messaging.LocalizedException
Sets the exception details.
setDetails(int) -
Method in exception flex.messaging.LocalizedException
Sets the details property to a localized string based on error number.
setDetails(int, String) -
Method in exception flex.messaging.LocalizedException
Sets the details property to a localized string based on error number and variant.
setDetails(int, String, Locale) -
Method in exception flex.messaging.LocalizedException
Sets the details property to a localized string based on error number, variant
and target locale.
setDetails(int, String, Object[]) -
Method in exception flex.messaging.LocalizedException
Sets the details property to a localized string based on error number and variant.
setDetails(int, String, Locale, Object[]) -
Method in exception flex.messaging.LocalizedException
Sets the details property to a localized string based on error number, variant,
and target locale.
setDirection(int) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Sets the current processing direction for the chain.
setDocumentLocator(Locator) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
setDurable(boolean) -
Method in class flex.messaging.config.ServerSettings
Sets whether destination is durable.
setDurableConsumers(boolean) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets whethers consumers are durable or not.
setDynamic(boolean) -
Method in interface flex.messaging.io.PropertyProxy
Dynamic is a client-only concept for types that allow for arbitrary
public properties to be defined at runtime.
setErrorMessage(ErrorMessage) -
Method in exception flex.messaging.MessageException
Sets the error message of the exception.
setExcludes(List) -
Method in class flex.messaging.io.SerializationDescriptor
setExtendedData(Map) -
Method in exception flex.messaging.MessageException
Sets the extended data of the exception.
setExternalizable(boolean) -
Method in interface flex.messaging.io.PropertyProxy
Specifies whether the given instance manages its own serialization through the
Externalizable interface.
setExternalProxySettings(ExternalProxySettings) -
Method in class flex.messaging.services.http.HTTPProxyAdapter
Sets ExternalProxySettings.
setFactory(String) -
Method in class flex.messaging.FactoryDestination
Sets the factory of the FactoryDestination.
setFactory(FlexFactory) -
Method in class flex.messaging.FactoryDestination
Sets the factory of the FactoryDestination.
setFailingMessage(Message) -
Method in exception flex.messaging.security.SecurityException
Sets the message with information about what caused this security exception to be thrown.
setFilters(List) -
Method in interface flex.messaging.log.Target
Sets the category filters that the Target will process
log events for.
setFlexClientOutboundQueueProcessorClass(Class) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the the FlexClientOutboundQueueProcessor of the endpoint.
setFlexClientOutboundQueueProcessorConfig(ConfigMap) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the properties for the FlexClientOutboundQueueProcessor of the endpoint.
setFlexSessionCount(int) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
Sets the flex session count for the managed MessageBroker.
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.
setHeight(int) -
Method in class flex.graphics.ImageSnapshot
Set image height in pixels.
setId(String) -
Method in class flex.management.ManageableComponent
Sets the id of the ManageableComponent.
setId(String) -
Method in class flex.messaging.Destination
Sets the id of the Destination.
setId(String) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the id of the AbstractEndpoint.
setId(String) -
Method in interface flex.messaging.endpoints.Endpoint
All endpoints are referenceable by an id that is unique among
all the endpoints registered to a single broker instance.
setId(String) -
Method in interface flex.messaging.Server
Sets the id for the server.
setId(String) -
Method in class flex.messaging.services.AbstractBootstrapService
Sets the id of the AbstractBootstrapService.
setId(String) -
Method in class flex.messaging.services.AbstractService
Sets the id of the AbstractService.
setId(String) -
Method in class flex.messaging.services.AuthenticationService
setId(String) -
Method in interface flex.messaging.services.Service
Sets the id for the service.
setIdleTimeoutMinutes(int) -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Sets the number of minutes a client can remain idle before the server
times the connection out.
setInboundAborted(boolean) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Flags inbound processing as aborted.
setInboundPolicy(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets inbound throttle policy.
setIncludeReadOnly(boolean) -
Method in interface flex.messaging.io.PropertyProxy
If set to true, read only properties will be included
during default serialization.
setIncomingClientFrequency(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets the incoming client frequency (max-client-frequency).
setIncomingDestinationFrequency(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets the incoming destination frequency (max-frequency).
setInitialContextEnvironment(Hashtable) -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Sets the initial-context-environment property.
setInitialContextEnvironment(Hashtable) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the initial-context-environment property.
setInputStream(InputStream) -
Method in class flex.messaging.endpoints.amf.SuspendableSerializationFilter
Sets the InputStream to read message bytes from.
setInstantiateTypes(boolean) -
Method in class flex.messaging.io.amf.client.AMFConnection
Sets the instantiateTypes property.
setInvalidateSessionOnDisconnect(boolean) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Set to true to invalidate the server session for a client
that disconnects its channel.
setJMSSettings(JMSSettings) -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Sets the JMSSettings of the JMSAdapter.
setKickstartBytes(int) -
Method in class flex.messaging.client.UserAgentSettings
Sets the number of bytes needed to kickstart the streaming connections
for the user agent.
setKnownObjects(IdentityHashMap) -
Method in class flex.messaging.io.TypeMarshallingContext
Sets the list of the objects already encountered for this type
marshalling session.
setLevel(short) -
Method in interface flex.messaging.log.Target
Sets the log level that the Target will process log events
for.
setLinger(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the linger-on-close timeout (in seconds).
setLog(Log) -
Method in class flex.management.runtime.messaging.log.LogManager
setLogged(boolean) -
Method in exception flex.messaging.MessageException
Records whether this exception has been logged.
setLogin(TomcatLogin) -
Static method in class flex.messaging.security.TomcatLoginHolder
Saves the last valid login.
setManaged(boolean) -
Method in interface flex.management.Manageable
Enables or disables management for the component.
setManaged(boolean) -
Method in class flex.management.ManageableComponent
Enables or disables management for the component.
setManaged(boolean) -
Method in class flex.messaging.services.AbstractBootstrapService
Management is always disabled.
setMatchOn(String) -
Method in class flex.messaging.client.UserAgentSettings
Sets the String to use to match the agent.
setMaxCacheSize(int) -
Method in class flex.messaging.config.ServerSettings
Sets the max number of messages to maintain in memory cache.
setMaxConnectionsPerHost(List) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the list of HostConfigurationSettings specifying connection
options on a host-by-host basis.
setMaxFlexSessionsInCurrentHour(int) -
Method in class flex.management.runtime.messaging.MessageBrokerControl
setMaxProducers(int) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the max-producers property which is the maximum number
of producer proxies that this destination should use when communicating
with the JMS Server.
setMaxStreamingClients(int) -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Sets the maximum number of clients that will be allowed to establish
a streaming HTTP connection with the server.
setMaxStreamingConnectionsPerSession(int) -
Method in class flex.messaging.client.UserAgentSettings
Sets the number of simultaneous streaming connections per session
the user agent supports.
setMaxTotalConnections(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the maximum number of connections allowed.
setMaxWaitingPollRequests(int) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Sets the maximum number of server poll response threads that will be
waiting for messages to arrive for clients.
setMessage(int) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number.
setMessage(int, Locale) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and target locale.
setMessage(int, Object[]) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number.
setMessage(int, String) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and variant.
setMessage(int, String, Locale) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number, variant
and target locale.
setMessage(int, String, Object[]) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number and variant.
setMessage(int, String, Locale, Object[]) -
Method in exception flex.messaging.LocalizedException
Sets the message property to a localized string based on error number, variant and
target locale.
setMessage(String) -
Method in exception flex.messaging.LocalizedException
Sets the exception message.
setMessage(Message) -
Method in class flex.messaging.services.messaging.selector.SQLParser
setMessageBroker(MessageBroker) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the MessageBroker of the AbstractEndpoint.
setMessageBroker(MessageBroker) -
Method in interface flex.messaging.endpoints.Endpoint
Sets the MessageBroker of the endpoint.
setMessageBroker(MessageBroker) -
Method in class flex.messaging.services.AbstractBootstrapService
Sets the MessageBroker managing this AbstractBootstrapService.
setMessageBroker(MessageBroker) -
Method in class flex.messaging.services.AbstractService
Sets the MessageBroker of the AbstractService.
setMessageBroker(MessageBroker) -
Method in interface flex.messaging.services.Service
Sets the MessageBroker of the Service.
setMessageCache(ObjectName) -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Sets the ObjectName for the message cache used by the managed destination.
setMessageId(String) -
Method in interface flex.messaging.messages.Message
Sets the unique message id.
setMessageListener(MessageListener) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Sets the message listener of the underlying MessageConsumer.
setMessagePriority(int) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the message-priority property which is the JMS priority
for messages sent by Flex producers.
setMessageReceiver(MessageReceiver) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Sets the MessageReceiver used by the consumer to retrieve
JMS messages.
setMessages(List) -
Method in class flex.messaging.client.FlushResult
Sets the messages to write to the network for this flush invocation.
setMessageTTL(long) -
Method in class flex.messaging.config.ServerSettings
Sets the message-time-to-live property.
setMessageType(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the message-type property which is the
javax.jms.Message type which the adapter should use for the
destination.
setMethod(String) -
Method in class flex.messaging.config.SecurityConstraint
Sets the authorization method of the SecurityConstraint.
setMode(String) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Sets the message delivery mode.
setName(String) -
Method in class flex.messaging.services.remoting.adapters.RemotingMethod
Sets the method name.
setNetworkSettings(NetworkSettings) -
Method in class flex.messaging.Destination
Set the NetworkSettings of the Destination.
setNetworkSettings(NetworkSettings) -
Method in class flex.messaging.MessageDestination
Sets the NetworkSettings of the MessageDestination.
setNext(AMFFilter) -
Method in class flex.messaging.endpoints.amf.AMFFilter
setNext(SuspendableAMFFilter) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Assigns a filter to follow this filter in a chain.
setNextFlushWaitTimeMillis(int) -
Method in class flex.messaging.client.FlushResult
Sets the wait time in milliseconds for when the next flush invocation should occur.
setNTDomain(String) -
Method in class flex.messaging.services.http.ExternalProxySettings
Sets the nt-domain property.
setNumber(int) -
Method in exception flex.messaging.LocalizedException
Sets the localized exception number.
setObjectEncoding(int) -
Method in class flex.messaging.io.amf.client.AMFConnection
Sets the object encoding for the AMF connection.
setOperation(int) -
Method in class flex.messaging.messages.CommandMessage
Sets the operation for this CommandMessage.
setOutboundPolicy(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets the outbound throttle policy.
setOutgoingClientFrequency(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets the outgoing client frequency (max-client-frequency).
setOutgoingDestinationFrequency(int) -
Method in class flex.messaging.config.ThrottleSettings
Sets the outgoing destination frequency (max-frequency).
setParent(Manageable) -
Method in class flex.management.ManageableComponent
Sets the parent of the component.
setPassword(String) -
Method in class flex.messaging.services.http.ExternalProxySettings
Sets the password property.
setPreserveJMSHeaders(boolean) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Sets the preserve-jms-headers property.
setPrevious(SuspendableAMFFilter) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Assigns a filter to precede this filter in a chain.
setProperties(Map) -
Method in class flex.graphics.ImageSnapshot
Sets the map of dynamic properties for this snapshot.
setProtocolFactory(ProtocolFactory) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the protocol-factory property.
setProxyPort(int) -
Method in class flex.messaging.services.http.ExternalProxySettings
Sets the port property.
setProxyServer(String) -
Method in class flex.messaging.services.http.ExternalProxySettings
Sets the server property.
setReceiveBufferSize(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets a suggestion for kernel from the application about the size of
buffers to use for the data to be received over the socket.
setRedirectURL(String) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Sets the redirect-url property.
setRemotePassword(String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the remote-password property.
setRemoteUsername(String) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the remote-username property.
setResponseMessage(Message) -
Method in class flex.messaging.endpoints.amf.SuspendableMessageBrokerFilter
Sets the response message to return when this suspended filter resumes processing.
setRootCause(Throwable) -
Method in exception flex.messaging.LocalizedException
Sets the root cause for this exception.
setScope(String) -
Method in class flex.messaging.FactoryDestination
Sets the scope of the FactoryDestination that is used
in FactoryInstance creation.
setScope(String) -
Method in class flex.messaging.FactoryInstance
Since many factories may provide components in different
scopes, this is abstracted in the base factory instance class.
setSecurityConstraint(SecurityConstraint) -
Method in class flex.messaging.Destination
Sets the SecurityConstraint of the Destination.
setSecurityConstraint(String) -
Method in class flex.messaging.Destination
Sets the SecurityConstraint reference of the Destination.
setSecurityConstraint(SecurityConstraint) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the SecurityConstraint of the Endpoint.
setSecurityConstraint(SecurityConstraint) -
Method in interface flex.messaging.endpoints.Endpoint
Sets the security constraint of the endpoint.
setSecurityConstraint(SecurityConstraint) -
Method in class flex.messaging.services.remoting.adapters.RemotingMethod
Sets the SecurityConstraint that will be applied to invocations of
the remoting method.
setSecurityConstraintManager(MessagingSecurityConstraintManager) -
Method in class flex.messaging.services.messaging.adapters.MessagingAdapter
Sets the MessagingSecurityConstraintManager of the MessagingAdapter.
setSelectorExpression(String) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Sets the selector expression used when the underlying
javax.jms.MessageConsumer is created.
setSendBufferSize(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets a suggestion for kernel from the application about the size of
buffers to use for the data to be sent over the socket.
setSendConstraint(String) -
Method in class flex.messaging.services.messaging.adapters.MessagingSecurityConstraintManager
Sets the send constraint which is used when to assert authorization when
sending a message.
setSerializationContext(SerializationContext) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the SerializationContext of the endpoint.
setSerializationContext(SerializationContext) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
setSerializationContext(SerializationContext) -
Method in interface flex.messaging.io.PropertyProxy
Sets the context for serialization behavior.
setSerializationContext(SerializationContext) -
Static method in class flex.messaging.io.SerializationContext
Establishes a SerializationContext for the current thread.
setSerializerClass(Class) -
Method in class flex.messaging.io.SerializationContext
setServer(Server) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the Server that the endpoint will use.
setServer(Server) -
Method in interface flex.messaging.endpoints.Endpoint2
Sets the Server that the endpoint will use.
setServerSettings(ServerSettings) -
Method in class flex.messaging.MessageDestination
Sets the ServerSettings of the MessageDestination.
setServerToClientHeartbeatMillis(long) -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
Returns the number of milliseconds the server will wait before writing a
single null byte to the streaming connection to make sure the client is
still available when there are no new messages for the client.
setService(Service) -
Method in class flex.messaging.Destination
Sets the Service managing this Destination.
setService(Service) -
Method in class flex.messaging.MessageDestination
Casts the Service into MessageService
and calls super.setService.
setService(Service) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Casts the Service into HTTPProxyService
and calls super.setService.
setService(Service) -
Method in class flex.messaging.services.remoting.RemotingDestination
Casts the Service into RemotingService
and calls super.setService.
setServicename(String) -
Method in interface flex.messaging.io.PageableRowSet
setServicename(String) -
Method in class flex.messaging.io.PagedRowSet
setSharedBackend(boolean) -
Method in class flex.messaging.config.NetworkSettings
Sets the shared-backend property.
setShowStacktraces(boolean) -
Method in class flex.messaging.io.StatusInfoProxy
setSocketTimeout(int) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets the socket timeout in milliseconds for waiting for data.
setSource(String) -
Method in class flex.messaging.factories.JavaFactoryInstance
Sets the instance class to null, in addition to updating the
source property.
setSource(String) -
Method in class flex.messaging.FactoryDestination
Sets the source of the FactoryDestination that is used
in FactoryInstance creation.
setSource(String) -
Method in class flex.messaging.FactoryInstance
This is by convention the main property for the defining the
instance we create with this factory.
setSource(Object[]) -
Method in class flex.messaging.io.ArrayCollection
setSource(Collection) -
Method in class flex.messaging.io.ArrayCollection
setStaleCheckingEnabled(boolean) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets whether a check should be performed for stale connections.
setStartTimestamp(Date) -
Method in class flex.management.BaseControl
Sets the start timestamp for the managed component.
setSubscribeConstraint(String) -
Method in class flex.messaging.services.messaging.adapters.MessagingSecurityConstraintManager
Sets the subscribe constraint which is used to assert authorization in
subscribe, multi-subscribe, and unsubscribe operations.
setSubscriptionManager(ObjectName) -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Sets the ObjectName for the subscription manager used by the managed destination.
setSubscriptionTimeoutMinutes(int) -
Method in class flex.messaging.config.NetworkSettings
Sets the subscription-timeout-minutes property which is the idle time in
minutes before a subscriber that no messages are being pushed to will be unsubscribed.
setSubtopicSeparator(String) -
Method in class flex.messaging.config.ServerSettings
Sets the subtopic-separator property.
setSuspendedFilter(SuspendableAMFFilter) -
Method in class flex.messaging.endpoints.amf.SuspendableAMFFilter
Assigns a reference to the specific filter in the chain that is currently suspended.
setSyncReceiveIntervalMillis(long) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Sets the interval of the receive message call.
setSyncReceiveWaitMillis(long) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Sets how long a JMS proxy waits for a message before returning.
setTcpNoDelay(boolean) -
Method in class flex.messaging.services.http.HTTPConnectionManagerSettings
Sets whether Nagle's algorithm should be used for this connection.
setThrottleManager(ObjectName) -
Method in class flex.management.runtime.messaging.MessageDestinationControl
Sets the ObjectName for the throttle manager used by the managed destination.
setThrottleSettings(ThrottleSettings) -
Method in class flex.messaging.config.NetworkSettings
Sets the ThrottleSettings property.
setTimestamp(long) -
Method in interface flex.messaging.messages.Message
Sets the timestamp for the message.
setTimeToLive(long) -
Method in interface flex.messaging.messages.Message
Sets the time to live for the message.
setTransactedSessions(boolean) -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Deprecated.
setType(String) -
Method in class flex.messaging.io.amf.ASObject
Sets the named type.
setTypeMarshaller(TypeMarshaller) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the TypeMarshaller of the endpoint.
setTypeMarshaller(TypeMarshaller) -
Static method in class flex.messaging.io.TypeMarshallingContext
Establishes a TypeMarshallingContext for the current thread.
setTypeMarshallingContext(TypeMarshallingContext) -
Static method in class flex.messaging.io.TypeMarshallingContext
Establishes a TypeMarshallingContext for the current thread.
setupFlexClient(Message) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Utility method that endpoint implementations (or associated classes)
should invoke when they receive an incoming message from a client but before
servicing it.
setupFlexClient(String) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Utility method that endpoint implementations (or associated classes)
should invoke when they receive an incoming message from a client but before
servicing it.
setupFlexClient(String) -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Overrides to guard against duplicate HTTP-based sessions for the same FlexClient
which will occur if the remote host has disabled session cookies.
setupLogControl() -
Method in class flex.management.runtime.messaging.log.LogManager
setupUserAgentManager(ConfigMap, UserAgentManager) -
Static method in class flex.messaging.util.UserAgentManager
Initializes the provided manager with settings from the property map.
setUrl(String) -
Method in class flex.messaging.endpoints.AbstractEndpoint
Sets the url of the endpoint.
setUrl(String) -
Method in interface flex.messaging.endpoints.Endpoint
Sets the url of the endpoint.
setUseCustomAuthentication(boolean) -
Method in class flex.messaging.services.http.HTTPProxyDestination
Sets the use-custom-auth property.
setUsername(String) -
Method in class flex.messaging.services.http.ExternalProxySettings
Sets the username property.
setUserPrincipal(Principal) -
Static method in class flex.messaging.FlexContext
Sets the Principal on either the current FlexClient or FlexSession depending upon whether
perClientAuthentication is in use.
setUserPrincipal(Principal) -
Method in class flex.messaging.FlexSession
This method should be called on FlexContext and not on this class.
setValue(Object, String, Object) -
Method in class flex.messaging.io.BeanProxy
Updates the value of a property by name for the given instance.
setValue(Object, String, Object) -
Method in class flex.messaging.io.MapProxy
Updates the value of a property by name for the given instance.
setValue(Object, String, Object) -
Method in class flex.messaging.io.PageableRowSetProxy
setValue(String, Object) -
Method in interface flex.messaging.io.PropertyProxy
Updates the value of a propery by name for the default instance.
setValue(Object, String, Object) -
Method in interface flex.messaging.io.PropertyProxy
Updates the value of a property by name for the given instance.
setValue(Object, String, Object) -
Method in class flex.messaging.io.StatusInfoProxy
setWaitInterval(long) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Sets the number of milliseconds the server poll response thread will be
waiting for messages to arrive for the client.
setWidth(int) -
Method in class flex.graphics.ImageSnapshot
Set width in pixels.
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.
SimpleCharStream - Class in flex.messaging.services.messaging.selector An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). SimpleCharStream(Reader, int, int, int) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SimpleCharStream(Reader, int, int) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SimpleCharStream(Reader) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SimpleCharStream(InputStream, int, int, int) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SimpleCharStream(InputStream, int, int) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SimpleCharStream(InputStream) -
Constructor for class flex.messaging.services.messaging.selector.SimpleCharStream
SLASH -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
SOAPProxyAdapter - Class in flex.messaging.services.http A Soap specific subclass of HttpProxyAdapter to
allow for future web services features. SOAPProxyAdapter() -
Constructor for class flex.messaging.services.http.SOAPProxyAdapter
Constructs an unmanaged SOAPProxyAdapter instance.
SOAPProxyAdapter(boolean) -
Constructor for class flex.messaging.services.http.SOAPProxyAdapter
Constructs a SOAPProxyAdapter instance.
SOAPProxyAdapterControlMBean - Interface in flex.management.runtime.messaging.services.http Defines the runtime monitoring and management interface for managed SOAP
proxy adapters. SOURCE -
Static variable in interface flex.messaging.FlexFactory
Source string.
specialToken -
Variable in class flex.messaging.services.messaging.selector.Token
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
SQLAndExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLBetweenClause(Object) -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLColRef() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLCompareExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLCompareExprRight(Object) -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLInClause(Object) -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLIsClause() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLLikeClause(Object) -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLLiteral() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLLValueElement() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLLValueList() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLNotExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLOrExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLParser - Class in flex.messaging.services.messaging.selector Subset of SQL-92 used by JMS message selectors. SQLParser(JMSSelector, InputStream) -
Constructor for class flex.messaging.services.messaging.selector.SQLParser
SQLParser(InputStream) -
Constructor for class flex.messaging.services.messaging.selector.SQLParser
SQLParser(Reader) -
Constructor for class flex.messaging.services.messaging.selector.SQLParser
SQLParser(SQLParserTokenManager) -
Constructor for class flex.messaging.services.messaging.selector.SQLParser
SQLParserConstants - Interface in flex.messaging.services.messaging.selector SQLParserTokenManager - Class in flex.messaging.services.messaging.selector SQLParserTokenManager(SimpleCharStream) -
Constructor for class flex.messaging.services.messaging.selector.SQLParserTokenManager
SQLParserTokenManager(SimpleCharStream, int) -
Constructor for class flex.messaging.services.messaging.selector.SQLParserTokenManager
SQLPattern() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLProductExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLSumExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLTerm() -
Method in class flex.messaging.services.messaging.selector.SQLParser
SQLUnaryExpr() -
Method in class flex.messaging.services.messaging.selector.SQLParser
start() -
Method in class flex.management.ManageableComponent
Validates and starts the component.
start() -
Method in class flex.messaging.Destination
Starts the destination if its associated Service is started
and if the destination is not already running.
start() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Starts the endpoint if its associated MessageBroker is started,
and if the endpoint is not already running.
start() -
Method in class flex.messaging.endpoints.BaseHTTPEndpoint
Starts the Endpoint by creating a filter chain and setting
up serializers and deserializers.
start() -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Sets up monitoring of waited poll requests so they can be notified and exit when the
endpoint stops.
start() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
start() -
Method in interface flex.messaging.endpoints.Endpoint
Start the endpoint.
start() -
Method in interface flex.messaging.FlexComponent
Invoked to start the component.
start(ServletConfig) -
Method in class flex.messaging.security.JRunLoginCommand
Called to initialize a login command prior to authentication/authorization requests.
start(ServletConfig) -
Method in interface flex.messaging.security.LoginCommand
Called to initialize a login command prior to authentication/authorization requests.
start() -
Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker as server starts.
start() -
Method in class flex.messaging.services.AbstractService
Starts the service if its associated MessageBroker is started.
start() -
Method in class flex.messaging.services.MessageService
start() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Starts the adapter.
start() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Starts the JMSConsumer.
start() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Starts the JMSProxy.
start() -
Method in class flex.messaging.services.messaging.adapters.JMSQueueConsumer
Starts the JMSQueueConsumer.
start() -
Method in class flex.messaging.services.remoting.adapters.JavaAdapter
Starts the adapter if its associated Destination is started
and if the adapter is not already running.
start() -
Method in class flex.messaging.services.ServiceAdapter
Starts the adapter if its associated Destination is started
and if the adapter is not already running.
start_amfx(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_array(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_body(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_bytearray(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_date(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_double(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_false(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_header(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_int(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_item(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_null(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_object(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_ref(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_string(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_traits(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_true(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_undefined(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
start_xml(Attributes) -
Method in class flex.messaging.io.amfx.AmfxInput
startAMFArray(int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts an AMF array.
startAMFObject(String, int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts an AMFObject.
startByteArray(int, int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a ByteArrray.
startCommand(Object, int, Object) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a command.
startECMAArray(int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts an ECMA array.
startElement(String, String, String, Attributes) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
startExternalizableObject(String, int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts an ExternalizableObject.
startHeader(String, boolean, int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a header.
startMessage(String, String, int) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a message.
startRequest(String) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a request with the message.
startResponse(String) -
Method in class flex.messaging.io.amf.AmfTrace
Starts a response with the message.
staticFlag -
Static variable in class flex.messaging.services.messaging.selector.SimpleCharStream
StatusInfoProxy - Class in flex.messaging.io Serializes a Throwable as a Status Info object, which is sent
back to the client as an ActionScript object with the following
keys:
code: We report this as Server.Processing. StatusInfoProxy() -
Constructor for class flex.messaging.io.StatusInfoProxy
StatusInfoProxy(Throwable) -
Constructor for class flex.messaging.io.StatusInfoProxy
stop() -
Method in class flex.management.ManageableComponent
Invalidates and stops the component.
stop() -
Method in class flex.management.runtime.messaging.log.LogManager
stop() -
Method in class flex.messaging.Destination
The default implementation of this method stops all of the adapters
of the destination.
stop() -
Method in class flex.messaging.endpoints.AbstractEndpoint
Stops the endpoint if it's running.
stop() -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
Ensures that no poll requests in a wait state are left un-notified when the endpoint stops.
stop() -
Method in class flex.messaging.endpoints.BaseStreamingHTTPEndpoint
stop() -
Method in interface flex.messaging.endpoints.Endpoint
Stop and destroy the endpoint.
stop() -
Method in class flex.messaging.FactoryDestination
This method first calls stop on its superclass Destination and then
removes any assemblers from the ServletContext or Session that are ready for removal.
stop() -
Method in interface flex.messaging.FlexComponent
Invoked to stop the component.
stop() -
Method in class flex.messaging.MessageDestination
This method first calls stop on its superclass and then cleans up the SubscriptionManager.
stop() -
Method in class flex.messaging.security.JRunLoginCommand
Called to free up resources used by the login command.
stop() -
Method in interface flex.messaging.security.LoginCommand
Called to free up resources used by the login command.
stop() -
Method in class flex.messaging.services.AbstractBootstrapService
Called by the MessageBroker as server stops.
stop() -
Method in class flex.messaging.services.AbstractService
The default implementation of this method stops all of the destinations
of the service.
stop() -
Method in class flex.messaging.services.messaging.adapters.JMSAdapter
Stops the adapter.
stop() -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Stops the JMSConsumer by stopping its associated receiver
adapter and closing the underlying MessageConsumer.
stop(boolean) -
Method in class flex.messaging.services.messaging.adapters.JMSConsumer
Stops the JMSConsumer and unsubscribes a durable subscription
if one exists.
stop() -
Method in class flex.messaging.services.messaging.adapters.JMSProxy
Stops the JMSProxy by stopping its associated session
and connection.
stop() -
Method in class flex.messaging.services.ServiceAdapter
Stops the ServiceAdapter.
StreamingAMFEndpoint - Class in flex.messaging.endpoints Extension to the AMFEndpoint to support streaming HTTP connections to connected
clients. StreamingAMFEndpoint() -
Constructor for class flex.messaging.endpoints.StreamingAMFEndpoint
Constructs an unmanaged StreamingAMFEndpoint.
StreamingAMFEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.StreamingAMFEndpoint
Constructs a StreamingAMFEndpoint with the indicated management.
StreamingAMFEndpointControl - Class in flex.management.runtime.messaging.endpoints The StreamingAMFEndpointControl class is the MBean implemenation
for monitoring and managing an StreamingAMFEndpoint at runtime. StreamingAMFEndpointControl(StreamingAMFEndpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.StreamingAMFEndpointControl
Constructs a StreamingAMFEndpointControl, assigning managed message
endpoint and parent MBean.
StreamingAMFEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed streaming
AMF endpoints. StreamingEndpointControl - Class in flex.management.runtime.messaging.endpoints The StreamingEndpointControl class is the base MBean implementation
for monitoring and managing a BaseStreamingHTTPEndpoint at runtime. StreamingEndpointControl(BaseStreamingHTTPEndpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
Constructs a StreamingEndpointControl, assigning managed message
endpoint and parent MBean.
StreamingEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed streaming
endpoints. StreamingHTTPEndpoint - Class in flex.messaging.endpoints Extension to the HTTPEndpoint to support streaming HTTP connections to connected
clients. StreamingHTTPEndpoint() -
Constructor for class flex.messaging.endpoints.StreamingHTTPEndpoint
Constructs an unmanaged StreamingHTTPEndpoint.
StreamingHTTPEndpoint(boolean) -
Constructor for class flex.messaging.endpoints.StreamingHTTPEndpoint
Constructs a StreamingHTTPEndpoint with the indicated management.
StreamingHTTPEndpointControl - Class in flex.management.runtime.messaging.endpoints The StreamingHTTPEndpointControl class is the MBean implemenation
for monitoring and managing a StreamingHTTPEndpoint at runtime. StreamingHTTPEndpointControl(StreamingHTTPEndpoint, BaseControl) -
Constructor for class flex.management.runtime.messaging.endpoints.StreamingHTTPEndpointControl
Constructs a StreamingHTTPEndpointControl, assigning managed message
endpoint and parent MBean.
StreamingHTTPEndpointControlMBean - Interface in flex.management.runtime.messaging.endpoints Defines the runtime monitoring and management interface for managed streaming
HTTP endpoints. STRING_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
STRING_LITERAL -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
STRING_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
STRING_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
SUBSCRIBE_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to subscribe to a remote destination.
subscribeFromPeer(String, Boolean, String, String, Object) -
Method in class flex.messaging.services.MessageService
This is called remotely from other cluster members when a new remote subscription is identified.
SUBSCRIPTION_INVALIDATE_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to indicate that the client's subscription to a
remote destination has been invalidated.
SUBSCRIPTION_INVALIDATED_HEADER -
Static variable in class flex.messaging.messages.CommandMessage
The name for the header used internaly on the server to indicate that an unsubscribe
message is due to a client subscription being invalidated.
SUBSCRIPTION_TIMEOUT_MINUTES -
Static variable in class flex.messaging.config.NetworkSettings
SubscriptionManagerControl - Class in flex.management.runtime.messaging.services.messaging The SubscriptionManagerControl class is the MBean implementation for
monitoring and managing a SubscriptionManager at runtime. SubscriptionManagerControl(SubscriptionManager, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.messaging.SubscriptionManagerControl
Constructs a new SubscriptionManagerControl instance, assigning its
backing SubscriptionManager.
SubscriptionManagerControlMBean - Interface in flex.management.runtime.messaging.services.messaging Defines the runtime monitoring and management interface for
SubscriptionManagers. Subtopic - Class in flex.messaging.services.messaging Represents a message destination subtopic. SUBTOPIC_HEADER_NAME -
Static variable in class flex.messaging.messages.AsyncMessage
The name for the subtopic header if the message targets a destination
subtopic.
SUBTOPIC_SEPARATOR -
Static variable in class flex.messaging.messages.CommandMessage
The separator used in the add and remove subscription headers for
multi subscribe messages.
SUBTOPIC_WILDCARD -
Static variable in class flex.messaging.services.messaging.Subtopic
The wildcard token for hierarchical subtopics.
supportDatesByReference -
Variable in class flex.messaging.io.SerializationContext
supportRemoteClass -
Variable in class flex.messaging.io.SerializationContext
SUSPEND_PROCESSING_HEADER -
Static variable in class flex.messaging.endpoints.amf.SuspendableMessageBrokerFilter
The message header that must be set in AcknowledgeMessage responses that will trigger
a suspension of filter chain processing.
SuspendableAMFFilter - Class in flex.messaging.endpoints.amf Base class for suspendable AMF filter implementations. SuspendableAMFFilter() -
Constructor for class flex.messaging.endpoints.amf.SuspendableAMFFilter
Constructs a SuspendableAMFFilter .
SuspendableBatchProcessFilter - Class in flex.messaging.endpoints.amf Filter that splits a batched AMF message into individual invocations of the chain from this point forward
for each message within the batch that deserializes without errors. SuspendableBatchProcessFilter() -
Constructor for class flex.messaging.endpoints.amf.SuspendableBatchProcessFilter
SuspendableLegacyFilter - Class in flex.messaging.endpoints.amf This filter adds support for legacy FlashRemoting invocations. SuspendableLegacyFilter(LoginManager) -
Constructor for class flex.messaging.endpoints.amf.SuspendableLegacyFilter
Constructs a SuspendableLegacyFilter .
SuspendableMessageBrokerFilter - Class in flex.messaging.endpoints.amf Filter that routes deserialized Flex messages to the MessageBroker for processing. SuspendableMessageBrokerFilter(AbstractEndpoint, String) -
Constructor for class flex.messaging.endpoints.amf.SuspendableMessageBrokerFilter
Constructs a SuspendableMessageBrokerFilter .
SuspendableSerializationFilter - Class in flex.messaging.endpoints.amf Filter for serializing and deserializing AMF. SuspendableSerializationFilter(String, SerializationContext, TypeMarshaller) -
Constructor for class flex.messaging.endpoints.amf.SuspendableSerializationFilter
Constructs a SuspendableSerializationFilter .
SwitchTo(int) -
Method in class flex.messaging.services.messaging.selector.SQLParserTokenManager
SYNC_HEADER -
Static variable in interface flex.messaging.messages.Message
Presence of param means that auto-sync is false for the destination.
T
Target - Interface in flex.messaging.log All logger target implementations within the logging framework must
implement this interface. text(String) -
Method in class flex.messaging.io.amfx.AmfxInput
ThrottleManager.ThrottleResult - Class in flex.messaging.services.messaging This class is used to keep track of throttling results. ThrottleManager.ThrottleResult(int) -
Constructor for class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
ThrottleManager.ThrottleResult(int, MessageException) -
Constructor for class flex.messaging.services.messaging.ThrottleManager.ThrottleResult
ThrottleManagerControl - Class in flex.management.runtime.messaging.services.messaging The ThrottleManagerControl class is the MBean implementation for
monitoring and managing a ThrottleManager at runtime. ThrottleManagerControl(ThrottleManager, BaseControl) -
Constructor for class flex.management.runtime.messaging.services.messaging.ThrottleManagerControl
Constructs a new ThrottleManagerControl instance, assigning its
backing ThrottleManager.
ThrottleManagerControlMBean - Interface in flex.management.runtime.messaging.services.messaging Defines the runtime monitoring and management interface for
ThrottleManagers. ThrottleSettings - Class in flex.messaging.config This configuration class is derived from optional properties that
may be supplied in the <properties> section of a destination. ThrottleSettings() -
Constructor for class flex.messaging.config.ThrottleSettings
Creates a ThrottleSettings instance with default settings.
ThrowableProxy - Class in flex.messaging.io Throwable instances are treated as a special type of Bean as
usually properties are read only but need to be serialized. ThrowableProxy() -
Constructor for class flex.messaging.io.ThrowableProxy
ThrowableProxy(Throwable) -
Constructor for class flex.messaging.io.ThrowableProxy
timeout() -
Method in class flex.messaging.client.FlexClient.AsyncPollWithTimeout
timeout() -
Method in class flex.messaging.FlexSession
Default implementation invokes invalidate() upon timeout.
TIMING_LOG_CATEGORY -
Static variable in class flex.messaging.services.MessageService
Log category for MessageService that captures message timing.
toAttribute() -
Method in class flex.management.jmx.Attribute
Utility method to convert this Attribute instance to a javax.management.Attribute instance.
toByteArray(String) -
Static method in class flex.messaging.util.UUIDUtils
Converts a UID formatted String to a byte[].
token -
Variable in class flex.messaging.services.messaging.selector.SQLParser
Token - Class in flex.messaging.services.messaging.selector Describes the input token stream. Token() -
Constructor for class flex.messaging.services.messaging.selector.Token
token_source -
Variable in class flex.messaging.services.messaging.selector.SQLParser
tokenImage -
Variable in exception flex.messaging.services.messaging.selector.ParseException
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
tokenImage -
Static variable in interface flex.messaging.services.messaging.selector.SQLParserConstants
TokenMgrError - Error in flex.messaging.services.messaging.selector TokenMgrError() -
Constructor for error flex.messaging.services.messaging.selector.TokenMgrError
TokenMgrError(String, int) -
Constructor for error flex.messaging.services.messaging.selector.TokenMgrError
TokenMgrError(boolean, int, int, int, String, char, int) -
Constructor for error flex.messaging.services.messaging.selector.TokenMgrError
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.
TomcatLogin - Interface in flex.messaging.security Interface to code in the Tomcat valve. TomcatLoginCommand - Class in flex.messaging.security A Tomcat specific implementation of LoginCommand. TomcatLoginCommand() -
Constructor for class flex.messaging.security.TomcatLoginCommand
TomcatLoginHolder - Class in flex.messaging.security Contains the last good TomcatLogin for use by the
TomcatLoginCommand. 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.messaging.io.amf.ASObject
Returns a string representation of this object.
toString() -
Method in exception flex.messaging.io.amf.client.exceptions.ClientStatusException
Returns a String representation of the exception.
toString() -
Method in class flex.messaging.io.amf.client.exceptions.ServerStatusException.HttpResponseInfo
Returns a String representation of the HTTP response information.
toString() -
Method in exception flex.messaging.io.amf.client.exceptions.ServerStatusException
Returns a String representation of the exception.
toString() -
Method in class flex.messaging.io.SerializationDescriptor
toString() -
Method in class flex.messaging.io.SerializationProxy
toString() -
Method in exception flex.messaging.LocalizedException
Returns a string represenation of the exception.
toString() -
Method in class flex.messaging.services.messaging.selector.Token
Returns the image.
toString() -
Method in class flex.messaging.services.messaging.Subtopic
Override of toString.
TOTAL_COUNT -
Static variable in class flex.messaging.io.PageableRowSetProxy
ActionScript (AS) Object Key Names.
TRAITS_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
TRAITS_EXTERNALIZALBE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
TRAITS_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
TRAITS_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
TRIGGER_CONNECT_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to trigger a client connect attempt.
TRUE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
TRUE_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
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.
TypeMarshaller - Interface in flex.messaging.io A utility to convert between data types, useful for mapping
loosely typed client classes to more strongly typed server classes. TypeMarshallingContext - Class in flex.messaging.io A simple context to hold type marshalling specific settings. TypeMarshallingContext() -
Constructor for class flex.messaging.io.TypeMarshallingContext
Constructs a default type marshalling context.
U
UNDEFINED_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
UNDEFINED_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
UNKNOWN_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This is the default operation for new CommandMessage instances.
unregister() -
Method in class flex.management.BaseControl
Unregisters this instance from the MBean server if it has been registered
previously.
unregister(Class) -
Method in class flex.messaging.io.PropertyProxyRegistry
Removes a custom PropertyProxy from the registry.
unregisterAdapter(String) -
Method in class flex.messaging.services.AbstractService
Unregistered the adapter with the AbstractService and
set the default adapter to null if needed.
unregisterAdapter(String) -
Method in interface flex.messaging.services.Service
Unregistered the adapter with the Service and
set the default adapter to null if needed.
unregisterAlias(String) -
Method in class flex.messaging.io.ClassAliasRegistry
Removes a class alias from the registry.
unregisterMBean(String) -
Method in class flex.management.jmx.MBeanServerGateway
Unregisters an MBean from the MBean server.
unregisterMessageClient(MessageClient) -
Method in interface flex.messaging.client.EndpointPushHandler
Invoked to notify the handler that a MessageClient subscription that was using it has
been invalidated.
unregisterRuntimeMBeans(MessageBroker) -
Static method in class flex.management.MBeanLifecycleManager
Unregisters all runtime MBeans that are registered in the same domain as the
MessageBrokerControl for the target MessageBroker.
UNSUBSCRIBE_OPERATION -
Static variable in class flex.messaging.messages.CommandMessage
This operation is used to unsubscribe from a remote destination.
useDurableConsumers() -
Method in class flex.messaging.services.messaging.adapters.JMSSettings
Returns whether consumers are durable or not.
USER_AGENT_HEADER_NAME -
Static variable in class flex.messaging.util.UserAgentManager
The name of the HTTP header that transports the user agent value.
UserAgentManager - Class in flex.messaging.util Manages user agent information. UserAgentManager() -
Constructor for class flex.messaging.util.UserAgentManager
UserAgentSettings - Class in flex.messaging.client A class to hold user agent specific properties. UserAgentSettings() -
Constructor for class flex.messaging.client.UserAgentSettings
UTF_8 -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
UUIDUtils - Class in flex.messaging.util Static class that creates GUIDs according to the principles laid out in
UUIDs and GUIDs .
V
value -
Variable in class flex.management.jmx.Attribute
The value of the attribute.
valueBound(FlexClientBindingEvent) -
Method in interface flex.messaging.client.FlexClientBindingListener
Callback invoked when the object is bound to a FlexClient.
valueBound(FlexSessionBindingEvent) -
Method in interface flex.messaging.FlexSessionBindingListener
Callback invoked when the object is bound to a Flex session.
valueBound(HttpSessionBindingEvent) -
Method in class flex.messaging.HttpFlexSession
Implements HttpSessionBindingListener.
valueUnbound(FlexClientBindingEvent) -
Method in interface flex.messaging.client.FlexClientBindingListener
Callback invoked when the object is unbound from a FlexClient.
valueUnbound(FlexSessionBindingEvent) -
Method in interface flex.messaging.FlexSessionBindingListener
Callback invoked when the object is unbound from a Flex session.
valueUnbound(HttpSessionBindingEvent) -
Method in class flex.messaging.HttpFlexSession
Implements HttpSessionBindingListener.
version(int) -
Method in class flex.messaging.io.amf.AmfTrace
Adds the version to the buffer.
VERSION -
Static variable in class flex.messaging.io.PageableRowSetProxy
W
waitEnd(Object) -
Method in interface flex.messaging.client.PollWaitListener
Hook method invoked directly after a wait completes.
waitEnd(Object) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
waitStart(Object) -
Method in interface flex.messaging.client.PollWaitListener
Hook method invoked directly before a wait begins.
waitStart(Object) -
Method in class flex.messaging.endpoints.BasePollingHTTPEndpoint
warning(SAXParseException) -
Method in class flex.messaging.io.amfx.AmfxMessageDeserializer
WeblogicLoginCommand - Class in flex.messaging.security Authenticates against WebLogic and if using an HttpServlet will store
the authenticated user in the request. WeblogicLoginCommand() -
Constructor for class flex.messaging.security.WeblogicLoginCommand
WebSphereLoginCommand - Class in flex.messaging.security Authenticates against WebSphere but does not store the authenticated
user in the HttpServletRequest for http attempts due to the container
not providing a mechanism for access. WebSphereLoginCommand() -
Constructor for class flex.messaging.security.WebSphereLoginCommand
WebSphereMBeanServerLocator - Class in flex.management Custom MBeanServerLocator for use with WebSphere. WebSphereMBeanServerLocator() -
Constructor for class flex.management.WebSphereMBeanServerLocator
writable -
Variable in class flex.management.jmx.MBeanAttributeInfo
Whether the attribute can be written.
write(Object) -
Method in class flex.messaging.io.amf.AmfTrace
Writes an Object type.
write(boolean) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a boolean type.
write(double) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a double type.
write(float) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a float type.
write(int) -
Method in class flex.messaging.io.amf.AmfTrace
Writes an integer type.
write(long) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a long type.
write(short) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a short type.
write(byte) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a byte type.
writeExternal(ObjectOutput) -
Method in class flex.messaging.io.ArrayCollection
writeExternal(ObjectOutput) -
Method in class flex.messaging.io.ObjectProxy
writeExternal(ObjectOutput) -
Method in class flex.messaging.io.SerializationProxy
writeNull() -
Method in class flex.messaging.io.amf.AmfTrace
Writes a null type.
writeObject(Object) -
Method in interface flex.messaging.io.amf.ActionMessageOutput
A convenient entry point for writing out any Object for conversion to ActionScript.
writeObject(Object) -
Method in class flex.messaging.io.amfx.AmfxOutput
writeObjectEnd() -
Method in class flex.messaging.io.amfx.AmfxOutput
writeObjectProperty(String, Object) -
Method in class flex.messaging.io.amfx.AmfxOutput
writeObjectTraits(TraitsInfo) -
Method in class flex.messaging.io.amfx.AmfxOutput
writeRef(int) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a ref type.
writeString(String) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a String type.
writeStringRef(int) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a String ref type.
writeTraitsInfoRef(int) -
Method in class flex.messaging.io.amf.AmfTrace
Writes a traits info type.
writeUndefined() -
Method in class flex.messaging.io.amf.AmfTrace
Writes an undefined type.
writeUTF(String) -
Method in class flex.messaging.io.amfx.AmfxOutput
X
XML_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
XML_DOC_CLOSE_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
XML_DOC_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
XML_OPEN_TAG -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
XML_TYPE -
Static variable in interface flex.messaging.io.amfx.AmfxTypes
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/index-all.html
Add Comment