Serialized Form


Package flex.graphics

Class flex.graphics.ImageSnapshot extends HashMap implements Serializable

serialVersionUID: 7914317354403674061L

Serialized Fields

properties

Map properties

contentType

String contentType

data

byte[] data

height

int height

width

int width

Package flex.management

Class flex.management.ManagementException extends MessageException implements Serializable

serialVersionUID: 1296149563830613956L


Package flex.messaging

Class flex.messaging.Destination extends ManageableComponent implements Serializable

serialVersionUID: -977001797620881435L

Serialized Fields

adapter

ServiceAdapter adapter

channelIds

List channelIds

networkSettings

NetworkSettings networkSettings

securityConstraint

SecurityConstraint securityConstraint

securityConstraintRef

String securityConstraintRef

extraProperties

HashMap extraProperties

Class flex.messaging.FactoryDestination extends Destination implements Serializable

Serialized Fields

factory

FlexFactory factory

source

String source

scope

String scope

factoryId

String factoryId

factoryInstance

FactoryInstance factoryInstance

factoryProperties

ConfigMap factoryProperties

Class flex.messaging.HttpFlexSession extends FlexSession implements Serializable

serialVersionUID: -1260409488935306147L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
Implements Serializable; only the Principal needs to be serialized as all attribute storage is delegated to the associated HttpSession.


writeObject

private void writeObject(ObjectOutputStream stream)
Implements Serializable; only the Principal needs to be serialized as all attribute storage is delegated to the associated HttpSession.

Serialized Fields

httpSession

javax.servlet.http.HttpSession httpSession
Reference to the HttpSession allows us to invalidate it and use it for attribute management.

Class flex.messaging.LocalizedException extends RuntimeException implements Serializable

serialVersionUID: 7980539484335065853L

Class flex.messaging.MessageClient extends TimeoutAbstractObject implements Serializable

serialVersionUID: 3730240451524954453L

Serialized Fields

clientChannelDisconnected

boolean clientChannelDisconnected
This flag is set to true when the client channel that this subscription was established over is disconnected. It supports cleaning up per-endpoint outbound queues maintained by the FlexClient. If the client notifies the server that its channel is disconnecting, the FlexClient does not need to maintain an outbound queue containing a subscription invalidation message for this MessageClient to send to the client.


clientId

Object clientId
The clientId for the MessageClient. This value is specified by the client directly or is autogenerated on the client.


destination

MessageDestination destination
Internal reference to the associated MessageDestination; don't expose this in the public API.


destinationId

String destinationId
The destination the MessageClient is subscribed to.


endpointId

String endpointId
The Id for the endpoint this MessageClient subscription was created over.


invalidating

boolean invalidating
Flag used to break cycles during invalidation.


lock

Object lock
The lock to use to guard all state changes for the MessageClient.


attemptingInvalidationClientNotification

boolean attemptingInvalidationClientNotification
Flag indicating whether the MessageClient is attempting to notify the remote client of its invalidation.


subscriptions

Set subscriptions
A set of all of the subscriptions managed by this message client.


valid

boolean valid
Flag indicating whether this client is valid or not.


willTimeout

boolean willTimeout
Flag that indicates whether the MessageClient has a per-destination subscription timeout. If false, the MessageClient will remain valid until its associated FlexSession is invalidated.


registered

boolean registered
Has anyone explicitly registered this message client. This indicates that there is a reference to this MessageClient which is not an explicit subscription. This is a hook for FDMS and other adapters which want to use pushMessageToClients with clientIds but that do not want the subscription manager to manage subscriptions for them.

Class flex.messaging.MessageDestination extends FactoryDestination implements Serializable

serialVersionUID: -2016911808141319012L

Serialized Fields

serverSettings

ServerSettings serverSettings

subscriptionManager

SubscriptionManager subscriptionManager

remoteSubscriptionManager

RemoteSubscriptionManager remoteSubscriptionManager

throttleManager

ThrottleManager throttleManager

controller

MessageDestinationControl controller

Class flex.messaging.MessageException extends LocalizedException implements Serializable

Serialized Fields

logged

boolean logged

Package flex.messaging.config

Class flex.messaging.config.ConfigMap extends LinkedHashMap implements Serializable

serialVersionUID: 8913604659150919550L

Serialized Fields

accessedKeys

HashSet accessedKeys
Map to keep track of accessed properties.

Class flex.messaging.config.ConfigurationException extends LocalizedException implements Serializable

serialVersionUID: -6999307106348525358L


Package flex.messaging.endpoints

Class flex.messaging.endpoints.DuplicateSessionException extends MessageException implements Serializable


Package flex.messaging.io

Class flex.messaging.io.ArrayCollection extends ArrayList implements Serializable

serialVersionUID: 8037277879661457358L

Serialization Methods

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Throws:
IOException

Class flex.messaging.io.BeanProxy extends AbstractProxy implements Serializable

serialVersionUID: 7365078101695257715L

Serialized Fields

cacheProperties

boolean cacheProperties

cachePropertiesDescriptors

boolean cachePropertiesDescriptors

stopClass

Class stopClass

Class flex.messaging.io.DictionaryProxy extends BeanProxy implements Serializable

serialVersionUID: 1501461889185692712L

Class flex.messaging.io.MapProxy extends BeanProxy implements Serializable

