Serialized Form


Package org.omg.CosPersistentState

Class org.omg.CosPersistentState.ForUpdate extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Maintains singleton property for serialized enums. Issue 4271: IDL/Java issue, Mapping for IDL enum.

Throws:
java.io.ObjectStreamException
Serialized Fields

_ForUpdate_value

int _ForUpdate_value
Internal member value

Class org.omg.CosPersistentState.NotFound extends org.omg.CORBA.UserException implements Serializable

Class org.omg.CosPersistentState.Parameter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Struct member name


val

org.omg.CORBA.Any val
Struct member val

Class org.omg.CosPersistentState.YieldRef extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Maintains singleton property for serialized enums. Issue 4271: IDL/Java issue, Mapping for IDL enum.

Throws:
java.io.ObjectStreamException
Serialized Fields

_YieldRef_value

int _YieldRef_value
Internal member value


Package org.openorb.pss

Class org.openorb.pss.Initializer extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

registry

ConnectorRegistry registry
The connector registry


Package org.openorb.pss.compiler.object

Class org.openorb.pss.compiler.object.PsdlAbstractRef extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_strong

boolean _strong

Class org.openorb.pss.compiler.object.PsdlAbstractStorageHome extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_define

org.openorb.compiler.object.IdlObject _define
Reference to the defined abstract storagehome


_managed

org.openorb.compiler.object.IdlObject _managed
Reference to the managed abstract storagetype


_inheritance

java.util.Vector<E> _inheritance
Inheritance list

Class org.openorb.pss.compiler.object.PsdlAbstractStorageType extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_define

org.openorb.compiler.object.IdlObject _define
Reference to the defined abstract storagetype


_inheritance

java.util.Vector<E> _inheritance
Inheritance list

Class org.openorb.pss.compiler.object.PsdlCatalog extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_inheritance

java.util.Vector<E> _inheritance

Class org.openorb.pss.compiler.object.PsdlFactory extends org.openorb.compiler.object.IdlObject implements Serializable

Class org.openorb.pss.compiler.object.PsdlKey extends org.openorb.compiler.object.IdlObject implements Serializable

Class org.openorb.pss.compiler.object.PsdlLocalOp extends org.openorb.compiler.object.IdlOp implements Serializable

Class org.openorb.pss.compiler.object.PsdlPrimaryKey extends org.openorb.compiler.object.IdlObject implements Serializable

Class org.openorb.pss.compiler.object.PsdlProvides extends org.openorb.compiler.object.IdlObject implements Serializable

Class org.openorb.pss.compiler.object.PsdlRefRep extends org.openorb.compiler.object.IdlObject implements Serializable

Class org.openorb.pss.compiler.object.PsdlSequence extends org.openorb.compiler.object.IdlSequence implements Serializable

Class org.openorb.pss.compiler.object.PsdlState extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_readonly

boolean _readonly

Class org.openorb.pss.compiler.object.PsdlStorageHome extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_managed

org.openorb.compiler.object.IdlObject _managed
Reference to the managed abstract storagetype


_implement

java.util.Vector<E> _implement
Implement list


_inheritance

org.openorb.compiler.object.IdlObject _inheritance
Inheritance

Class org.openorb.pss.compiler.object.PsdlStorageType extends org.openorb.compiler.object.IdlObject implements Serializable

Serialized Fields

_define

org.openorb.compiler.object.IdlObject _define
Reference to the defined abstract storagetype


_implement

java.util.Vector<E> _implement
Implement list


_inheritance

org.openorb.compiler.object.IdlObject _inheritance
Inheritance

Class org.openorb.pss.compiler.object.PsdlStore extends org.openorb.compiler.object.IdlObject implements Serializable


Package org.openorb.pss.connector

Class org.openorb.pss.connector.ConnectorBase extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

_id

java.lang.String _id
The implementation id.


_object_factories

java.util.Hashtable<K,V> _object_factories
The storage object factories are stored into a hastable.


_home_factories

java.util.Hashtable<K,V> _home_factories
The storage home factories are stored into a hastable.


_session_factories

java.util.Hashtable<K,V> _session_factories
The session factories are stored into a hastable.


_session_pool_factories

java.util.Hashtable<K,V> _session_pool_factories
The session pool factories are stored into a hastable.

Class org.openorb.pss.connector.PersistenceException extends org.omg.CORBA.SystemException implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause

Package org.openorb.pss.connector.database

Class org.openorb.pss.connector.database.DatabaseCatalog extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

_connector

DatabaseConnector _connector
Link to the connector


_home_from_storage_home_name

java.util.Hashtable<K,V> _home_from_storage_home_name
Home incarnation


_home_from_pid

java.util.Hashtable<K,V> _home_from_pid

_access

short _access
Access mode


_parameters

Parameter[] _parameters
Parameters

Class org.openorb.pss.connector.database.DatabaseConnector extends ConnectorBase implements Serializable

Serialized Fields

_sessions

java.util.Vector<E> _sessions
Reference to the session list


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORB

Class org.openorb.pss.connector.database.DatabaseSession extends DatabaseCatalog implements Serializable

Serialized Fields

_tables

java.util.Hashtable<K,V> _tables
Tables list


_extension

java.lang.String _extension
The extension for multible tables used


_binary_type

java.lang.String _binary_type
the binary data type


_cache

java.util.Hashtable<K,V> _cache
Reference to the cache


_datastore

java.sql.Connection _datastore
File access


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORBInitInfo

Class org.openorb.pss.connector.database.DatabaseSessionManager extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

m_info

org.omg.PortableInterceptor.ORBInitInfo m_info
Reference to the ORB


m_registered

java.util.Vector<E> m_registered
Registered session pool

Class org.openorb.pss.connector.database.DatabaseSessionPool extends DatabaseSession implements Serializable

Serialized Fields

_pool

java.util.Vector<E> _pool
The session pool


_tx_policy

short _tx_policy
The transaction policy


_catalog_type_name

java.lang.String _catalog_type_name
The catalog type name


_isolation_level

short _isolation_level
The isolation level


_info

org.omg.PortableInterceptor.ORBInitInfo _info
ORBInitInfo

Class org.openorb.pss.connector.database.NotFoundException extends java.lang.Exception implements Serializable

Class org.openorb.pss.connector.database.TransactionalDatabaseSession extends DatabaseSession implements Serializable

Serialized Fields

_isolation_level

short _isolation_level
The isolation level


_association_status

short _association_status
The association status


_callback

EndOfAssociationCallback _callback
Reference to the callback object for association ending


_coordinator

org.omg.CosTransactions.Coordinator _coordinator
The transaction coordinator


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORB


Package org.openorb.pss.connector.file

Class org.openorb.pss.connector.file.FileCatalog extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

_connector

FileConnector _connector
Link to the connector


_home_incarnations

java.util.Hashtable<K,V> _home_incarnations
Home incarnation


_access

short _access
Access mode


_parameters

Parameter[] _parameters
Parameters


_info

org.omg.PortableInterceptor.ORBInitInfo _info
ORBInitInfo

Class org.openorb.pss.connector.file.FileConnector extends ConnectorBase implements Serializable

Serialized Fields

_sessions

java.util.Vector<E> _sessions
Reference to the session list


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORBInitInfo

Class org.openorb.pss.connector.file.FileSession extends FileCatalog implements Serializable

Serialized Fields

_datastore

java.io.File _datastore
File access


_extension

java.lang.String _extension
File extension for multiple file access


_home_datastores

java.util.Hashtable<K,V> _home_datastores
Reference to the data manager


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORBInitInfo

Class org.openorb.pss.connector.file.FileSessionManager extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

m_info

org.omg.PortableInterceptor.ORBInitInfo m_info
Reference to the ORBInitInfo


m_registered

java.util.Vector<E> m_registered
Registered session pool

Class org.openorb.pss.connector.file.FileSessionPool extends FileSession implements Serializable

Serialized Fields

_pool

java.util.Vector<E> _pool
Session pool


_tx_policy

short _tx_policy
The transaction policy


_catalog_type_name

java.lang.String _catalog_type_name
The catalog type name


_isolation_level

short _isolation_level
The isolation level


_info

org.omg.PortableInterceptor.ORBInitInfo _info
ORBInitInfo

Class org.openorb.pss.connector.file.NotFoundException extends java.lang.Exception implements Serializable

Class org.openorb.pss.connector.file.TransactionalFileSession extends FileSession implements Serializable

Serialized Fields

_isolation_level

short _isolation_level
The isolation level


_association_status

short _association_status
The association status


_callback

EndOfAssociationCallback _callback
Reference to the callback object for association ending


_resource

FileResource _resource
The transactional resource


_coordinator

org.omg.CosTransactions.Coordinator _coordinator
The transaction coordinator


_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORB


Package org.openorb.pss.connector.memory

Class org.openorb.pss.connector.memory.MemoryCatalog extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

_connector

MemoryConnector _connector
Link to the connector


_home_incarnations

java.util.Hashtable<K,V> _home_incarnations
Home incarnation


_home_pid

java.util.Hashtable<K,V> _home_pid
home pid ( storageHomeName, pid )


_access

short _access
Access mode


_parameters

Parameter[] _parameters
Parameters


_info

org.omg.PortableInterceptor.ORBInitInfo _info
ORBInitInfo

Class org.openorb.pss.connector.memory.MemoryConnector extends ConnectorBase implements Serializable

Serialized Fields

_info

org.omg.PortableInterceptor.ORBInitInfo _info
reference to the ORBInitInfo


pseudo_transactional_session

TransactionalMemorySession pseudo_transactional_session
pseudo transaction session

Class org.openorb.pss.connector.memory.MemorySession extends MemoryCatalog implements Serializable

Serialized Fields

_info

org.omg.PortableInterceptor.ORBInitInfo _info
Reference to the ORBInitInfo

Class org.openorb.pss.connector.memory.MemorySessionPool extends MemorySession implements Serializable

Serialized Fields

_info

org.omg.PortableInterceptor.ORBInitInfo _info
ORBInitInfo

Class org.openorb.pss.connector.memory.NotFoundException extends java.lang.Exception implements Serializable

Class org.openorb.pss.connector.memory.TransactionalMemorySession extends MemorySession implements Serializable

Serialized Fields

_info

org.omg.PortableInterceptor.ORBInitInfo _info

Package org.openorb.pss.registry

Class org.openorb.pss.registry.ConnectorRegistry extends org.omg.CORBA.LocalObject implements Serializable

Serialized Fields

connectors

java.util.Hashtable<K,V> connectors
Each implementation is stored into a hashtable.