Skip navigation links
WildFly: Clustering marshalling constructs 10.0.0.Alpha1
C D E G H I M O R S T V W 

C

ClassTableContributor - Interface in org.wildfly.clustering.marshalling
 
context - Variable in class org.wildfly.clustering.marshalling.SimpleMarshalledValueFactory
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.HashableMarshalledValueFactory
createMarshalledValue(T) - Method in interface org.wildfly.clustering.marshalling.MarshalledValueFactory
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValueFactory
createMarshaller(int) - Method in interface org.wildfly.clustering.marshalling.MarshallingContext
 
createMarshaller(int) - Method in class org.wildfly.clustering.marshalling.SimpleMarshallingContext
 
createMarshallingContext(VersionedMarshallingConfiguration, ClassLoader) - Method in interface org.wildfly.clustering.marshalling.MarshallingContextFactory
 
createMarshallingContext(VersionedMarshallingConfiguration, ClassLoader) - Method in class org.wildfly.clustering.marshalling.SimpleMarshallingContextFactory
 
createUnmarshaller(int) - Method in interface org.wildfly.clustering.marshalling.MarshallingContext
 
createUnmarshaller(int) - Method in class org.wildfly.clustering.marshalling.SimpleMarshallingContext
 

D

DynamicClassTable - Class in org.wildfly.clustering.marshalling
 
DynamicClassTable(ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.DynamicClassTable
 

E

equals(Object) - Method in class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 

G

get(C) - Method in interface org.wildfly.clustering.marshalling.MarshalledValue
 
get(MarshallingContext) - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
getClassLoader() - Method in interface org.wildfly.clustering.marshalling.MarshallingContext
 
getClassLoader() - Method in class org.wildfly.clustering.marshalling.SimpleMarshallingContext
 
getClassWriter(Class<?>) - Method in class org.wildfly.clustering.marshalling.SimpleClassTable
 
getCurrentMarshallingVersion() - Method in interface org.wildfly.clustering.marshalling.VersionedMarshallingConfiguration
 
getCurrentVersion() - Method in interface org.wildfly.clustering.marshalling.MarshallingContext
 
getCurrentVersion() - Method in class org.wildfly.clustering.marshalling.SimpleMarshallingContext
 
getKnownClasses() - Method in interface org.wildfly.clustering.marshalling.ClassTableContributor
 
getMarshallingConfiguration(int) - Method in interface org.wildfly.clustering.marshalling.VersionedMarshallingConfiguration
 

H

HashableMarshalledValue<T> - Class in org.wildfly.clustering.marshalling
Like SimpleMarshalledValue, but also serializes the underlying object's hash code, so that this object can still be hashed, even if deserialized, but not yet rehydrated.
HashableMarshalledValue(T, MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
HashableMarshalledValue() - Constructor for class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
HashableMarshalledValueFactory - Class in org.wildfly.clustering.marshalling
 
HashableMarshalledValueFactory(MarshallingContextFactory, VersionedMarshallingConfiguration, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.HashableMarshalledValueFactory
 
HashableMarshalledValueFactory(MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.HashableMarshalledValueFactory
 
hashCode() - Method in class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
hashCode() - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
N.B.

I

InvalidSerializedFormException - Exception in org.wildfly.clustering.marshalling
Indicates that the current class definition of an object differs from that of the serialized object preventing deserialization.
InvalidSerializedFormException(String) - Constructor for exception org.wildfly.clustering.marshalling.InvalidSerializedFormException
 
InvalidSerializedFormException(Throwable) - Constructor for exception org.wildfly.clustering.marshalling.InvalidSerializedFormException
 
InvalidSerializedFormException(String, Throwable) - Constructor for exception org.wildfly.clustering.marshalling.InvalidSerializedFormException
 

M

MarshalledValue<T,C> - Interface in org.wildfly.clustering.marshalling
 
MarshalledValueFactory<C> - Interface in org.wildfly.clustering.marshalling
 
MarshalledValueMarshaller<V,C> - Class in org.wildfly.clustering.marshalling
Marshaller that stores attribute values using marshalled values.
MarshalledValueMarshaller(MarshalledValueFactory<C>, C) - Constructor for class org.wildfly.clustering.marshalling.MarshalledValueMarshaller
 
Marshaller<V,S> - Interface in org.wildfly.clustering.marshalling
Marshalling strategy.
MarshallingContext - Interface in org.wildfly.clustering.marshalling
A marshalling context for use with a MarshalledValue.
MarshallingContextFactory - Interface in org.wildfly.clustering.marshalling
Factory for creating a marshalling context.

O

org.wildfly.clustering.marshalling - package org.wildfly.clustering.marshalling
 

R

read(MarshalledValue<V, C>) - Method in class org.wildfly.clustering.marshalling.MarshalledValueMarshaller
 
read(S) - Method in interface org.wildfly.clustering.marshalling.Marshaller
Reads a value from its marshalled form.
readClass(Unmarshaller) - Method in class org.wildfly.clustering.marshalling.SimpleClassTable
 
readExternal(ObjectInput) - Method in class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
readExternal(ObjectInput) - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 

S

SimpleClassTable - Class in org.wildfly.clustering.marshalling
Simple ClassTable implementation based on an array of recognized classes.
SimpleClassTable(Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.SimpleClassTable
 
SimpleMarshalledValue<T> - Class in org.wildfly.clustering.marshalling
A marshalled value that is lazily serialized and deserialized on demand.
SimpleMarshalledValue(T, MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 
SimpleMarshalledValue() - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 
SimpleMarshalledValueFactory - Class in org.wildfly.clustering.marshalling
 
SimpleMarshalledValueFactory(MarshallingContextFactory, VersionedMarshallingConfiguration, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshalledValueFactory
 
SimpleMarshalledValueFactory(MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshalledValueFactory
 
SimpleMarshallingContext - Class in org.wildfly.clustering.marshalling
 
SimpleMarshallingContext(MarshallerFactory, VersionedMarshallingConfiguration, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshallingContext
 
SimpleMarshallingContextFactory - Class in org.wildfly.clustering.marshalling
Factory for creating a SimpleMarshallingContext.
SimpleMarshallingContextFactory() - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshallingContextFactory
 
SimpleMarshallingContextFactory(MarshallerFactory) - Constructor for class org.wildfly.clustering.marshalling.SimpleMarshallingContextFactory
 

T

toString() - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 

V

VersionedMarshallingConfiguration - Interface in org.wildfly.clustering.marshalling
 

W

write(V) - Method in class org.wildfly.clustering.marshalling.MarshalledValueMarshaller
 
write(V) - Method in interface org.wildfly.clustering.marshalling.Marshaller
Writes a value to its serialized form
writeExternal(ObjectOutput) - Method in class org.wildfly.clustering.marshalling.HashableMarshalledValue
 
writeExternal(ObjectOutput) - Method in class org.wildfly.clustering.marshalling.SimpleMarshalledValue
 
C D E G H I M O R S T V W 
Skip navigation links
WildFly: Clustering marshalling constructs 10.0.0.Alpha1

Copyright © 2015 JBoss by Red Hat. All rights reserved.