Serialized Form


Package javax.rmi.CORBA

Class javax.rmi.CORBA.ClassDesc implements Serializable

Serialized Fields

repid

String repid

codebase

String codebase

Class javax.rmi.CORBA.Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
This method supports stub deserialization by restoring the IOR associated with the stub.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
This method supports stub serialization by saving the IOR associated with the stub.


Package org.objectweb.david.apis.binding.simpleoa

Class org.objectweb.david.apis.binding.simpleoa._SimpleAdapterImplBase implements Serializable

Serialized Fields

_cont

SimpleAdapterOperations _cont

Class org.objectweb.david.apis.binding.simpleoa._SimpleAdapterStub implements Serializable


Package org.objectweb.david.apis.services.naming

Class org.objectweb.david.apis.services.naming._NameServerImplBase implements Serializable

Serialized Fields

_cont

NameServerOperations _cont

Class org.objectweb.david.apis.services.naming._NameServerStub implements Serializable


Package org.objectweb.david.libs.binding.moa

Class org.objectweb.david.libs.binding.moa.MOAImpl implements Serializable

Serialized Fields

adapter

MinimalAdapter adapter

dfactory

DelegateFactory dfactory

context_factory

ContextFactory context_factory

nc

NamingContext nc
The naming context responsible for distribution handling.


Package org.objectweb.david.libs.binding.orbs

Class org.objectweb.david.libs.binding.orbs.AliasTC implements Serializable

Serialized Fields

content_type

TypeCode content_type
 

Class org.objectweb.david.libs.binding.orbs.ArrayTC implements Serializable

Serialized Fields

content_type

TypeCode content_type
 

Class org.objectweb.david.libs.binding.orbs.RecursiveTC implements Serializable

Serialized Fields

id

String id

rec_type_code

TypeCode rec_type_code

Class org.objectweb.david.libs.binding.orbs.SequenceTC implements Serializable

Serialized Fields

eqs

TypeCode[] eqs
 

Class org.objectweb.david.libs.binding.orbs.StructTC implements Serializable

Serialized Fields

member_types

TypeCode[] member_types
 

Class org.objectweb.david.libs.binding.orbs.UnionTC implements Serializable

Serialized Fields

labels

Any[] labels
 

discriminator_type

TypeCode discriminator_type
 

Class org.objectweb.david.libs.binding.orbs.ValueBoxTC implements Serializable

Serialized Fields

boxed_type

TypeCode boxed_type
 

Class org.objectweb.david.libs.binding.orbs.ValueTC implements Serializable

Serialized Fields

member_visibility

short[] member_visibility
 

modifier

short modifier

concrete_base_type

TypeCode concrete_base_type


Package org.objectweb.david.libs.binding.soa

Class org.objectweb.david.libs.binding.soa.SOAImpl implements Serializable

Serialized Fields

adapter

SingleOAdapter adapter

dfactory

DelegateFactory dfactory

context_factory

ContextFactory context_factory

nc

NamingContext nc
The naming context responsible for distribution handling.


Package org.objectweb.david.libs.services.naming

Class org.objectweb.david.libs.services.naming.Directory implements Serializable


Package org.objectweb.jeremie.libs.binding.moa

Class org.objectweb.jeremie.libs.binding.moa.UnicastRemoteObject implements Serializable

Serialized Fields

stub

RemoteStub stub
 


Package org.objectweb.jeremie.libs.binding.soa

Class org.objectweb.jeremie.libs.binding.soa.UnicastRemoteObject implements Serializable

Serialized Fields

stub

RemoteStub stub
 


Package org.objectweb.jeremie.libs.services.registry

Class org.objectweb.jeremie.libs.services.registry.RegistryImpl_Stub implements Serializable


Package org.objectweb.jeremie.libs.services.registry.jndi

Class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl implements Serializable

Serialized Fields

ref

Reference ref
The JNDI reference wrapped by this Jeremie reference.
 

Class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Stub implements Serializable


Package org.objectweb.jeremie.libs.stub_factories.std

Class org.objectweb.jeremie.libs.stub_factories.std.DynamicRef implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)

Class org.objectweb.jeremie.libs.stub_factories.std.OptStub implements Serializable

Class org.objectweb.jeremie.libs.stub_factories.std.RefImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput stream)
                  throws ClassNotFoundException,
                         IOException
Reads an external representation of this reference from an underlying object input stream.
Serial Data:
Decodes the identifiers using the stream's domain.

writeExternal

public void writeExternal(ObjectOutput stream)
                   throws IOException
Writes an external representation of this reference to an underlying object output stream.
Serial Data:
The identifiers of this reference are exported to the stream's domain to determine what is encoded and sent.

Class org.objectweb.jeremie.libs.stub_factories.std.StdStub implements Serializable


Package org.objectweb.jonathan.apis.binding

Class org.objectweb.jonathan.apis.binding.BindException implements Serializable

Class org.objectweb.jonathan.apis.binding.ExportException implements Serializable

Class org.objectweb.jonathan.apis.binding.ForwardException implements Serializable

Serialized Fields

reference

Object reference
Another reference for the targeted object interface. Depending on the context, this object may be of type Identifier, Reference, or of any other type, provided that it really designates the right interface, and that its type is clear from the context.
 


Package org.objectweb.jonathan.apis.kernel

Class org.objectweb.jonathan.apis.kernel.Context.NO_VALUE implements Serializable

Class org.objectweb.jonathan.apis.kernel.InternalException implements Serializable

Serialized Fields

actual

Throwable actual
 

Class org.objectweb.jonathan.apis.kernel.JonathanException implements Serializable

Serialized Fields

actual

Exception actual
 


Package org.objectweb.jonathan.apis.presentation

Class org.objectweb.jonathan.apis.presentation.EndOfMessageException implements Serializable

Class org.objectweb.jonathan.apis.presentation.MarshalException implements Serializable

Class org.objectweb.jonathan.apis.presentation.UnMarshalException implements Serializable


Package org.objectweb.jonathan.apis.protocols

Class org.objectweb.jonathan.apis.protocols.CommunicationException implements Serializable

Class org.objectweb.jonathan.apis.protocols.ServerException implements Serializable

Serialized Fields

unmarshaller

UnMarshaller unmarshaller
An unmarshaller encoding the exception raised by the remote object.