Serialized Form

Package org.jacorb.idl

Class org.jacorb.idl.fixed_token extends long_token implements Serializable

Serialized Fields

fixed_val

 java.math.BigDecimal fixed_val

Class org.jacorb.idl.str_token extends str_token implements Serializable

Serialized Fields

str_val

 String str_val


line_val

 String line_val


line_no

 int line_no


char_pos

 int char_pos


pragma_prefix

 String pragma_prefix


fileName

 String fileName

Package org.jacorb.imr

Class org.jacorb.imr.ImRHostInfo extends java.lang.Object implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
            throws java.io.IOException
Things to be done before serialization. Implemented from Serializable.

Serialized Fields

host

 String host


ssd_ref

 ServerStartupDaemon ssd_ref


object_string

 String object_string


reconnect

 boolean reconnect

Class org.jacorb.imr.ImRPOAInfo extends java.lang.Object implements Serializable

Serialized Fields

port

 int port


server

 ImRServerInfo server


host

 String host


name

 String name


active

 boolean active


timeout

 long timeout

Class org.jacorb.imr.ImRServerInfo extends java.lang.Object implements Serializable

Serialized Fields

command

 String command


holding

 boolean holding


host

 String host


name

 String name


active

 boolean active


restarting

 boolean restarting


poas

 Vector poas


poas_lock

 ResourceLock poas_lock

Class org.jacorb.imr.ResourceLock extends java.lang.Object implements Serializable

Serialized Fields

shared

 int shared


exclusive

 int exclusive


exclusives_waiting

 boolean exclusives_waiting

Package org.jacorb.naming

Class org.jacorb.naming.Name extends java.lang.Object implements Serializable

Serialized Fields

fullName

 NameComponent[] fullName


baseName

 NameComponent baseName


ctxName

 NameComponent[] ctxName
context part of this Name

Class org.jacorb.naming.NamingContextImpl extends NamingContextExtPOA implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
            throws IOException
Overrides writeObject in Serializable

Serialized Fields

names

 Hashtable names
table of all name bindings in this contexts, ie. name -> obj ref.


contexts

 Hashtable contexts
table of all subordinate naming contexts, ie. name -> obj ref.


configuration

 org.jacorb.config.Configuration configuration
configuration


noPing

 boolean noPing
no tests of bound objects for existence


doPurge

 boolean doPurge
purge?


child_count

 int child_count


destroyed

 boolean destroyed

Package org.omg.CORBA.portable

Class org.omg.CORBA.portable.IDLEntity extends java.lang.Object implements Serializable