Objectivity for Java Reference
A B C D E F G H I J K L M N O P Q R S T U V W _

O

ObjectAlreadyPersistentException - exception com.objy.db.ObjectAlreadyPersistentException.
Signals an attempt to make an object persistent that is already persistent.
ObjectAlreadyPersistentException() - Constructor for class com.objy.db.ObjectAlreadyPersistentException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjectAlreadyPersistentException(String) - Constructor for class com.objy.db.ObjectAlreadyPersistentException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
objectFrom(ooId) - Method in class com.objy.db.app.ooFDObj
Retrieves the object with the specified OID from this federated database.
objectFrom(ooId) - Method in interface com.objy.db.iapp.PooFDObj
 
objectFrom(ooId, int) - Method in class com.objy.db.app.ooFDObj
Retrieves the object with the specified OID from this federated database, locking the retrieved object as specified.
objectFrom(String) - Method in class com.objy.db.app.ooFDObj
Retrieves the object whose identifier has the specified string representation from this federated database.
objectFrom(String) - Method in interface com.objy.db.iapp.PooFDObj
 
objectFrom(String, int) - Method in class com.objy.db.app.ooFDObj
Retrieves the object whose identifier has the specified string representation from this federated database, locking the retrieved object as specified.
ObjectIsDeadException - exception com.objy.db.ObjectIsDeadException.
Signals an attempt to perform an operation on a dead object.
ObjectIsDeadException() - Constructor for class com.objy.db.ObjectIsDeadException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjectIsDeadException(String) - Constructor for class com.objy.db.ObjectIsDeadException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
Objectivity - class com.objy.db.Objectivity.
Support class for obtaining information about the current release of Objectivity for Java.
Objectivity() - Constructor for class com.objy.db.Objectivity
Reserved for internal use.
ObjectNameNotFoundException - exception com.objy.db.ObjectNameNotFoundException.
Signals an attempt to look up an object by a root name that cannot be found.
ObjectNameNotFoundException() - Constructor for class com.objy.db.ObjectNameNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjectNameNotFoundException(String) - Constructor for class com.objy.db.ObjectNameNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjectNameNotUniqueException - exception com.objy.db.ObjectNameNotUniqueException.
Signals an attempt to assign a root name to an object when that name is already assigned to an object in the same database or federated database.
ObjectNameNotUniqueException() - Constructor for class com.objy.db.ObjectNameNotUniqueException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjectNameNotUniqueException(String) - Constructor for class com.objy.db.ObjectNameNotUniqueException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjectNotFoundException - exception com.objy.db.ObjectNotFoundException.
Signals an attempt to reference an object identifier for which there is no persistent object.
ObjectNotFoundException() - Constructor for class com.objy.db.ObjectNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjectNotFoundException(String) - Constructor for class com.objy.db.ObjectNotFoundException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjectNotPersistentException - exception com.objy.db.ObjectNotPersistentException.
Signals an attempt to perform a persistence operation on a transient object that can only be performed on a persistent object.
ObjectNotPersistentException() - Constructor for class com.objy.db.ObjectNotPersistentException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjectNotPersistentException(String) - Constructor for class com.objy.db.ObjectNotPersistentException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjyError - error com.objy.db.ObjyError.
Reserved for internal use.
ObjyError() - Constructor for class com.objy.db.ObjyError
 
ObjyError(String) - Constructor for class com.objy.db.ObjyError
 
