com.intersys.classes
Class ListOfObjects

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended bycom.intersys.classes.AbstractCacheList
              extended bycom.intersys.classes.ListOfObjects
All Implemented Interfaces:
Collection, List, ObjectHandle
Direct Known Subclasses:
ListOfObjectsWithClassName

Deprecated. Please use List instead.

public class ListOfObjects
extends AbstractCacheList

Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation

See Also:
List

Constructor Summary
ListOfObjects(com.intersys.cache.CacheObject ref)
          Deprecated.  
ListOfObjects(Database db)
          Deprecated.  
 
Method Summary
 Integer _find(Object element, Integer key)
          Deprecated.  
 void _insert(Object element)
          Deprecated.  
 void _insertAt(Integer key, Object element)
          Deprecated.  
 Object _removeAt(Integer key)
          Deprecated.  
 void _setAt(Integer key, Object element)
          Deprecated.  
 boolean addAll(Collection c)
          Deprecated.  
static String getCacheClassName()
          Deprecated.  
 String getElementType()
          Deprecated.  
 
Methods inherited from class com.intersys.classes.AbstractCacheList
_className, _className, _clear, _close, _count, _getAt, _isModified, _normalizeObject, _packageName, _validateObject, _validateObject, add, add, clear, close, get, getAutoLoad, getBufferSize, getDatabase, getDefaultBufferSize, getOref, getProxy, getRegisteredObject, getZRef, indexOf, remove, set, setAutoLoad, setDefaultBufferSize, size, toString
 
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ListOfObjects

public ListOfObjects(com.intersys.cache.CacheObject ref)
              throws CacheException
Deprecated. 

ListOfObjects

public ListOfObjects(Database db)
              throws CacheException
Deprecated. 
Method Detail

getCacheClassName

public static String getCacheClassName()
Deprecated. 

getElementType

public String getElementType()
                      throws CacheException
Deprecated. 
Throws:
CacheException

_insert

public void _insert(Object element)
             throws CacheException
Deprecated. 
Overrides:
_insert in class AbstractCacheList
Throws:
CacheException

_insertAt

public void _insertAt(Integer key,
                      Object element)
               throws CacheException
Deprecated. 
Overrides:
_insertAt in class AbstractCacheList
Throws:
CacheException

_setAt

public void _setAt(Integer key,
                   Object element)
            throws CacheException
Deprecated. 
Overrides:
_setAt in class AbstractCacheList
Throws:
CacheException

_removeAt

public Object _removeAt(Integer key)
                 throws CacheException
Deprecated. 
Overrides:
_removeAt in class AbstractCacheList
Throws:
CacheException

_find

public Integer _find(Object element,
                     Integer key)
              throws CacheException
Deprecated. 
Overrides:
_find in class AbstractCacheList
Throws:
CacheException

addAll

public boolean addAll(Collection c)
Deprecated.