Serialized Form
Package org.objectweb.fractal.julia |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
exception
Throwable exception
- The exception that caused this exception. May be null.
Package org.objectweb.fractal.julia.asm |
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.
Package org.objectweb.fractal.julia.control.binding |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
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 |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
exception
Throwable exception
- The exception that caused this exception. May be null.
Package org.objectweb.fractal.julia.control.lifecycle |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
exception
Throwable exception
- The exception that caused this exception. May be null.
Package org.objectweb.fractal.julia.factory |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
exception
Throwable exception
- The exception that caused this exception. May be null.
Package org.objectweb.fractal.julia.type |
interfaceTypes
InterfaceType[] interfaceTypes
- The types of the interfaces of components of this type.
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...