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
_
L
last()
- Method in class com.objy.db.util.
ooBTree
Gets the last element (or key) in this ordered collection.
lastIndexOf(Object)
- Method in class com.objy.db.util.
ooBTree
Searches backward in this ordered collection, starting at the end, for an element (or key) that is equal to the specified object.
lastIndexOf(Object, int)
- Method in class com.objy.db.util.
ooBTree
Searches backward in this ordered collection, starting at the specified index, to find an element (or key) that is equal to the specified object.
lastKey()
- Method in class com.objy.db.util.
ooTreeMap
Gets the last key in this sorted object map.
leave()
- Method in class com.objy.db.app.
Transaction
(ODMG)
Causes the currently active Java thread to leave this transaction.
leave()
- Method in class com.objy.db.app.
Session
Causes the currently active Java thread to leave this session.
leave()
- Method in interface com.objy.db.iapp.
PTransaction
leave()
- Method in interface com.objy.db.iapp.
PSession
listIterator()
- Method in class com.objy.db.util.
ooTreeList
Initializes a collection iterator to find the elements of this list.
listIterator(int)
- Method in class com.objy.db.util.
ooTreeList
Initializes a collection iterator to find the elements of this list, starting at the specified index.
lock(int)
- Method in class com.objy.db.app.
ooObj
Explicitly locks this object and propagates the lock to related objects.
lock(int)
- Method in class com.objy.db.app.
ooFDObj
Locks this federated database and everything contained in it with the specified lock mode.
lock(int)
- Method in class com.objy.db.app.
ooDBObj
Locks this database and everything contained in it with the specified lock mode.
lock(int)
- Method in interface com.objy.db.iapp.
PooFDObj
lock(int)
- Method in interface com.objy.db.iapp.
PooDBObj
lock(int)
- Method in interface com.objy.db.iapp.
PooObj
Explicitly locks this persistor's object and propagates the lock to related objects.
lock(int)
- Method in interface com.objy.db.iapp.
IooObj
Explicitly locks this object and propagates the lock to related objects.
lock(Object, int)
- Method in class com.objy.db.app.
Transaction
(ODMG)
Explicitly locks the specified object for the specified access and propagates the lock to related objects.
lock(Object, int)
- Method in interface com.objy.db.iapp.
PTransaction
lockNoProp(int)
- Method in class com.objy.db.app.
ooObj
Explicitly locks this object for the specified access.
lockNoProp(int)
- Method in class com.objy.db.app.
ooContObj
Explicitly locks this container for the specified access.
lockNoProp(int)
- Method in interface com.objy.db.iapp.
PooObj
Explicitly locks this persistor's object for the specified access.
lockNoProp(int)
- Method in interface com.objy.db.iapp.
PooContObj
lockNoProp(int)
- Method in interface com.objy.db.iapp.
IooObj
Explicitly locks this object for the specified access.
LockNotGrantedException
- exception com.objy.db.
LockNotGrantedException
.
Signals a failure to obtain a requested lock.
LockNotGrantedException()
- Constructor for class com.objy.db.
LockNotGrantedException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
LockNotGrantedException(String)
- Constructor for class com.objy.db.
LockNotGrantedException
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions.
lookup(String)
- Method in class com.objy.db.app.
ooFDObj
Retrieves the object with the specified root name in this federated database.
lookup(String)
- Method in class com.objy.db.app.
ooDBObj
Retrieves the object with the specified root name in this database.
lookup(String)
- Method in class com.objy.db.app.
Database
(ODMG)
Retrieves the object with the specified root name in the connected federated database.
lookup(String)
- Method in interface com.objy.db.iapp.
PooFDObj
lookup(String)
- Method in interface com.objy.db.iapp.
PConnection
lookup(String)
- Method in interface com.objy.db.iapp.
PooDBObj
lookup(String)
- Method in interface com.objy.db.iapp.
PooMap
lookup(String)
- Method in class com.objy.db.util.
ooMap
Retrieves the object in this name map with the specified key.
lookup(String, int)
- Method in interface com.objy.db.iapp.
PooMap
lookup(String, int)
- Method in class com.objy.db.util.
ooMap
Retrieves the object in this name map with the specified key, locking the retrieved object as specified.
lookupAP(String)
- Method in class com.objy.db.app.
ooFDObj
(FTO/DRO)
Retrieves the autonomous partition with the specified system name in this federated database.
lookupAP(String)
- Method in interface com.objy.db.iapp.
PooFDObj
lookupContainer(String)
- Method in class com.objy.db.app.
ooDBObj
Retrieves the container with the specified system name in this database.
lookupContainer(String)
- Method in interface com.objy.db.iapp.
PooDBObj
lookupDB(String)
- Method in class com.objy.db.app.
ooFDObj
Retrieves the database with the specified system name in this federated database.
lookupDB(String)
- Method in interface com.objy.db.iapp.
PooFDObj
lookupObj(String)
- Method in class com.objy.db.app.
ooObj
Retrieves the object with the specified scope name in the scope defined by this object.
lookupObj(String)
- Method in class com.objy.db.app.
ooFDObj
Retrieves the object with the specified scope name in the scope defined by this federated database.
lookupObj(String)
- Method in class com.objy.db.app.
ooAPObj
Looks up the object with the specified scope name in the scope defined by this autonomous partition.
lookupObj(String)
- Method in class com.objy.db.app.
ooDBObj
Retrieves the object with the specified scope name in the scope defined by this database.
lookupObj(String)
- Method in interface com.objy.db.iapp.
PooFDObj
lookupObj(String)
- Method in interface com.objy.db.iapp.
PooAPObj
lookupObj(String)
- Method in interface com.objy.db.iapp.
PooDBObj
lookupObj(String)
- Method in interface com.objy.db.iapp.
PooObj
Retrieves the object with the specified scope name in the scope defined by this persistor's object.
lookupObj(String)
- Method in interface com.objy.db.iapp.
IooObj
Retrieves the object with the specified scope name in the scope defined by this object.
lookupObj(String, int)
- Method in class com.objy.db.app.
ooObj
Retrieves the object with the specified scope name in the scope defined by this object, locking the retrieved object as specified.
lookupObj(String, int)
- Method in class com.objy.db.app.
ooFDObj
Retrieves the object with the specified scope name in the scope defined by this federated database, locking the retrieved object as specified.
lookupObj(String, int)
- Method in class com.objy.db.app.
ooAPObj
Looks up the object with the specified scope name in the scope defined by this autonomous partition, locking the retrieved object as specified.
lookupObj(String, int)
- Method in class com.objy.db.app.
ooDBObj
Retrieves the object with the specified scope name in the scope defined by this database, locking the retrieved object as specified.
lookupObj(String, int)
- Method in interface com.objy.db.iapp.
PooFDObj
lookupObj(String, int)
- Method in interface com.objy.db.iapp.
PooAPObj
lookupObj(String, int)
- Method in interface com.objy.db.iapp.
PooDBObj
lookupObj(String, int)
- Method in interface com.objy.db.iapp.
PooObj
Retrieves the object with the specified scope name in the scope defined by this persistor's object, locking the retrieved object as specified.
lookupObj(String, int)
- Method in interface com.objy.db.iapp.
IooObj
Retrieves the object with the specified scope name in the scope defined by this object, locking the retrieved object as specified.
lookupObjName(Object)
- Method in class com.objy.db.app.
ooObj
Looks up the name of the specified object in the scope defined by this persistent object.
lookupObjName(Object)
- Method in class com.objy.db.app.
ooFDObj
Looks up the name of the specified object in the scope defined by this federated database.
lookupObjName(Object)
- Method in class com.objy.db.app.
ooAPObj
Looks up the name of the specified object in the scope defined by this autonomous partition.
lookupObjName(Object)
- Method in class com.objy.db.app.
ooDBObj
Looks up the name of the specified object in the scope defined by this database.
lookupObjName(Object)
- Method in interface com.objy.db.iapp.
PooFDObj
lookupObjName(Object)
- Method in interface com.objy.db.iapp.
PooAPObj
lookupObjName(Object)
- Method in interface com.objy.db.iapp.
PooDBObj
lookupObjName(Object)
- Method in interface com.objy.db.iapp.
PooObj
Looks up the name of the specified object in the scope defined by this persistor's object.
lookupObjName(Object)
- Method in interface com.objy.db.iapp.
IooObj
Looks up the name of the specified object in the scope defined by this persistent object.
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.