|
Oracle Application Server 10g Java Object Cache API Reference 10g Release 2 (10.1.2) B14018-01 November 2004 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ias.cache.ListObject
The ListObjectsEnumeration class provides an enumeration of ListObject objects that describe the objects in a region. The search is done without locking the region so it is not a true "snapshot" as the state of the region can change while the search is occuring.
Constructor Summary | |
ListObject()
|
Method Summary | |
java.lang.Object |
getName()
returns the cached object name associated with this ListObject |
java.lang.Object |
getObject()
returns the cached object associated with this ListObject |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ListObject()
Method Detail |
public java.lang.Object getObject()
public java.lang.Object getName()
public java.lang.String toString()
|
Oracle Application Server 10g Java Object Cache API Reference 10g Release 2 (10.1.2) B14018-01 November 2004 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |