Serialized Form


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.TransportIOException extends TransportException implements Serializable

serialVersionUID: 1L

Serialized Fields

data

Object data

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.persistence.javafx

Class org.granite.client.persistence.javafx.PersistentBag extends Object implements Serializable

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 org.granite.client.persistence.javafx.PersistentList extends Object implements Serializable

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 org.granite.client.persistence.javafx.PersistentMap extends Object implements Serializable

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 org.granite.client.persistence.javafx.PersistentSet extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.granite.client.tide

Class org.granite.client.tide.InvalidContextException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

contextId

String contextId

Package org.granite.client.tide.impl

Class org.granite.client.tide.impl.SimpleTideEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

args

Object[] args

Package org.granite.client.tide.server

Class org.granite.client.tide.server.FaultException extends ExecutionException implements Serializable

serialVersionUID: 1L

Serialized Fields

faultEvent

FaultEvent faultEvent

Package org.granite.client.tide.spring

Class org.granite.client.tide.spring.TideApplicationEvent extends ApplicationEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

args

Object[] args

Package org.granite.client.validation

Class org.granite.client.validation.InvalidValue 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.validation.javafx

Class org.granite.client.validation.javafx.ConstraintViolationEvent extends javafx.event.Event implements Serializable

serialVersionUID: 1L

Serialized Fields

violations

Set<E> violations

Class org.granite.client.validation.javafx.ValidationResultEvent extends javafx.event.Event implements Serializable

serialVersionUID: 1L

Serialized Fields

errorResults

List<E> errorResults

Package org.granite.config

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

serialVersionUID: 1L