Serialized Form


Package flex.messaging.io

Class flex.messaging.io.ArrayCollection extends ArrayList<Object> implements Serializable

serialVersionUID: 1L

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.ASObject extends HashMap<String,Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type
Object type

Class flex.messaging.io.ASRecordSet extends ASObject implements Serializable

serialVersionUID: 1L

Serialized Fields

serverInfo

Map<K,V> serverInfo

rows

List<E> rows

initialRowCount

int initialRowCount

Package flex.messaging.messages

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

serialVersionUID: 1L

Serialized Fields

body

Object body

clientId

Object clientId

destination

String destination

headers

Map<K,V> headers

messageId

String messageId

timestamp

long timestamp

timeToLive

long timeToLive

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

correlationId

String correlationId

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

serialVersionUID: 1L

Serialized Fields

messageRefType

String messageRefType

operation

int operation

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

serialVersionUID: 1L

Serialized Fields

faultCode

String faultCode

faultDetail

String faultDetail

faultString

String faultString

rootCause

Object rootCause

extendedData

Map<K,V> extendedData

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

serialVersionUID: 1L

Serialized Fields

source

String source

operation

String operation

parameters

Object[] parameters

remoteUsername

String remoteUsername

remotePassword

String remotePassword

Package org.granite.client.messaging.channel

Class org.granite.client.messaging.channel.ChannelFactoryConfigurationError extends Error implements Serializable

serialVersionUID: 1L


Package org.granite.client.messaging.messages

Class org.granite.client.messaging.messages.AbstractMessage extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.messaging.messages.push

Class org.granite.client.messaging.messages.push.TopicMessage extends AbstractMessage implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.messaging.messages.requests

Class org.granite.client.messaging.messages.requests.AbstractRequestMessage extends AbstractMessage implements Serializable

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 org.granite.client.messaging.messages.requests.AbstractTopicRequestMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.DisconnectMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.InvocationMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.LoginMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.LogoutMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.PingMessage extends AbstractRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.PublishMessage extends AbstractTopicRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.SubscribeMessage extends AbstractTopicRequestMessage implements Serializable

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 org.granite.client.messaging.messages.requests.UnsubscribeMessage extends AbstractTopicRequestMessage implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.messaging.messages.responses

Class org.granite.client.messaging.messages.responses.AbstractResponseMessage extends AbstractMessage implements Serializable

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 org.granite.client.messaging.messages.responses.FaultMessage extends AbstractResponseMessage implements Serializable

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 org.granite.client.messaging.messages.responses.ResultMessage extends AbstractResponseMessage implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.messaging.transport

Class org.granite.client.messaging.transport.TransportException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.granite.client.messaging.transport.TransportHttpStatusException extends TransportException implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status

Class org.granite.client.messaging.transport.TransportIOException extends TransportException implements Serializable

serialVersionUID: 1L

Serialized Fields

data

Object data

Class org.granite.client.messaging.transport.TransportStateException extends TransportException implements Serializable

serialVersionUID: 1L


Package org.granite.client.persistence

Class org.granite.client.persistence.LazyInitializationException extends RuntimePersistenceException implements Serializable

serialVersionUID: 1L

Class org.granite.client.persistence.RuntimePersistenceException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.granite.client.persistence.collection

Class org.granite.client.persistence.collection.AbstractPersistentCollection extends Object implements Serializable

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 org.granite.client.persistence.collection.AbstractPersistentMapCollection extends AbstractPersistentCollection<C extends Map<K,V>> implements Serializable

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 org.granite.client.persistence.collection.AbstractPersistentSimpleCollection extends AbstractPersistentCollection<C extends Collection<E>> implements Serializable

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 org.granite.client.persistence.collection.PersistentBag extends PersistentList<E> implements Serializable

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 org.granite.client.persistence.collection.PersistentList extends AbstractPersistentSimpleCollection<E,List<E>> implements Serializable

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 org.granite.client.persistence.collection.PersistentMap extends AbstractPersistentMapCollection<K,V,Map<K,V>> implements Serializable

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 org.granite.client.persistence.collection.PersistentSet extends AbstractPersistentSimpleCollection<E,Set<E>> implements Serializable

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 org.granite.client.persistence.collection.PersistentSortedMap extends AbstractPersistentMapCollection<K,V,SortedMap<K,V>> implements Serializable

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 org.granite.client.persistence.collection.PersistentSortedSet extends AbstractPersistentSimpleCollection<E,SortedSet<E>> implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.platform

Class org.granite.client.platform.PlatformConfigurationError extends Error implements Serializable

serialVersionUID: 1L


Package org.granite.collections

Class org.granite.collections.BasicMap extends HashMap<K,V> implements Serializable

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 org.granite.collections.UIDList extends ArrayCollection implements Serializable

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 org.granite.collections.UIDSet extends ArrayCollection implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.config

