Serialized Form


Package flex.acrobat.pdf

Class flex.acrobat.pdf.PDFException extends MessageException implements Serializable

serialVersionUID: 7439405408227246629L


Package flex.data

Class flex.data.DataDestination extends MessageDestination implements Serializable

serialVersionUID: 8372464577453530045L

Serialized Fields

autoSyncEnabled

boolean autoSyncEnabled

cacheItems

boolean cacheItems

itemClass

Class itemClass

metadataSettings

MetadataSettings metadataSettings

useTransactions

boolean useTransactions

sequenceManager

flex.data.SequenceManager sequenceManager

serializationDescriptorSet

boolean serializationDescriptorSet

serializationDescriptor

flex.messaging.io.SerializationDescriptor serializationDescriptor

lazyAssociationsSet

boolean lazyAssociationsSet

lazyAssociations

List lazyAssociations

numNonLazyAssociations

int numNonLazyAssociations

readOnlyPropertiesSet

boolean readOnlyPropertiesSet

readOnlyProperties

List readOnlyProperties

numSequencedAssociations

int numSequencedAssociations

needsReferencedIds

boolean needsReferencedIds

needsReferencedIdsSet

boolean needsReferencedIdsSet

hasSelfAssociations

boolean hasSelfAssociations

controller

flex.management.runtime.data.DataDestinationControl controller

Class flex.data.DataServiceException extends MessageException implements Serializable

serialVersionUID: 560308338068693121L

Class flex.data.DataSyncException extends MessageException implements Serializable

serialVersionUID: 3957673467532086267L

Serialized Fields

conflictCause

flex.data.messages.DataMessage conflictCause

serverObject

Object serverObject

propertyNames

List propertyNames

Class flex.data.ItemIdentity extends Object implements Serializable

serialVersionUID: 6262248757392848903L

Serialized Fields

internal

Map internal

cachedHashCode

int cachedHashCode

Class flex.data.UpdateCollectionRange extends Object implements Serializable

serialVersionUID: -5743439018058946377L

Serialized Fields

updateType

int updateType

position

int position

identities

Object[] identities

Package flex.data.adapters

Class flex.data.adapters.AdapterException extends MessageException implements Serializable

serialVersionUID: 126200378091699520L

Class flex.data.adapters.ChangeObjectImpl extends Object implements Serializable

serialVersionUID: 3908346300899660363L

Serialized Fields

objectId

Object objectId

previousVersion

Object previousVersion

currentVersion

Object currentVersion

serverVersion

Object serverVersion

changes

String[] changes

changedValues

Map changedValues

operation

int operation

status

int status

failureDescription

String failureDescription

Class flex.data.adapters.ChangeObjectList extends ArrayList implements Serializable

serialVersionUID: 5250554460836930141L

Serialized Fields

writeLock

boolean writeLock

readLock

boolean readLock

Class flex.data.adapters.FlexHibernateSessionContext extends Object implements Serializable

serialVersionUID: -7090778185395881454L

Serialized Fields

factory

org.hibernate.engine.SessionFactoryImplementor factory

Package flex.data.assemblers

Class flex.data.assemblers.HibernatePropertyProxy extends flex.messaging.io.BeanProxy implements Serializable

serialVersionUID: -417889006446123765L


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

flex.messaging.config.SecurityConstraint securityConstraint

securityConstraintRef

String securityConstraintRef

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 arg0)

writeObject

private void writeObject(ObjectOutputStream arg0)
Serialized Fields

httpSession

javax.servlet.http.HttpSession httpSession

Class flex.messaging.LocalizedException extends RuntimeException implements Serializable

serialVersionUID: 7980539484335065853L

Class flex.messaging.MessageBrokerServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -5293855229461612246L

Serialized Fields

broker

MessageBroker broker

Class flex.messaging.MessageClient extends Object implements Serializable

serialVersionUID: 3730240451524954453L

Serialized Fields

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.


lastUse

long lastUse
The timestamp for the last message pushed to the MessageClient. This is used to determine subscription timeout.


lock

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


subscriptions

Set subscriptions
A list of all of the subscriptions managed by this message client. This is a TreeSet so that it is efficient in memory for small sets and yet still efficient to search and remove for large sets. Since this gets used for representing all of the remote subscriptions for a given client, the list may be large in some cases.


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

flex.messaging.services.messaging.SubscriptionManager subscriptionManager

remoteSubscriptionManager

flex.messaging.services.messaging.RemoteSubscriptionManager remoteSubscriptionManager

throttleManager

flex.messaging.services.messaging.ThrottleManager throttleManager

controller

flex.management.runtime.messaging.MessageDestinationControl controller

Class flex.messaging.MessageException extends LocalizedException implements Serializable

serialVersionUID: 3310842114461162689L

Serialized Fields

code

String code

extendedData