ObjyException - exception com.objy.db.ObjyException.
Superclass for all Objectivity/DB checked exceptions.
ObjyException() - Constructor for class com.objy.db.ObjyException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjyException(String) - Constructor for class com.objy.db.ObjyException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjyException(Vector) - Constructor for class com.objy.db.ObjyException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ObjyRuntimeException - exception com.objy.db.ObjyRuntimeException.
Superclass for all Objectivity/DB unchecked exceptions.
ObjyRuntimeException() - Constructor for class com.objy.db.ObjyRuntimeException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjyRuntimeException(String) - Constructor for class com.objy.db.ObjyRuntimeException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjyRuntimeException(Vector) - Constructor for class com.objy.db.ObjyRuntimeException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjySchemaException - exception com.objy.db.ObjySchemaException.
Signals the misuse of a class description in the schema, for example, an attempt to use a class description that does not exist.
ObjySchemaException() - Constructor for class com.objy.db.ObjySchemaException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ObjySchemaException(String) - Constructor for class com.objy.db.ObjySchemaException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
ODMGException - exception com.objy.db.ODMGException.
Superclass for all standard ODMG checked exceptions.
ODMGException() - Constructor for class com.objy.db.ODMGException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ODMGException(String) - Constructor for class com.objy.db.ODMGException
Reserved for internal use; you obtain an exception of this class only by catching checked exceptions.
ODMGRuntimeException - exception com.objy.db.ODMGRuntimeException.
Superclass for all standard ODMG unchecked exceptions.
ODMGRuntimeException() - Constructor for class com.objy.db.ODMGRuntimeException
Reserved for internal use; you obtain an unchecked exception object only by catching unchecked exceptions.
ODMGRuntimeException(String) - Constructor for class com.objy.db.ODMGRuntimeException
Reserved for internal use; you obtain an unchecked exception object only by catching unchecked exceptions.
oidFrom(String) - Static method in class com.objy.db.app.Connection
Gets the OID with the specified string representation from the connected federated database.
OneToMany - class com.objy.db.app.OneToMany.
Defines a one-to-many relationship on a class.
OneToMany(String, String) - Constructor for class com.objy.db.app.OneToMany
Deprecated. Replace by OneToMany(String, String, byte).
OneToMany(String, String, byte) - Constructor for class com.objy.db.app.OneToMany
Constructs a unidirectional one-to-many relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
OneToMany(String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.OneToMany
Deprecated. Replaced by OneToMany(String, String, byte, byte, boolean, boolean, byte).
OneToMany(String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.OneToMany
Constructs a unidirectional one-to-many relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
OneToMany(String, String, String) - Constructor for class com.objy.db.app.OneToMany
Deprecated. Replaced by OneToMany(String, String, String, byte).
OneToMany(String, String, String, byte) - Constructor for class com.objy.db.app.OneToMany
Constructs a bidirectional one-to-many relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
OneToMany(String, String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.OneToMany
Deprecated. Replaced by OneToMany(String, String, String, byte, byte, boolean, boolean, byte).
OneToMany(String, String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.OneToMany
Constructs a bidirectional one-to-many relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
OneToOne - class com.objy.db.app.OneToOne.
Defines a one-to-one relationship on a class.
OneToOne(String, String) - Constructor for class com.objy.db.app.OneToOne
Deprecated. Replace by OneToOne(String, String, byte).
OneToOne(String, String, byte) - Constructor for class com.objy.db.app.OneToOne
Constructs a unidirectional one-to-one relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
OneToOne(String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.OneToOne
Deprecated. Replaced by OneToOne(String, String, byte, byte, boolean, boolean, byte).
OneToOne(String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.OneToOne
Constructs a unidirectional one-to-one relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
OneToOne(String, String, String) - Constructor for class com.objy.db.app.OneToOne
Deprecated. Replaced by OneToOne(String, String, String, byte).
OneToOne(String, String, String, byte) - Constructor for class com.objy.db.app.OneToOne
Constructs a bidirectional one-to-one relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
OneToOne(String, String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.OneToOne
Deprecated. Replaced by OneToOne(String, String, String, byte, byte, boolean, boolean, byte).
OneToOne(String, String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.OneToOne
Constructs a bidirectional one-to-one relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
oo - interface com.objy.db.app.oo.
Defines constants used as parameters and return values by many methods.
ooAbstractObj - class com.objy.db.app.ooAbstractObj.
Abstract superclass for classes that identify storage layers in federated databases.
ooAbstractObj() - Constructor for class com.objy.db.app.ooAbstractObj
Reserved for internal use.
ooAddAll(ooCollection) - Method in class com.objy.db.util.ooCollection
Adds all elements (or keys) in the specified collection to this collection.
ooAddAll(ooCollection) - Method in class com.objy.db.util.ooHashMap
Adds all elements in the specified collection to this unordered object map.
ooAddAll(ooCollection) - Method in class com.objy.db.util.ooTreeMap
Adds all elements in the specified collection to this sorted object map.
ooAPObj - class com.objy.db.app.ooAPObj.
(FTO/DRO) Represents an Objectivity/DB autonomous partition.
ooAPObj(PooAPObj) - Constructor for class com.objy.db.app.ooAPObj
Reserved for internal use; to create an autonomous partition object, call one of the newAP methods of a federated database.
ooBTree - class com.objy.db.util.ooBTree.
Abstract superclass for persistence-capable classes that represent ordered collections containing persistent objects.
ooCollection - class com.objy.db.util.ooCollection.
Abstract superclass for persistence-capable classes that represent scalable collections containing persistent objects.
ooCollectionIterator - interface com.objy.db.util.ooCollectionIterator.
Defines behavior shared by all collection iterators.
ooCompare - class com.objy.db.util.ooCompare.
Abstract superclass for all comparator classes.
ooCompare() - Constructor for class com.objy.db.util.ooCompare
Reserved for internal use.
ooContainsAll(ooCollection) - Method in class com.objy.db.util.ooCollection
Tests whether this collection contains all elements (or keys) in the specified collection.
ooContObj - class com.objy.db.app.ooContObj.
Represents a physical grouping of basic objects in a database.
ooContObj() - Constructor for class com.objy.db.app.ooContObj
Constructs a non-garbage-collectible container.
ooContObj(PooContObj) - Constructor for class com.objy.db.app.ooContObj
Reserved for internal use.
ooDBObj - class com.objy.db.app.ooDBObj.
Represents an Objectivity/DB database.
ooDBObj(PooDBObj) - Constructor for class com.objy.db.app.ooDBObj
Reserved for internal use; to create a database object, call one of the newDB methods of a federated database.
ooDefaultContObj - class com.objy.db.app.ooDefaultContObj.
Represents the default container for a database.
ooDefaultContObj() - Constructor for class com.objy.db.app.ooDefaultContObj
Reserved for internal use.
ooFDObj - class com.objy.db.app.ooFDObj.
Represents an Objectivity/DB federated database.
ooFDObj(PooFDObj) - Constructor for class com.objy.db.app.ooFDObj
Reserved for internal use; to obtain a federated-database object, call the getFD method of a session.
ooGCContObj - class com.objy.db.app.ooGCContObj.
Represents a garbage-collectible container.
ooGCContObj() - Constructor for class com.objy.db.app.ooGCContObj
Constructs a garbage-collectible container.
ooGCRootsContObj - class com.objy.db.app.ooGCRootsContObj.
Represents the roots container of a database.
ooGCRootsContObj() - Constructor for class com.objy.db.app.ooGCRootsContObj
Reserved for internal use.
ooHashMap - class com.objy.db.util.ooHashMap.
Persistence-capable class for unordered object maps.
ooHashMap() - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with a default comparator, the default hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashMap(int) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with the specified hash-bucket size, a default comparator, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashMap(int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with a default comparator, the default hash-bucket size, and the specified number of initial hash buckets, administrator container, and hash-bucket container.
ooHashMap(ooCompare) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with the specified comparator, the default hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashMap(ooCompare, int) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with the specified comparator and hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashMap(ooCompare, int, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with the specified comparator, hash-bucket size, number of initial hash buckets, administrator container, and hash-bucket container.
ooHashMap(ooCompare, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashMap
Constructs an empty unordered object map with the default hash-bucket size and the specified comparator, number of initial hash buckets, administrator container, and hash-bucket container.
ooHashSet - class com.objy.db.util.ooHashSet.
Persistence-capable class for unordered sets of persistent objects.
ooHashSet() - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with a default comparator, the default hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashSet(int) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with the specified hash-bucket size, a default comparator, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashSet(int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with a default comparator, the default hash-bucket size, and the specified number of initial hash buckets, administrator container, and hash-bucket container.
ooHashSet(ooCompare) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with the specified comparator, the default hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashSet(ooCompare, int) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with the specified comparator and hash-bucket size, one initial hash bucket, a newly created administrator container, and a newly created hash-bucket container.
ooHashSet(ooCompare, int, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with the specified comparator, hash-bucket size, number of initial hash buckets, administrator container, and hash-bucket container.
ooHashSet(ooCompare, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooHashSet
Constructs an empty unordered set with the default hash-bucket size and the specified comparator, number of initial hash buckets, administrator container, and hash-bucket container.
ooId - interface com.objy.db.app.ooId.
Defines the behavior of object identifiers (OIDs).
ooIterator() - Method in class com.objy.db.util.ooCollection
Initializes a collection iterator to find the elements of this collection.
ooIterator() - Method in class com.objy.db.util.ooHashMap
Initializes a collection iterator to find all keys in this unordered object map.
ooMap - class com.objy.db.util.ooMap.
Persistence-capable class for unordered name maps.
ooMap() - Constructor for class com.objy.db.util.ooMap
Constructs a name map.
ooMap(long, long, long) - Constructor for class com.objy.db.util.ooMap
Constructs a name map with the specified number of bins, maximum average density, and growth factor.
ooObj - class com.objy.db.app.ooObj.
Superclass for all persistence-capable classes with the ability to respond to persistent events, a public API that supports all persistent operations, and default implementation for persistent operations.
ooObj() - Constructor for class com.objy.db.app.ooObj
Reserved for internal use; you create instances of subclasses of ooObj, not instances of ooObj itself.
ooRemove(Object) - Method in class com.objy.db.util.ooCollection
Removes the first occurrence of the specified object from this collection.
ooRemove(Object) - Method in class com.objy.db.util.ooHashMap
Removes the element of this unordered object map, if any, with the specified key.
ooRemove(Object) - Method in class com.objy.db.util.ooTreeMap
Removes the element of this sorted object map, if any, with the specified key.
ooRemove(Object) - Method in class com.objy.db.util.ooTreeList
Removes the first occurrence of the specified object from this list.
ooRemove(Object) - Method in class com.objy.db.util.ooHashSet
Removes the specified object from this unordered set.
ooRemove(Object) - Method in class com.objy.db.util.ooTreeSet
Removes the specified object from this sorted set.
ooRemoveAll(ooCollection) - Method in class com.objy.db.util.ooCollection
Removes all elements (or keys) of the specified collection from this collection.
ooRetainAll(ooCollection) - Method in class com.objy.db.util.ooCollection
Retains all elements of this collection that are also in the specified collection, deleting all other elements.
ooTreeList - class com.objy.db.util.ooTreeList.
Persistence-capable class for lists of persistent objects.
ooTreeList() - Constructor for class com.objy.db.util.ooTreeList
Constructs an empty list with the default node size.
ooTreeList(int) - Constructor for class com.objy.db.util.ooTreeList
Constructs an empty list with the specified node size.
ooTreeList(int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeList
Constructs an empty list with the specified node size and containers for internal objects.
ooTreeList(ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeList
Constructs an empty list with the default node size and the specified containers for internal objects.
ooTreeMap - class com.objy.db.util.ooTreeMap.
Persistence-capable class for sorted object maps.
ooTreeMap() - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with a default comparator and the default node size.
ooTreeMap(int) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with a default comparator and the specified node size.
ooTreeMap(int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with a default comparator and the specified node size and containers for internal objects.
ooTreeMap(ooCompare) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with the specified comparator and the default node size.
ooTreeMap(ooCompare, int) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with the specified comparator and node size.
ooTreeMap(ooCompare, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with the specified comparator, node size, and containers for internal objects.
ooTreeMap(ooCompare, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with the specified comparator, the default node size, and the specified containers for internal objects.
ooTreeMap(ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeMap
Constructs an empty sorted object map with a default comparator, the default node size, and the specified containers for internal objects.
ooTreeSet - class com.objy.db.util.ooTreeSet.
Persistence-capable class for sorted sets of persistent objects.
ooTreeSet() - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with a default comparator and the default node size.
ooTreeSet(int) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with a default comparator and the specified node size.
ooTreeSet(int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with a default comparator, the specified node size, and the specified containers for internal objects.
ooTreeSet(ooCompare) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with the specified comparator and the default node size.
ooTreeSet(ooCompare, int) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with the specified comparator and node size.
ooTreeSet(ooCompare, int, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with the specified comparator, node size, and containers for internal objects.
ooTreeSet(ooCompare, ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with the specified comparator, the default node size, and the specified containers for internal objects.
ooTreeSet(ooContObj, ooContObj) - Constructor for class com.objy.db.util.ooTreeSet
Constructs an empty sorted set with a default comparator, the default node size, and the specified containers for internal objects.
open(String, int) - Static method in class com.objy.db.app.Connection
Opens a connection to the specified federated database.
open(String, int) - Static method in class com.objy.db.app.Database
(ODMG) Opens a connection to the specified federated database and returns the ODMG database object associated with the connection.
openExclusive - Static variable in interface com.objy.db.app.oo
Connection access mode: Not supported.
openExclusive - Static variable in class com.objy.db.app.Connection
Not supported.
openExclusive - Static variable in class com.objy.db.app.Database
(ODMG) Not supported.
openReadOnly - Static variable in interface com.objy.db.app.oo
Connection access mode: The connection is open for read-only access.
openReadOnly - Static variable in class com.objy.db.app.Connection
Open mode: The connection is open for read-only access.
openReadOnly - Static variable in class com.objy.db.app.Database
(ODMG) Open mode: The database is open for read-only access.
openReadWrite - Static variable in interface com.objy.db.app.oo
Connection access mode: The connection is open for read/write access.
openReadWrite - Static variable in class com.objy.db.app.Connection
Open mode: The connection is open for read/write access.
openReadWrite - Static variable in class com.objy.db.app.Database
(ODMG) Open mode: The database is open for read/write access.

Objectivity for Java Reference
A B C D E F G H I J K L M N O P Q R S T U V W _

Copyright © 2000 Objectivity, Inc. All rights reserved.