com.intersys.classes
Class AbstractCacheList

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

Deprecated. Please use List instead.

public abstract class AbstractCacheList
extends AbstractList
implements ObjectHandle

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

See Also:
List

Constructor Summary
AbstractCacheList()
          Deprecated.  
 
Method Summary
 String _className()
          Deprecated.  
 String _className(Boolean fullname)
          Deprecated.  
 void _clear()
          Deprecated.  
 void _close()
          Deprecated.  
 Integer _count()
          Deprecated.  
 Integer _find(Object element, Integer key)
          Deprecated.  
 Object _getAt(Integer key)
          Deprecated.  
 void _insert(Object element)
          Deprecated.  
 void _insertAt(Integer key, Object element)
          Deprecated.  
 Integer _isModified()
          Deprecated.  
 void _normalizeObject()
          Deprecated.  
 String _packageName()
          Deprecated.  
 Object _removeAt(Integer key)
          Deprecated.  
 void _setAt(Integer key, Object element)
          Deprecated.  
 void _validateObject()
          Deprecated.  
 void _validateObject(Integer force)
          Deprecated.  
 void add(int index, Object element)
          Deprecated.  
 boolean add(Object o)
          Deprecated.  
 void clear()
          Deprecated.  
 void close()
          Deprecated.  
 Object get(int index)
          Deprecated.  
 boolean getAutoLoad()
          Deprecated.  
 int getBufferSize()
          Deprecated.  
 Database getDatabase()
          Deprecated.  
static int getDefaultBufferSize()
          Deprecated.  
 int getOref()
          Deprecated.  
 com.intersys.cache.CacheObject getProxy()
          Deprecated.  
 RegisteredObject getRegisteredObject()
          Deprecated.  
 Object getZRef()
          Deprecated.  
 int indexOf(Object o)
          Deprecated.  
 Object remove(int index)
          Deprecated.  
 Object set(int index, Object element)
          Deprecated.  
 void setAutoLoad(boolean newVal)
          Deprecated.  
static void setDefaultBufferSize(int bufferSize)
          Deprecated.  
 int size()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, 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
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

AbstractCacheList

public AbstractCacheList()
Deprecated. 
Method Detail

size

public int size()
Deprecated. 
Specified by:
size in interface List

get

public Object get(int index)
Deprecated. 
Specified by:
get in interface List

add

public boolean add(Object o)
Deprecated. 
Specified by:
add in interface List

set

public Object set(int index,
                  Object element)
Deprecated. 
Specified by:
set in interface List

add

public void add(int index,
                Object element)
Deprecated. 
Specified by:
add in interface List

remove

public Object remove(int index)
Deprecated. 
Specified by:
remove in interface List

indexOf

public int indexOf(Object o)
Deprecated. 
Specified by:
indexOf in interface List

clear

public void clear()
Deprecated. 
Specified by:
clear in interface List

_count

public Integer _count()
               throws CacheException
Deprecated. 
Throws:
CacheException

_getAt

public Object _getAt(Integer key)
              throws CacheException
Deprecated. 
Throws:
CacheException

_insert

public void _insert(Object element)
             throws CacheException
Deprecated. 
Throws:
CacheException

_insertAt

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

_setAt

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

_removeAt

public Object _removeAt(Integer key)
                 throws CacheException
Deprecated. 
Throws:
CacheException

_find

public Integer _find(Object element,
                     Integer key)
              throws CacheException
Deprecated. 
Throws:
CacheException

_clear

public void _clear()
            throws CacheException
Deprecated. 
Throws:
CacheException

getProxy

public com.intersys.cache.CacheObject getProxy()
Deprecated. 
Specified by:
getProxy in interface ObjectHandle

getRegisteredObject

public RegisteredObject getRegisteredObject()
                                     throws CacheException
Deprecated. 
Throws:
CacheException

getBufferSize

public int getBufferSize()
Deprecated. 

getDefaultBufferSize

public static int getDefaultBufferSize()
Deprecated. 

setDefaultBufferSize

public static void setDefaultBufferSize(int bufferSize)
Deprecated. 

getAutoLoad

public boolean getAutoLoad()
                    throws CacheException
Deprecated. 
Throws:
CacheException

setAutoLoad

public void setAutoLoad(boolean newVal)
                 throws CacheException
Deprecated. 
Throws:
CacheException

close

public void close()
           throws CacheException
Deprecated. 
Throws:
CacheException

getOref

public int getOref()
            throws ObjectClosedException
Deprecated. 
Specified by:
getOref in interface ObjectHandle
Throws:
ObjectClosedException

getZRef

public final Object getZRef()
                     throws CacheException
Deprecated. 
Specified by:
getZRef in interface ObjectHandle
Throws:
CacheException

getDatabase

public Database getDatabase()
Deprecated. 
Specified by:
getDatabase in interface ObjectHandle

_close

public void _close()
            throws CacheException
Deprecated. 
Specified by:
_close in interface ObjectHandle
Throws:
CacheException
See Also:
Database.closeObject(java.lang.Object)

_className

public String _className()
                  throws CacheException
Deprecated. 
Specified by:
_className in interface ObjectHandle
Throws:
CacheException

_className

public String _className(Boolean fullname)
                  throws CacheException
Deprecated. 
Specified by:
_className in interface ObjectHandle
Throws:
CacheException

_isModified

public Integer _isModified()
                    throws CacheException
Deprecated. 
Specified by:
_isModified in interface ObjectHandle
Throws:
CacheException

_normalizeObject

public void _normalizeObject()
                      throws CacheException
Deprecated. 
Specified by:
_normalizeObject in interface ObjectHandle
Throws:
CacheException

_packageName

public String _packageName()
                    throws CacheException
Deprecated. 
Specified by:
_packageName in interface ObjectHandle
Throws:
CacheException

_validateObject

public void _validateObject()
                     throws CacheException
Deprecated. 
Specified by:
_validateObject in interface ObjectHandle
Throws:
CacheException

_validateObject

public void _validateObject(Integer force)
                     throws CacheException
Deprecated. 
Specified by:
_validateObject in interface ObjectHandle
Throws:
CacheException

toString

public String toString()
Deprecated.