Serialized Form
|
Package org.objectweb.jonathan.apis.kernel |
|
Class org.objectweb.jonathan.apis.kernel.Context.NO_VALUE extends java.lang.Object implements Serializable |
|
Class org.objectweb.jonathan.apis.kernel.InternalException extends java.lang.RuntimeException implements Serializable |
actual
java.lang.Throwable actual
|
Class org.objectweb.jonathan.apis.kernel.JonathanException extends java.lang.Exception implements Serializable |
actual
java.lang.Exception actual
|
Package org.objectweb.jonathan.apis.presentation |
|
Package org.objectweb.jonathan.apis.binding |
reference
java.lang.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.protocols |
unmarshaller
UnMarshaller unmarshaller
- An unmarshaller encoding the exception raised by the remote object.
-
|
Package org.objectweb.david.apis.binding.simpleoa |
_cont
SimpleAdapterOperations _cont
|
Package org.objectweb.david.apis.services.naming |
_cont
NameServerOperations _cont
|
Package org.objectweb.david.libs.binding.iiop |
protocol
int protocol
info
java.util.Properties info
next
ExoticProtocolData[] next
|
Package org.objectweb.david.libs.binding.moa |
adapter
MinimalAdapter adapter
dfactory
DelegateFactory dfactory
context_factory
org.objectweb.jonathan.apis.kernel.ContextFactory context_factory
nc
NamingContext nc
- The naming context responsible for distribution handling.
|
Package org.objectweb.david.libs.binding.soa |
adapter
SingleOAdapter adapter
dfactory
DelegateFactory dfactory
context_factory
org.objectweb.jonathan.apis.kernel.ContextFactory context_factory
nc
NamingContext nc
- The naming context responsible for distribution handling.
|
Package org.objectweb.david.libs.binding.orbs |
content_type
org.omg.CORBA.TypeCode content_type
-
content_type
org.omg.CORBA.TypeCode content_type
-
id
java.lang.String id
rec_type_code
org.omg.CORBA.TypeCode rec_type_code
eqs
org.omg.CORBA.TypeCode[] eqs
-
member_types
org.omg.CORBA.TypeCode[] member_types
-
labels
org.omg.CORBA.Any[] labels
-
discriminator_type
org.omg.CORBA.TypeCode discriminator_type
-
boxed_type
org.omg.CORBA.TypeCode boxed_type
-
member_visibility
short[] member_visibility
-
modifier
short modifier
concrete_base_type
org.omg.CORBA.TypeCode concrete_base_type
|
Package org.objectweb.david.libs.services.naming |
|
Package org.objectweb.jeremie.libs.binding.soa |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Returns the stub object corresponding to this UnicastRemoteObject.
- Throws:
java.io.ObjectStreamException - if something goes wrong.
stub
java.rmi.server.RemoteStub stub
-
|
Package org.objectweb.jeremie.libs.binding.moa |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Returns the stub object corresponding to this UnicastRemoteObject.
- Throws:
java.io.ObjectStreamException - if something goes wrong.
stub
java.rmi.server.RemoteStub stub
-
|
Package org.objectweb.jeremie.libs.services.registry |
|
Package org.objectweb.jeremie.libs.services.registry.jndi |
ref
javax.naming.Reference ref
- The JNDI reference wrapped by this Jeremie reference.
-
|
Package org.objectweb.jeremie.libs.stub_factories.std |
readExternal
public void readExternal(java.io.ObjectInput in)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
readExternal
public void readExternal(java.io.ObjectInput stream)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Reads an external representation of this reference from an underlying
object input stream.
- Serial Data:
- Decodes the
identifiers using
the stream's domain.
- Throws:
java.lang.ClassNotFoundException - if an object in the stream can not be
read because its class can not be found;
java.io.Exception - if something else goes wrong.
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.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.
- Throws:
java.io.Exception - if something goes wrong.
java.io.IOException
readResolve
protected final java.lang.Object readResolve()
throws java.io.IOException
- Attempts to bind at least one of the identifiers in this
stub's reference to obtain an object giving access to the
referenced object. The returned object need not be a remote object.
- Throws:
java.io.IOException - if something goes wrong.
|
Class javax.rmi.CORBA.ClassDesc extends java.lang.Object implements Serializable |
repid
java.lang.String repid
codebase
java.lang.String codebase
|
Class javax.rmi.CORBA.Stub extends org.omg.CORBA_2_3.portable.ObjectImpl implements Serializable |
serialVersionUID: 1087775603798577179l
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream)
throws java.io.IOException