serialVersionUID: 7857999941099335210L

Class flex.messaging.io.ObjectProxy extends HashMap implements Serializable

serialVersionUID: 6978936573135117900L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class flex.messaging.io.PageableRowSetProxy extends AbstractProxy implements Serializable

serialVersionUID: 1121859941216924326L

Class flex.messaging.io.RecoverableSerializationException extends SerializationException implements Serializable

serialVersionUID: 2671402324412964558L

Class flex.messaging.io.SerializationContext extends Object implements Serializable

serialVersionUID: -3020985035377116475L

Serialized Fields

legacyXMLDocument

boolean legacyXMLDocument

legacyXMLNamespaces

boolean legacyXMLNamespaces

legacyCollection

boolean legacyCollection

legacyMap

boolean legacyMap

legacyThrowable

boolean legacyThrowable

legacyBigNumbers

boolean legacyBigNumbers

legacyExternalizable

boolean legacyExternalizable

restoreReferences

boolean restoreReferences

supportRemoteClass

boolean supportRemoteClass

supportDatesByReference

boolean supportDatesByReference

createASObjectForMissingType

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


enableSmallMessages

boolean enableSmallMessages
Provides a way to control whether small messages should be sent even if the client can support them. If set to false, small messages will not be sent. The default is true.


instantiateTypes

boolean instantiateTypes
Determines whether type information will be used to instantiate a new instance. If set to false, types will be deserialized as flex.messaging.io.ASObject instances with type information retained but not used to create an instance. Note that types in the flex.* package (and any subpackage) will always be instantiated. The default is true.


ignorePropertyErrors

boolean ignorePropertyErrors

logPropertyErrors

boolean logPropertyErrors

deserializer

Class deserializer

serializer

Class serializer

Class flex.messaging.io.SerializationDescriptor extends HashMap implements Serializable

serialVersionUID: 1828426777611186569L

Serialized Fields

excludes

List excludes

Class flex.messaging.io.SerializationException extends MessageException implements Serializable

serialVersionUID: -5723542920189973518L

Class flex.messaging.io.SerializationProxy extends MapProxy implements Serializable

serialVersionUID: -2544463435731984479L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class flex.messaging.io.StatusInfoProxy extends AbstractProxy implements Serializable

serialVersionUID: 8860353096401173320L

Serialized Fields

showStacktraces

boolean showStacktraces

Class flex.messaging.io.ThrowableProxy extends BeanProxy implements Serializable

serialVersionUID: 6363249716988887262L


Package flex.messaging.io.amf

Class flex.messaging.io.amf.ASObject extends HashMap implements Serializable

serialVersionUID: 1613529666682805692L

Serialized Fields

inHashCode

boolean inHashCode

inToString

boolean inToString

namedType

String namedType
the named type, if any.


Package flex.messaging.io.amf.client.exceptions

Class flex.messaging.io.amf.client.exceptions.ClientStatusException extends Exception implements Serializable

Serialized Fields

code

String code

Class flex.messaging.io.amf.client.exceptions.ServerStatusException extends Exception implements Serializable

Serialized Fields

data

Object data

httpResponseInfo

ServerStatusException.HttpResponseInfo httpResponseInfo

Package flex.messaging.messages

Class flex.messaging.messages.AsyncMessage extends AbstractMessage implements Serializable

serialVersionUID: -3549535089417916783L

Serialized Fields

correlationId

String correlationId

correlationIdBytes

byte[] correlationIdBytes

Class flex.messaging.messages.CommandMessage extends AsyncMessage implements Serializable

serialVersionUID: -4026438615587526303L

Serialized Fields

operation

int operation
The operation to execute for messages of this type.


Package flex.messaging.security

Class flex.messaging.security.SecurityException extends MessageException implements Serializable

serialVersionUID: -3168212117963624230L

Serialized Fields

failingMessage

Message failingMessage

Package flex.messaging.services.http

Class flex.messaging.services.http.HTTPProxyDestination extends Destination implements Serializable

serialVersionUID: -5749492520894791206L

Serialized Fields

defaultUrl

String defaultUrl

dynamicUrls

List dynamicUrls

remoteUsername

String remoteUsername

remotePassword

String remotePassword

useCustomAuthentication

boolean useCustomAuthentication

protocolFactory

ProtocolFactory protocolFactory

allowsDynamicAuthentication

boolean allowsDynamicAuthentication

dynamicParsed

boolean dynamicParsed

parsedDefaultUrl

String parsedDefaultUrl

parsedDynamicUrls

List parsedDynamicUrls

controller

HTTPProxyDestinationControl controller

Package flex.messaging.services.messaging.adapters

Class flex.messaging.services.messaging.adapters.JMSExceptionEvent extends EventObject implements Serializable

Serialized Fields

jmsException

javax.jms.JMSException jmsException

Package flex.messaging.services.messaging.selector

Class flex.messaging.services.messaging.selector.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class flex.messaging.services.messaging.selector.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package flex.messaging.services.remoting

Class flex.messaging.services.remoting.RemotingDestination extends FactoryDestination implements Serializable

serialVersionUID: -8454338922948146048L

Serialized Fields

methodMatcher

MethodMatcher methodMatcher

controller

RemotingDestinationControl controller



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/serialized-form.html