Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

oracle.ias.cache
Class ListObject

java.lang.Object
  |
  +--oracle.ias.cache.ListObject

public class ListObject
extends java.lang.Object

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.

Since:
2.1.1

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ListObject

public ListObject()
Method Detail

getObject

public java.lang.Object getObject()
returns the cached object associated with this ListObject
Returns:
the cached object associated with this ListObject

getName

public java.lang.Object getName()
returns the cached object name associated with this ListObject
Returns:
the cached object name associated with this ListObject

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.