|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
com.intersys.classes.AbstractCacheList
List
instead.
Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation
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 |
public AbstractCacheList()
Method Detail |
public int size()
size
in interface List
public Object get(int index)
get
in interface List
public boolean add(Object o)
add
in interface List
public Object set(int index, Object element)
set
in interface List
public void add(int index, Object element)
add
in interface List
public Object remove(int index)
remove
in interface List
public int indexOf(Object o)
indexOf
in interface List
public void clear()
clear
in interface List
public Integer _count() throws CacheException
CacheException
public Object _getAt(Integer key) throws CacheException
CacheException
public void _insert(Object element) throws CacheException
CacheException
public void _insertAt(Integer key, Object element) throws CacheException
CacheException
public void _setAt(Integer key, Object element) throws CacheException
CacheException
public Object _removeAt(Integer key) throws CacheException
CacheException
public Integer _find(Object element, Integer key) throws CacheException
CacheException
public void _clear() throws CacheException
CacheException
public com.intersys.cache.CacheObject getProxy()
getProxy
in interface ObjectHandle
public RegisteredObject getRegisteredObject() throws CacheException
CacheException
public int getBufferSize()
public static int getDefaultBufferSize()
public static void setDefaultBufferSize(int bufferSize)
public boolean getAutoLoad() throws CacheException
CacheException
public void setAutoLoad(boolean newVal) throws CacheException
CacheException
public void close() throws CacheException
CacheException
public int getOref() throws ObjectClosedException
getOref
in interface ObjectHandle
ObjectClosedException
public final Object getZRef() throws CacheException
getZRef
in interface ObjectHandle
CacheException
public Database getDatabase()
getDatabase
in interface ObjectHandle
public void _close() throws CacheException
_close
in interface ObjectHandle
CacheException
Database.closeObject(java.lang.Object)
public String _className() throws CacheException
_className
in interface ObjectHandle
CacheException
public String _className(Boolean fullname) throws CacheException
_className
in interface ObjectHandle
CacheException
public Integer _isModified() throws CacheException
_isModified
in interface ObjectHandle
CacheException
public void _normalizeObject() throws CacheException
_normalizeObject
in interface ObjectHandle
CacheException
public String _packageName() throws CacheException
_packageName
in interface ObjectHandle
CacheException
public void _validateObject() throws CacheException
_validateObject
in interface ObjectHandle
CacheException
public void _validateObject(Integer force) throws CacheException
_validateObject
in interface ObjectHandle
CacheException
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |