Oracle Application Server Java Object Cache API Reference
10g Release 2 (10.1.2)

B14018-02


oracle.ias.cache
Class ListObject

java.lang.Object
  extended byoracle.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
clone, equals, finalize, 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()

Oracle Application Server Java Object Cache API Reference
10g Release 2 (10.1.2)

B14018-02


Copyright © 2004, 2005, Oracle. All rights reserved.