Overview
Package
Class
Tree
Index
Help
Objectivity for Java Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
I
IGNORE
- Static variable in interface com.objy.db.app.
oo
(FTO/DRO)
Offline mode: Ignore the offline status of autonomous partitions.
imagesContainedIn()
- Method in class com.objy.db.app.
ooAPObj
Initializes an iterator to find the database images contained by this autonomous partition.
imagesContainedIn()
- Method in interface com.objy.db.iapp.
PooAPObj
includes(Object)
- Method in class com.objy.db.app.
ToManyRelationship
Tests whether this object is related to the specified object.
includes(Object)
- Method in class com.objy.db.app.
ToOneRelationship
Tests whether the specified object is related to this object.
includes(PooObj, Object)
- Method in interface com.objy.db.iapp.
PRelationshipManager
indexOf(Object)
- Method in class com.objy.db.util.
ooBTree
Searches forward in this ordered collection (from the beginning) for the first element (or key) that is equal to the specified object.
indexOf(Object, int)
- Method in class com.objy.db.util.
ooBTree
Searches forward in this ordered collection, starting at the specified index, for the first element (or key) that is equal to the specified object.
indexOf(Object, int)
- Method in class com.objy.db.util.
ooTreeMap
Searches forward in this sorted object map, starting at the specified index, for the first key that is equal to the specified object.
indexOf(Object, int)
- Method in class com.objy.db.util.
ooTreeSet
Searches forward in this sorted set, starting at the specified index, for the first element that is equal to the specified object.
initialValues
- Variable in class com.objy.db.util.
ooMap
Reserved for internal use.
INLINE_LONG
- Static variable in class com.objy.db.app.
Relationship
Inline mode: Store the relationship as a long inline.
INLINE_NONE
- Static variable in class com.objy.db.app.
Relationship
Inline mode: Store the relationship non-inline.
INLINE_SHORT
- Static variable in class com.objy.db.app.
Relationship
Inline mode: Store the relationship as a short inline.
INSENSITIVE
- Static variable in interface com.objy.db.app.
oo
Index mode: Indexes are updated automatically when the transaction is committed.
IooObj
- interface com.objy.db.iapp.
IooObj
.
Defines the persistence operations available to persistence-capable classes.
isAvailable()
- Method in class com.objy.db.app.
ooAPObj
Tests whether this autonomous partition is physically accessible by the current process.
isAvailable()
- Method in class com.objy.db.app.
ooDBObj
(FTO/DRO)
Tests whether this database is accessible by the current process.
isAvailable()
- Method in interface com.objy.db.iapp.
PooAPObj
isAvailable()
- Method in interface com.objy.db.iapp.
PooDBObj
isBidirectional()
- Method in class com.objy.db.app.
Relationship
Tests whether this relationship is bidirectional.
isChangeClassAllowed()
- Method in interface com.objy.db.app.
SchemaPolicy
Tests whether this schema policy allows existing class descriptions to be modified.
isCreateClassAllowed()
- Method in interface com.objy.db.app.
SchemaPolicy
Tests whether this schema policy allows new classes to be added to the schema.
isDead()
- Method in class com.objy.db.app.
ooObj
Tests whether this object is dead.
isDead()
- Method in class com.objy.db.app.
ooAPObj
Tests whether this autonomous partition is dead.
isDead()
- Method in class com.objy.db.app.
ooDBObj
Tests whether this database is dead.
isDead()
- Method in interface com.objy.db.iapp.
PooObj
Tests whether this persistor is dead.
isDead()
- Method in interface com.objy.db.iapp.
IooObj
Tests whether this object is dead.
isDefined()
- Method in class com.objy.db.app.
Relationship
Reserved for internal use; you should not call this method.
isDeletePropagated()
- Method in class com.objy.db.app.
Relationship
Tests whether propagation of object deletion is enabled for this relationship.
isDeploymentMode()
- Method in class com.objy.db.app.
Connection
Tests whether deployment mode is enabled for this connection.
isDeploymentMode()
- Method in interface com.objy.db.iapp.
PConnection
isEmpty()
- Method in class com.objy.db.util.
ooCollection
Tests whether this collection is empty.
isFetchRequired()
- Method in class com.objy.db.app.
ooObj
Tests whether this object's persistent data needs to be fetched.
isFetchRequired()
- Method in interface com.objy.db.iapp.
PooObj
Tests whether this persistor's object's persistent data needs to be fetched.
isFetchRequired()
- Method in interface com.objy.db.iapp.
IooObj
Tests whether this object's persistent data needs to be fetched.
isFieldAccessControlEnforced()
- Method in interface com.objy.db.app.
SchemaPolicy
Tests whether this schema policy enforces access control.
isImageAvailable(ooAPObj)
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Tests whether an image of this database in the specified autonomous partition is accessible by the current process.
isImageAvailable(PooAPObj)
- Method in interface com.objy.db.iapp.
PooDBObj
isInline()
- Method in class com.objy.db.app.
Relationship
Tests whether the relationship is inline or not.
isIntegrityMaintained()
- Method in interface com.objy.db.iapp.
PooMap
isIntegrityMaintained()
- Method in class com.objy.db.util.
ooMap
Tests whether Objectivity/DB automatically maintains the referential integrity of this name map.
isJoined()
- Method in class com.objy.db.app.
Transaction
Tests whether the currently active Java thread is joined with this transaction.
isJoined()
- Method in class com.objy.db.app.
Session
Tests whether the currently active Java thread is joined with this session.
isJoined()
- Method in interface com.objy.db.iapp.
PTransaction
isJoined()
- Method in interface com.objy.db.iapp.
PSession
isJoined(Thread)
- Method in class com.objy.db.app.
Session
Tests whether the specified Java thread is joined with this session.
isJoined(Thread)
- Method in interface com.objy.db.iapp.
PSession
isLockPropagated()
- Method in class com.objy.db.app.
Relationship
Tests whether propagation of object locking is enabled for this relationship.
isMember(String)
- Method in interface com.objy.db.iapp.
PooMap
isMember(String)
- Method in class com.objy.db.util.
ooMap
Tests whether this name map has an element with the specified key.
isModified()
- Method in class com.objy.db.app.
ooObj
Tests whether this object has been marked as modified.
isModified()
- Method in interface com.objy.db.iapp.
PooObj
Tests whether this persistor's object has been marked as modified.
isModified()
- Method in interface com.objy.db.iapp.
IooObj
Tests whether this object has been marked as modified.
isNonQuorumRead()
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Tests whether the application is currently reading this database without having access to a quorum of images.
isNonQuorumRead()
- Method in interface com.objy.db.iapp.
PooDBObj
isNonQuorumReadAllowed()
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Tests whether this application can read this database even if a quorum of images is not available.
isNonQuorumReadAllowed()
- Method in interface com.objy.db.iapp.
PooDBObj
isNull()
- Method in interface com.objy.db.app.
ooId
Tests whether this OID is null.
IsolationException
- exception com.objy.db.
IsolationException
.
Signals an attempt to perform a persistence operation involving objects that belong to different sessions.
IsolationException()
- Constructor for class com.objy.db.
IsolationException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
IsolationException(String)
- Constructor for class com.objy.db.
IsolationException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
isOnline()
- Method in class com.objy.db.app.
ooAPObj
Tests whether this autonomous partition is accessible to tools and applications.
isOnline()
- Method in interface com.objy.db.iapp.
PooAPObj
isOpen()
- Method in class com.objy.db.app.
Transaction
(ODMG)
Tests whether this transaction is open.
isOpen()
- Method in class com.objy.db.app.
Iterator
Tests whether this iterator is open.
isOpen()
- Method in class com.objy.db.app.
Connection
Tests whether the connection between this connection object and the federated database is open.
isOpen()
- Method in class com.objy.db.app.
Session
Tests whether this session is open.
isOpen()
- Method in class com.objy.db.app.
Database
Tests whether the connection between the associated connection object and the federated database is open.
isOpen()
- Method in interface com.objy.db.iapp.
PConnection
isOpen()
- Method in interface com.objy.db.iapp.
PTransaction
isOpen()
- Method in interface com.objy.db.iapp.
PItr
isOpen()
- Method in interface com.objy.db.iapp.
PSession
isOtherToMany()
- Method in class com.objy.db.app.
Relationship
Tests whether the inverse of this relationship is a to-many relationship.
isOtherToMany()
- Method in class com.objy.db.app.
OneToOne
Tests whether the inverse of this relationship is a to-many relationship.
isOtherToMany()
- Method in class com.objy.db.app.
ManyToMany
Tests whether the inverse of this relationship is a to-many relationship.
isOtherToMany()
- Method in class com.objy.db.app.
ManyToOne
Tests whether the class related to the class defining this relationship defines an inverse to-many relationship.
isOtherToMany()
- Method in class com.objy.db.app.
OneToMany
Tests whether the inverse of this relationship is a to-many relationship.
isPersistent()
- Method in class com.objy.db.app.
ooObj
Tests whether this object is persistent.
isPersistent()
- Method in interface com.objy.db.iapp.
PooObj
Tests whether this persistor's object represents a valid persistent object.
isPersistent()
- Method in interface com.objy.db.iapp.
IooObj
Tests whether this object is persistent.
isPolicyLocked()
- Method in interface com.objy.db.app.
SchemaPolicy
Tests whether this schema policy is locked.
isPredicateScanAutoFlush()
- Static method in class com.objy.db.app.
Connection
Tests whether the
predicate-scan autoflush policy
is enabled for this connection.
isReadOnly()
- Method in class com.objy.db.app.
ooDBObj
Tests whether this database is read only.
isReadOnly()
- Method in interface com.objy.db.iapp.
PooDBObj
isRecoveryAutomatic()
- Method in class com.objy.db.app.
Session
Tests whether automatic recovery on the local host is enabled.
isRecoveryAutomatic()
- Method in interface com.objy.db.iapp.
PSession
isReplicated()
- Method in class com.objy.db.app.
ooDBObj
(DRO)
Tests whether there is more than one image of this database.
isReplicated()
- Method in interface com.objy.db.iapp.
PooDBObj
isTerminated()
- Method in class com.objy.db.app.
Session
Tests whether this session has been terminated.
isTerminated()
- Method in interface com.objy.db.iapp.
PSession
isToMany()
- Method in class com.objy.db.app.
Relationship
Tests whether this relationship is a to-many relationship.
isToMany()
- Method in class com.objy.db.app.
OneToOne
Tests whether this relationship is a to-many relationship.
isToMany()
- Method in class com.objy.db.app.
ManyToMany
Tests whether this relationship is a to-many relationship.
isToMany()
- Method in class com.objy.db.app.
ManyToOne
Tests whether this relationship is a to-many relationship.
isToMany()
- Method in class com.objy.db.app.
OneToMany
Tests whether this relationship is a to-many relationship.
isUpdated()
- Method in class com.objy.db.app.
ooContObj
Tests whether this container has been updated and committed or checkpointed by another session.
isUpdated()
- Method in interface com.objy.db.iapp.
PooContObj
isUserError()
- Method in interface com.objy.db.app.
ExceptionInfo
Reserved for internal use; you should not call this method.
isValid()
- Method in class com.objy.db.app.
ooObj
Tests whether this object represents a valid persistent object.
isValid()
- Method in interface com.objy.db.iapp.
PooObj
Tests whether this persistor's object is a valid persistent object.
isValid()
- Method in interface com.objy.db.iapp.
IooObj
Tests whether this object represents a valid persistent object.
isVerbose()
- Method in interface com.objy.db.app.
SchemaPolicy
Tests whether this schema policy prints informational messages.
Iterator
- class com.objy.db.app.
Iterator
.
Class to perform iteration over groups of persistent objects.
iterator()
- Method in class com.objy.db.util.
ooTreeList
Initializes a collection iterator to find the elements of this list.
iterator()
- Method in class com.objy.db.util.
ooHashSet
Initializes a collection iterator to find the elements of this unordered set.
iterator()
- Method in class com.objy.db.util.
ooTreeSet
Initializes a collection iterator to find the elements of this sorted set.
Iterator(PItr)
- Constructor for class com.objy.db.app.
Iterator
Reserved for internal use; to obtain an iterator, call the appropriate method to create and initialize an iterator that finds the desired items.
Overview
Package
Class
Tree
Index
Help
Objectivity for Java Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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.