Map extendedData

errorMessage

flex.messaging.messages.ErrorMessage errorMessage

Package flex.messaging.config

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

serialVersionUID: 8913604659150919550L

Serialized Fields

accessedKeys

HashSet accessedKeys

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

serialVersionUID: -6999307106348525358L


Package flex.messaging.io.amf

Class flex.messaging.io.amf.ActionContext extends Object implements Serializable

serialVersionUID: 2300156738426801921L

Serialized Fields

messageNumber

int messageNumber

requestMessage

flex.messaging.io.amf.ActionMessage requestMessage

responseMessage

flex.messaging.io.amf.ActionMessage responseMessage

outBuffer

ByteArrayOutputStream outBuffer

status

int status

version

int version

deserializer

Class deserializer

serializer

Class serializer

legacy

boolean legacy

isPush

boolean isPush

isDebug

boolean isDebug

Class flex.messaging.io.amf.ActionMessage extends Object implements Serializable

serialVersionUID: 7970778672727624188L

Serialized Fields

version

int version

headers

ArrayList headers

bodies

ArrayList bodies

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

serialVersionUID: 1613529666682805692L

Serialized Fields

inHashCode

boolean inHashCode

inToString

boolean inToString

namedType

String namedType

Class flex.messaging.io.amf.MessageBody extends Object implements Serializable

serialVersionUID: 3874002169129668459L

Serialized Fields

targetURI

String targetURI

responseURI

String responseURI

data

Object data

Class flex.messaging.io.amf.MessageHeader extends Object implements Serializable

serialVersionUID: -4535655145953153945L

Serialized Fields

name

String name

mustUnderstand

boolean mustUnderstand

data

Object data

Package flex.messaging.messages

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

serialVersionUID: -834697863344344313L

Serialized Fields

clientId

Object clientId

destination

String destination

messageId

String messageId

timestamp

long timestamp

timeToLive

long timeToLive

headers

Map headers

body

Object body

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

serialVersionUID: 228072709981643313L

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

serialVersionUID: -3549535089417916783L

Serialized Fields

correlationId

String correlationId

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

Class flex.messaging.messages.ErrorMessage extends flex.messaging.messages.AcknowledgeMessage implements Serializable

serialVersionUID: -9069412644250075809L

Serialized Fields

faultCode

String faultCode

faultString

String faultString

faultDetail

String faultDetail

rootCause

Object rootCause

extendedData

Map extendedData

Class flex.messaging.messages.HTTPMessage extends flex.messaging.messages.RPCMessage implements Serializable

serialVersionUID: 5954910346466323369L

Serialized Fields

contentType

String contentType

method

String method

url

String url

httpHeaders

Map httpHeaders

recordHeaders

boolean recordHeaders

Class flex.messaging.messages.RemotingMessage extends flex.messaging.messages.RPCMessage implements Serializable

serialVersionUID: 1491092800943415719L

Serialized Fields

source

String source

operation

String operation

parameters

Object[] parameters

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

serialVersionUID: -1203255926746881424L

Serialized Fields

remoteUsername

String remoteUsername

remotePassword

String remotePassword

Class flex.messaging.messages.SOAPMessage extends flex.messaging.messages.HTTPMessage implements Serializable

serialVersionUID: 3706466843618325314L


Package flex.messaging.security

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

serialVersionUID: -3168212117963624230L

Serialized Fields

failingMessage

Message failingMessage

Package flex.messaging.services

Class flex.messaging.services.ServiceException extends MessageException implements Serializable

serialVersionUID: 3349730139522030203L


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

flex.messaging.services.http.ProtocolFactory protocolFactory

allowsDynamicAuthentication

boolean allowsDynamicAuthentication

dynamicParsed

boolean dynamicParsed

parsedDefaultUrl

String parsedDefaultUrl

parsedDynamicUrls

List parsedDynamicUrls

controller

flex.management.runtime.messaging.services.http.HTTPProxyDestinationControl controller

Package flex.messaging.services.messaging

Class flex.messaging.services.messaging.RemoteMessageClient extends MessageClient implements Serializable


Package flex.messaging.services.remoting

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

serialVersionUID: -8454338922948146048L

Serialized Fields

methodMatcher

flex.messaging.util.MethodMatcher methodMatcher

controller

flex.management.runtime.messaging.services.remoting.RemotingDestinationControl controller

Package flex.messaging.services.remoting.adapters

Class flex.messaging.services.remoting.adapters.NoSuchMethodException extends MessageException implements Serializable

serialVersionUID: -3383405805642648507L

Class flex.messaging.services.remoting.adapters.NoSuchServiceException extends MessageException implements Serializable

serialVersionUID: -8758088739688377326L



Copyright © 2007 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/livecycle/es/sdkHelp/programmer/lcdsjavadoc/serialized-form.html