Serialized Form
serialVersionUID: 7439405408227246629L
serialVersionUID: 8372464577453530045L
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
serialVersionUID: 3957673467532086267L
conflictCause
flex.data.messages.DataMessage conflictCause
serverObject
Object serverObject
propertyNames
List propertyNames
Class flex.data.ItemIdentity extends Object implements Serializable
serialVersionUID: 6262248757392848903L
internal
Map internal
cachedHashCode
int cachedHashCode
Class flex.data.UpdateCollectionRange extends Object implements Serializable
serialVersionUID: -5743439018058946377L
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
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
writeLock
boolean writeLock
readLock
boolean readLock
Class flex.data.adapters.FlexHibernateSessionContext extends Object implements Serializable
serialVersionUID: -7090778185395881454L
factory
org.hibernate.engine.SessionFactoryImplementor factory
Package flex.data.assemblers
Class flex.data.assemblers.HibernatePropertyProxy extends flex.messaging.io.BeanProxy implements Serializable
serialVersionUID: -417889006446123765L
Class flex.management.ManagementException extends MessageException implements Serializable
serialVersionUID: 1296149563830613956L
serialVersionUID: -977001797620881435L
adapter
ServiceAdapter adapter
channelIds
List channelIds
networkSettings
NetworkSettings networkSettings
securityConstraint
flex.messaging.config.SecurityConstraint securityConstraint
securityConstraintRef
String securityConstraintRef
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
readObject
private void readObject (ObjectInputStream arg0)
writeObject
private void writeObject (ObjectOutputStream arg0)
httpSession
javax.servlet.http.HttpSession httpSession
serialVersionUID: 7980539484335065853L
Class flex.messaging.MessageBrokerServlet extends javax.servlet.http.HttpServlet implements Serializable
serialVersionUID: -5293855229461612246L
broker
MessageBroker broker
serialVersionUID: 3730240451524954453L
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.
serialVersionUID: -2016911808141319012L
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
serialVersionUID: 3310842114461162689L
code
String code
extendedData
Map extendedData
errorMessage
flex.messaging.messages.ErrorMessage errorMessage
Package flex.messaging.config
serialVersionUID: 8913604659150919550L
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
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
version
int version
headers
ArrayList headers
bodies
ArrayList bodies
Class flex.messaging.io.amf.ASObject extends HashMap implements Serializable
serialVersionUID: 1613529666682805692L
inHashCode
boolean inHashCode
inToString
boolean inToString
namedType
String namedType
Class flex.messaging.io.amf.MessageBody extends Object implements Serializable
serialVersionUID: 3874002169129668459L
targetURI
String targetURI
responseURI
String responseURI
data
Object data
Class flex.messaging.io.amf.MessageHeader extends Object implements Serializable
serialVersionUID: -4535655145953153945L
name
String name
mustUnderstand
boolean mustUnderstand
data
Object data
Package flex.messaging.messages
Class flex.messaging.messages.AbstractMessage extends Object implements Serializable
serialVersionUID: -834697863344344313L
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
serialVersionUID: -3549535089417916783L
correlationId
String correlationId
serialVersionUID: -4026438615587526303L
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
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
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
source
String source
operation
String operation
parameters
Object [] parameters
Class flex.messaging.messages.RPCMessage extends flex.messaging.messages.AbstractMessage implements Serializable
serialVersionUID: -1203255926746881424L
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
failingMessage
Message failingMessage
Package flex.messaging.services
Class flex.messaging.services.ServiceException extends MessageException implements Serializable
serialVersionUID: 3349730139522030203L
Package flex.messaging.services.http
serialVersionUID: -5749492520894791206L
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
serialVersionUID: -8454338922948146048L
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
Add Comment