Serialized Form
repid
String repid
codebase
String codebase
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 |
_cont
SimpleAdapterOperations _cont
|
Package org.objectweb.david.apis.services.naming |
_cont
NameServerOperations _cont
|
Package org.objectweb.david.libs.binding.moa |
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 |
content_type
TypeCode content_type
-
content_type
TypeCode content_type
-
id
String id
rec_type_code
TypeCode rec_type_code
eqs
TypeCode[] eqs
-
member_types
TypeCode[] member_types
-
labels
Any[] labels
-
discriminator_type
TypeCode discriminator_type
-
boxed_type
TypeCode boxed_type
-
member_visibility
short[] member_visibility
-
modifier
short modifier
concrete_base_type
TypeCode concrete_base_type
|
Package org.objectweb.david.libs.binding.soa |
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 |
|
Package org.objectweb.jeremie.libs.binding.moa |
stub
RemoteStub stub
-
|
Package org.objectweb.jeremie.libs.binding.soa |
stub
RemoteStub stub
-
|
Package org.objectweb.jeremie.libs.services.registry |
|
Package org.objectweb.jeremie.libs.services.registry.jndi |
ref
Reference ref
- The JNDI reference wrapped by this Jeremie reference.
-
|
Package org.objectweb.jeremie.libs.stub_factories.std |
readExternal
public void readExternal(ObjectInput in)
writeExternal
public void writeExternal(ObjectOutput out)
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.
|
Package org.objectweb.jonathan.apis.binding |
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 |
actual
Throwable actual
-
actual
Exception actual
-
|
Package org.objectweb.jonathan.apis.presentation |
|
Package org.objectweb.jonathan.apis.protocols |
unmarshaller
UnMarshaller unmarshaller
- An unmarshaller encoding the exception raised by the remote object.
-