Class org.granite.config.GraniteConfigException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.granite.config.flex

Class org.granite.config.flex.Destination extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

channelRefs

List<E> channelRefs

properties

XMap properties

roles

List<E> roles

adapter

Adapter adapter

scannedClass

Class<T> scannedClass

securizer

DestinationSecurizer securizer

removeListener

DestinationRemoveListener removeListener

Package org.granite.messaging.amf

Class org.granite.messaging.amf.AMF0Body extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

target

String target

serviceName

String serviceName

serviceMethodName

String serviceMethodName

response

String response

value

Object value

type

byte type

Class org.granite.messaging.amf.AMF0Header extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

required

boolean required

value

Object value

Class org.granite.messaging.amf.AMF0Message extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

version

int version

headers

List<E> headers

bodies

List<E> bodies

Class org.granite.messaging.amf.AMF3Object extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Package org.granite.messaging.amf.io

Class org.granite.messaging.amf.io.AMF3SerializationException extends IOException implements Serializable

serialVersionUID: 1L


Package org.granite.messaging.amf.io.convert

Class org.granite.messaging.amf.io.convert.IllegalConverterArgumentException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

converter

Converter converter

value

Object value

targetType

Type targetType

Class org.granite.messaging.amf.io.convert.NoConverterFoundException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

targetType

Type targetType

Package org.granite.messaging.amf.io.util.instantiator

Class org.granite.messaging.amf.io.util.instantiator.AbstractInstantiator extends HashMap<String,Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

referers

List<E> referers

Class org.granite.messaging.amf.io.util.instantiator.BigDecimalInstantiator extends AbstractInstantiator<BigDecimal> implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.amf.io.util.instantiator.BigIntegerInstantiator extends AbstractInstantiator<BigInteger> implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.amf.io.util.instantiator.EnumInstantiator extends AbstractInstantiator<Enum<?>> implements Serializable

serialVersionUID: -6116814787518316453L

Serialized Fields

type

String type

Class org.granite.messaging.amf.io.util.instantiator.LongInstantiator extends AbstractInstantiator<Long> implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.amf.io.util.instantiator.MathContextInstantiator extends AbstractInstantiator<MathContext> implements Serializable

serialVersionUID: 1L


Package org.granite.messaging.amf.persistence

Class org.granite.messaging.amf.persistence.AMFPersistentCollectionSnapshot extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.messaging.jmf

Class org.granite.messaging.jmf.JMFConfigurationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.jmf.JMFEncodingException extends IOException implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.jmf.JMFUnresolvedSharedObjectException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.granite.messaging.jmf.persistence

Class org.granite.messaging.jmf.persistence.JMFPersistentCollectionSnapshot extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.messaging.persistence

Package org.granite.messaging.reflect

Class org.granite.messaging.reflect.PropertyAccessException extends ReflectionException implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.reflect.PropertyNotFoundException extends ReflectionException implements Serializable

serialVersionUID: 1L

Class org.granite.messaging.reflect.ReflectionException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.granite.messaging.service

Class org.granite.messaging.service.ServiceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

detail

String detail

extendedData

Map<K,V> extendedData

Package org.granite.messaging.service.security

Class org.granite.messaging.service.security.SecurityServiceException extends ServiceException implements Serializable

serialVersionUID: 1L


Package org.granite.tide

Class org.granite.tide.TideMessage extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.tide.data.model

Class org.granite.tide.data.model.Page extends Object implements Serializable

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 org.granite.tide.data.model.PageInfo extends Object implements Serializable

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 org.granite.tide.data.model.SortInfo extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.tide.invocation

Class org.granite.tide.invocation.ContextEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

eventType

String eventType

params

Object[] params

Class org.granite.tide.invocation.ContextResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

componentName

String componentName

componentClassName

String componentClassName

expression

String expression

componentClass

Class<T> componentClass

Class org.granite.tide.invocation.ContextUpdate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

componentName

String componentName

componentClassName

String componentClassName

expression

String expression

value

Object value

scope

int scope

restrict

boolean restrict

componentClass

Class<T> componentClass

Class org.granite.tide.invocation.InvocationCall extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

listeners

List<E> listeners

updates

List<E> updates

results

Object[] results

Class org.granite.tide.invocation.InvocationResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

result

Object result

scope

int scope

restrict

boolean restrict

merge

boolean merge

updates

Object[][] updates

results

List<E> results

events

List<E> events

messages

List<E> messages

keyedMessages

Map<K,V> keyedMessages

Package org.granite.util

Class org.granite.util.XMap extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read java.io.Serializable method.

Throws:
IOException - if readind fails.
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write java.io.Serializable method.

Throws:
IOException - if writing fails.