Serialized Form


Package org.objectweb.fractal.julia

Class org.objectweb.fractal.julia.ChainedNoSuchInterfaceException extends NoSuchInterfaceException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


Package org.objectweb.fractal.julia.asm

Class org.objectweb.fractal.julia.asm.ClassGenerationException extends ClassNotFoundException implements Serializable

Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


classDescriptor

String classDescriptor
The class descriptor of the class that cannot be generated.

Class org.objectweb.fractal.julia.asm.IllegalClassDescriptorException extends ClassGenerationException implements Serializable


Package org.objectweb.fractal.julia.control.binding

Class org.objectweb.fractal.julia.control.binding.ChainedIllegalBindingException extends IllegalBindingException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


clientItf

String clientItf
The name of the client interface of the illegal binding.


serverItf

String serverItf
The name of the server interface of the illegal binding. May be null.


Package org.objectweb.fractal.julia.control.content

Class org.objectweb.fractal.julia.control.content.ChainedIllegalContentException extends IllegalContentException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


Package org.objectweb.fractal.julia.control.lifecycle

Class org.objectweb.fractal.julia.control.lifecycle.ChainedIllegalLifeCycleException extends IllegalLifeCycleException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


Package org.objectweb.fractal.julia.factory

Class org.objectweb.fractal.julia.factory.ChainedInstantiationException extends InstantiationException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.


Package org.objectweb.fractal.julia.type

Class org.objectweb.fractal.julia.type.BasicComponentType extends Object implements Serializable

Serialized Fields

interfaceTypes

InterfaceType[] interfaceTypes
The types of the interfaces of components of this type.

Class org.objectweb.fractal.julia.type.BasicInterfaceType extends Object implements Serializable

Serialized Fields

name

String name
The name of the interface described by this type.


signature

String signature
The Java type of the interface described by this type.


signatureClass

Class signatureClass
The Java class corresponding to "signature". This reference ensures that the Java class corresponding to this interface type will be serialized along with this object.


flags

int flags
Indicates if the interface described by this type is a client interface, if it is optional...