A B C D E F G H I J K L M N O P Q R S T U V W _

A

ANT - Static variable in class com.intersys.objects.CacheDatabase
 
AbstractCacheArray - class com.intersys.classes.AbstractCacheArray.
Deprecated. Please use Map instead.
AbstractCacheArray() - Constructor for class com.intersys.classes.AbstractCacheArray
Deprecated.  
AbstractCacheList - class com.intersys.classes.AbstractCacheList.
Deprecated. Please use List instead.
AbstractCacheList() - Constructor for class com.intersys.classes.AbstractCacheList
Deprecated.  
AbstractStream - class com.intersys.classes.AbstractStream.
 
AbstractStream(CacheObject) - Constructor for class com.intersys.classes.AbstractStream
 
AbstractStream(Database) - Constructor for class com.intersys.classes.AbstractStream
 
ArrayOfDataTypes - class com.intersys.classes.ArrayOfDataTypes.
Deprecated. Please use Map instead.
ArrayOfDataTypes(CacheObject) - Constructor for class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
ArrayOfDataTypes(Database) - Constructor for class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
ArrayOfObjects - class com.intersys.classes.ArrayOfObjects.
Deprecated. Please use Map instead.
ArrayOfObjects(CacheObject) - Constructor for class com.intersys.classes.ArrayOfObjects
Deprecated.  
ArrayOfObjects(Database) - Constructor for class com.intersys.classes.ArrayOfObjects
Deprecated.  
ArrayOfObjectsWithClassName - class com.intersys.classes.ArrayOfObjectsWithClassName.
Deprecated. Please use Map instead.
ArrayOfObjectsWithClassName(CacheObject) - Constructor for class com.intersys.classes.ArrayOfObjectsWithClassName
Deprecated.  
ArrayOfObjectsWithClassName(Database) - Constructor for class com.intersys.classes.ArrayOfObjectsWithClassName
Deprecated.  
add(Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
add(int, Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
add(Object) - Method in class com.intersys.classes.RelationshipObject
 
add(int, Object) - Method in class com.intersys.classes.RelationshipObject
 
add(Throwable) - Method in class com.intersys.objects.CacheMultiException
 
add(Object) - Method in class com.intersys.objects.SList
Adds a single object to the end of SList.
addAll(Collection) - Method in class com.intersys.classes.ListOfDataTypes
Deprecated.  
addAll(Collection) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
addAll(Collection) - Method in class com.intersys.classes.RelationshipObject
 
addAll(Collection) - Method in class com.intersys.objects.SList
 
addListener(EventListener) - Method in interface com.intersys.objects.Database
Adds another listener for messages from server.
asJDBCResultSet() - Method in class com.intersys.classes.ResultSet
Deprecated.  
asList() - Method in class com.intersys.classes.RelationshipObject
 
available() - Method in class com.intersys.objects.CacheInputStream
 

B

BY_REFERENCE - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicates that a argument is passed by reference.
BigDecimalHolder - class com.intersys.objects.BigDecimalHolder.
 
BigDecimalHolder(BigDecimal) - Constructor for class com.intersys.objects.BigDecimalHolder
Constructs a holder with the specified value
BinaryStream - class com.intersys.classes.BinaryStream.
 
BinaryStream(CacheObject) - Constructor for class com.intersys.classes.BinaryStream
 
BinaryStream(Database) - Constructor for class com.intersys.classes.BinaryStream
 
BooleanHolder - class com.intersys.objects.BooleanHolder.
 
BooleanHolder(Boolean) - Constructor for class com.intersys.objects.BooleanHolder
Constructs a holder with the specified value
BooleanHolder(boolean) - Constructor for class com.intersys.objects.BooleanHolder
 
ByteArrayHolder - class com.intersys.objects.ByteArrayHolder.
 
ByteArrayHolder(byte[]) - Constructor for class com.intersys.objects.ByteArrayHolder
Constructs a holder with the specified value
ByteHolder - class com.intersys.objects.ByteHolder.
Deprecated. Please use ByteArrayHolder instead.
ByteHolder(byte[]) - Constructor for class com.intersys.objects.ByteHolder
Deprecated.  
build(Object) - Static method in class com.intersys.objects.SList
Creates a SList containing a single object.
build(char) - Static method in class com.intersys.objects.SList
Creates a SList containing a single byte.
build(byte) - Static method in class com.intersys.objects.SList
Creates a SList containing a single byte.
build(int) - Static method in class com.intersys.objects.SList
Creates a SList containing a single integer.
build(long) - Static method in class com.intersys.objects.SList
Creates a SList containing a single long.
build(float) - Static method in class com.intersys.objects.SList
Creates a SList containing a single float value.
build(double) - Static method in class com.intersys.objects.SList
Creates a SList containing a single double value.
build(boolean) - Static method in class com.intersys.objects.SList
Creates a SList containing a single boolean value.
buildAll(Collection) - Static method in class com.intersys.objects.SList
Creates a SList containing all elements from collection c.
byReference(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 

C

CACHE_ERBADARG - Static variable in class com.intersys.cache.jni.CacheJNI
Error code indicating an argument to a method is out of range or otherwise invalid.
CACHE_ERINTERRUPT - Static variable in class com.intersys.cache.jni.CacheJNI
Error code returned if operations is interrupted by a CTRL/C
CACHE_ERNOCON - Static variable in class com.intersys.cache.jni.CacheJNI
Error code returned from an attempt to access Cache' when the process is already executing in "Cache' context".
CACHE_ERNORES - Static variable in class com.intersys.cache.jni.CacheJNI
Error code indicating a function was called to pop an argument off of the argument stack but no argument was present to be popped.
CACHE_ERRETTOOSMALL - Static variable in class com.intersys.cache.jni.CacheJNI
Error code indicating that the return buffer is too small and nothing has been returned
CACHE_ERRETTRUNC - Static variable in class com.intersys.cache.jni.CacheJNI
Error code indicating that the return buffer was too small so only a portion of the requested item was returned.
CACHE_ERSTRTOOLONG - Static variable in class com.intersys.cache.jni.CacheJNI
Error code returned if a string argument is too long
CACHE_ERUNKNOWN - Static variable in class com.intersys.cache.jni.CacheJNI
Error code returned from the routines that translate error codes into text CacheJNI.ErrorMessage(int) that indicates that the specified error code is not valid.
CACHE_TYPE_DOUBLE - Static variable in class com.intersys.cache.jni.CacheJNI
When returned from CacheJNI.TopArgType() means the argument is a 64bit floating point number.
CACHE_TYPE_INT - Static variable in class com.intersys.cache.jni.CacheJNI
When returned from CacheJNI.TopArgType() means the argument is a 32bit integer.
CACHE_TYPE_OREF - Static variable in class com.intersys.cache.jni.CacheJNI
Returned from CacheJNI.TopArgType() to indicate that the next item to pop is an internal Cache' object id.
CACHE_TYPE_STRING - Static variable in class com.intersys.cache.jni.CacheJNI
Returned from CacheJNI.TopArgType() to indicate that the next item to pop is a Cache' string.
CacheArgument - interface com.intersys.objects.reflect.CacheArgument.
 
CacheClass - interface com.intersys.objects.reflect.CacheClass.
 
CacheClassCastException - exception com.intersys.objects.CacheClassCastException.
CacheClassCastException.java Created: Mon Jan 14 00:32:03 2002
CacheClassCastException(CacheClass, CacheClass) - Constructor for class com.intersys.objects.CacheClassCastException
 
CacheCollectionException - exception com.intersys.objects.CacheCollectionException.
 
CacheCollectionException(String) - Constructor for class com.intersys.objects.CacheCollectionException
 
CacheCollectionException(CacheException) - Constructor for class com.intersys.objects.CacheCollectionException
 
CacheConnectionPoolDataSource - class com.intersys.jdbc.CacheConnectionPoolDataSource.
CacheConnectionPoolDataSource object is an implementation of ConnectionPoolDataSource interface In addition to the apis defined by the interface, this class also includes a number of Cache specific apis.
CacheConnectionPoolDataSource() - Constructor for class com.intersys.jdbc.CacheConnectionPoolDataSource
 
CacheDataSource - class com.intersys.jdbc.CacheDataSource.
CacheDataSource object is an implementation of DataSource interface.
CacheDataSource() - Constructor for class com.intersys.jdbc.CacheDataSource
 
CacheDatabase - class com.intersys.objects.CacheDatabase.
This class is used to establish a connection to the Cache server for Java clients.
CacheDatabase() - Constructor for class com.intersys.objects.CacheDatabase
 
CacheDescription - interface com.intersys.objects.reflect.CacheDescription.
This interface represents common information about Cache concepts like Property definition or Method arguments definitions.
CacheException - exception com.intersys.objects.CacheException.
 
CacheException(Throwable) - Constructor for class com.intersys.objects.CacheException
 
CacheException(Throwable, String) - Constructor for class com.intersys.objects.CacheException
 
CacheException() - Constructor for class com.intersys.objects.CacheException
 
CacheException(String, boolean) - Constructor for class com.intersys.objects.CacheException
 
CacheException(String) - Constructor for class com.intersys.objects.CacheException
 
CacheException(String, int) - Constructor for class com.intersys.objects.CacheException
 
CacheException(String, int, Throwable) - Constructor for class com.intersys.objects.CacheException
 
CacheExternalOref - class com.intersys.cache.jni.CacheExternalOref.
An opaque structure which represents a reference to a Cache' object.
CacheExternalOref() - Constructor for class com.intersys.cache.jni.CacheExternalOref
Constructor to create an "empty" Cache object reference.
CacheExternalOref(CacheExternalOref) - Constructor for class com.intersys.cache.jni.CacheExternalOref
Create a new reference to an existing Cache' object.
CacheField - interface com.intersys.objects.reflect.CacheField.
A CacheField provides information about, and dynamic access to, a single field of an Object in Cache Database.
CacheGeneric - class com.intersys.classes.CacheGeneric.
 
CacheGeneric() - Constructor for class com.intersys.classes.CacheGeneric
 
CacheIOException - exception com.intersys.objects.CacheIOException.
CacheIOException is thrown when an error occurs using Cache Streams
CacheIOException(CacheException) - Constructor for class com.intersys.objects.CacheIOException
 
CacheInputStream - class com.intersys.objects.CacheInputStream.
A CacheInputStream obtains input bytes from a Cache Database.
CacheInputStream(BinaryStream) - Constructor for class com.intersys.objects.CacheInputStream
 
CacheInternalArg - class com.intersys.cache.jni.CacheInternalArg.
An opaque structure which represents a Cache' argument stack element.
CacheInternalArg() - Constructor for class com.intersys.cache.jni.CacheInternalArg
 
CacheJNI - class com.intersys.cache.jni.CacheJNI.
Interface for calling into Cache' from Java programs.
CacheJNI() - Constructor for class com.intersys.cache.jni.CacheJNI
 
CacheMethod - interface com.intersys.objects.reflect.CacheMethod.
A CacheMethod provides information about, and access to, a single method on a Cache class.
CacheModifier - class com.intersys.objects.reflect.CacheModifier.
 
CacheModifier() - Constructor for class com.intersys.objects.reflect.CacheModifier
 
CacheMultiException - exception com.intersys.objects.CacheMultiException.
CacheMultiException.java Created: Fri Nov 09 14:45:36 2001
CacheMultiException(String) - Constructor for class com.intersys.objects.CacheMultiException
 
CacheMultiException(String, int, Throwable) - Constructor for class com.intersys.objects.CacheMultiException
 
CacheMultiException(String, List) - Constructor for class com.intersys.objects.CacheMultiException
 
CacheNullValueException - exception com.intersys.objects.CacheNullValueException.
 
CacheNullValueException() - Constructor for class com.intersys.objects.CacheNullValueException
 
CacheOutputStream - class com.intersys.objects.CacheOutputStream.
A CacheOutputStream obtains input bytes from a Cache Database.
CacheOutputStream(BinaryStream) - Constructor for class com.intersys.objects.CacheOutputStream
 
CacheProtocolUpdatedException - exception com.intersys.objects.CacheProtocolUpdatedException.
CacheProtocolUpdatedException.java Created: Wed Nov 21 18:16:07 2001 This is an information only exception which is thrown if protocol version of the server is higher than protocol version of the client, but server did not indicate that the client protocol is not supported.
CacheProtocolUpdatedException(Database) - Constructor for class com.intersys.objects.CacheProtocolUpdatedException
 
CacheQuery - class com.intersys.objects.CacheQuery.
 
CacheQuery(Database, String, String) - Constructor for class com.intersys.objects.CacheQuery
 
CacheQuery(Database, CacheQueryInfo) - Constructor for class com.intersys.objects.CacheQuery
 
CacheQuery(Database, String) - Constructor for class com.intersys.objects.CacheQuery
 
CacheQuery(Database, String, int, int) - Constructor for class com.intersys.objects.CacheQuery
 
CacheQueryInfo - interface com.intersys.objects.reflect.CacheQueryInfo.
 
CacheReader - class com.intersys.objects.CacheReader.
A CacheReader obtains input bytes from a Cache Database.
CacheReader(CharacterStream) - Constructor for class com.intersys.objects.CacheReader
 
CacheRootObject - class com.intersys.classes.CacheRootObject.
 
CacheRunTimeException - exception com.intersys.objects.CacheRunTimeException.
 
CacheRunTimeException(CacheException) - Constructor for class com.intersys.objects.CacheRunTimeException
 
CacheServerException - exception com.intersys.objects.CacheServerException.
 
CacheServerException(String) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerException(SQLException, String) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerException(Exception, String) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerException(String, int) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerException(SQLException) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerException(Exception) - Constructor for class com.intersys.objects.CacheServerException
 
CacheServerSensitive - interface com.intersys.objects.CacheServerSensitive.
 
CacheTooBigDataException - exception com.intersys.objects.CacheTooBigDataException.
 
CacheTooBigDataException(int) - Constructor for class com.intersys.objects.CacheTooBigDataException
 
CacheUnsupportedProtocolException - exception com.intersys.objects.CacheUnsupportedProtocolException.
CacheUnsupportedProtocolException.java This exception indicate that server does not support protocol for the client.
CacheUnsupportedProtocolException(ObjectServerInfo) - Constructor for class com.intersys.objects.CacheUnsupportedProtocolException
 
CacheWriter - class com.intersys.objects.CacheWriter.
A CacheWriter obtains input chars from a Cache Database.
CacheWriter(CharacterStream) - Constructor for class com.intersys.objects.CacheWriter
 
CallFunction(int, int) - Static method in class com.intersys.cache.jni.CacheJNI
Call the function specified by PushFunction() using the arguments stacked with the PushArg methods and get a value back.
CallinException - exception com.intersys.cache.jni.CallinException.
Exception thrown when the Cache callin interface returns an error.
CallinException(int) - Constructor for class com.intersys.cache.jni.CallinException
Build a generic message that includes the text of the error
CallinException(String, int) - Constructor for class com.intersys.cache.jni.CallinException
Build the error message out of the supplied text and add the text of the Cache error to the end.
CharacterStream - class com.intersys.classes.CharacterStream.
 
CharacterStream(CacheObject) - Constructor for class com.intersys.classes.CharacterStream
 
CharacterStream(Database) - Constructor for class com.intersys.classes.CharacterStream
 
ChildListTag - class com.intersys.jsp.ChildListTag.
Creates HTML SELECT element for specified table, that is child table.
ChildListTag() - Constructor for class com.intersys.jsp.ChildListTag
 
ConnectTag - class com.intersys.jsp.ConnectTag.
Establishes connection to database.
ConnectTag() - Constructor for class com.intersys.jsp.ConnectTag
 
CountTag - class com.intersys.jsp.CountTag.
Counts number of elements in current or specified view and returns it as string element to HTML.
CountTag() - Constructor for class com.intersys.jsp.CountTag
 
CrossListTag - class com.intersys.jsp.CrossListTag.
Creates HTML SELECT element to perform search that includes join of two tables.
CrossListTag() - Constructor for class com.intersys.jsp.CrossListTag
 
cacheObjectVersion - Variable in class com.intersys.objects.ObjectServerInfo
 
cacheSystemVersion - Variable in class com.intersys.objects.ObjectServerInfo
 
castTo(CacheClass) - Method in class com.intersys.classes.CacheRootObject
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.AbstractStream
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.BinaryStream
 
checkAllFieldsValid(Database, String, Class) - Static method in class com.intersys.classes.CacheGeneric
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.CharacterStream
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.File
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.FileBinaryStream
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.FileCharacterStream
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.GlobalBinaryStream
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.GlobalCharacterStream
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.RegisteredObject
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SQLProcContext
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SerialObject
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SerialStream
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysArrayOfObjects
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysArrayOfObjectsWithClassName
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysListOfObjects
 
checkAllFieldsValid(Database) - Static method in class com.intersys.classes.SysListOfObjectsWithClassName
 
checkAllMethods(Database) - Static method in class com.intersys.classes.AbstractStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.BinaryStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.CharacterStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.File
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllMethods(Database) - Static method in class com.intersys.classes.FileBinaryStream
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllMethods(Database) - Static method in class com.intersys.classes.FileCharacterStream
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllMethods(Database) - Static method in class com.intersys.classes.GlobalBinaryStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.GlobalCharacterStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.RegisteredObject
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SQLProcContext
Verifies that all fields from Cache class are exposed with accessor methods in Java class and that values for indexes in zObjVal are the same as in Cache.
checkAllMethods(Database) - Static method in class com.intersys.classes.SerialObject
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SerialStream
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysArrayOfObjects
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysArrayOfObjectsWithClassName
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysListOfObjects
 
checkAllMethods(Database) - Static method in class com.intersys.classes.SysListOfObjectsWithClassName
 
checkFieldsLimited(Database, String, Class) - Static method in class com.intersys.classes.CacheGeneric
 
check_atEndValid(Database) - Static method in class com.intersys.classes.AbstractStream
 
check_dateCreatedValid(Database) - Static method in class com.intersys.classes.File
Verifies that indexes for property _dateCreated in zObjVal are the same as in Cache.
check_dateModifiedValid(Database) - Static method in class com.intersys.classes.File
Verifies that indexes for property _dateModified in zObjVal are the same as in Cache.
check_elementTypeValid(Database) - Static method in class com.intersys.classes.SysArrayOfObjects
 
check_elementTypeValid(Database) - Static method in class com.intersys.classes.SysListOfObjects
 
check_filenameValid(Database) - Static method in class com.intersys.classes.FileBinaryStream
Verifies that indexes for property _filename in zObjVal are the same as in Cache.
check_filenameValid(Database) - Static method in class com.intersys.classes.FileCharacterStream
Verifies that indexes for property _filename in zObjVal are the same as in Cache.
check_isOpenValid(Database) - Static method in class com.intersys.classes.File
Verifies that indexes for property _isOpen in zObjVal are the same as in Cache.
check_messageValid(Database) - Static method in class com.intersys.classes.SQLProcContext
Verifies that indexes for property _message in zObjVal are the same as in Cache.
check_modeValid(Database) - Static method in class com.intersys.classes.File
Verifies that indexes for property _mode in zObjVal are the same as in Cache.
check_nameValid(Database) - Static method in class com.intersys.classes.File
Verifies that indexes for property _name in zObjVal are the same as in Cache.
check_rowCountValid(Database) - Static method in class com.intersys.classes.SQLProcContext
Verifies that indexes for property _rowCount in zObjVal are the same as in Cache.
check_sQLCodeValid(Database) - Static method in class com.intersys.classes.SQLProcContext
Verifies that indexes for property _sQLCode in zObjVal are the same as in Cache.
check_translateTableValid(Database) - Static method in class com.intersys.classes.FileCharacterStream
Verifies that indexes for property _translateTable in zObjVal are the same as in Cache.
clear() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
clear() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
clear() - Method in class com.intersys.objects.SList
 
clearParameters() - Method in class com.intersys.classes.ResultSet
Deprecated. Clears the query argument list
clientVersionSupported - Variable in class com.intersys.objects.ObjectServerInfo
 
clone() - Method in class com.intersys.objects.ObjectServerInfo
 
close() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
close() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
close() - Method in class com.intersys.classes.File
Runs method _close in Cache
close() - Method in class com.intersys.classes.ResultSet
Deprecated. Closes the result set and rleeases driver resources used for the executed query.
close() - Method in class com.intersys.objects.CacheInputStream
 
close() - Method in class com.intersys.objects.CacheOutputStream
 
close() - Method in class com.intersys.objects.CacheQuery
 
close() - Method in class com.intersys.objects.CacheReader
 
close() - Method in class com.intersys.objects.CacheWriter
 
close() - Method in interface com.intersys.objects.Database
Closes connection to Database.
close() - Method in interface com.intersys.objects.reflect.CacheClass
 
closeAllObjects() - Method in interface com.intersys.objects.Database
Closes all objects, opened by client.
closeObject(int) - Method in interface com.intersys.objects.Database
Closes an object with given object reference.
closeObject(Object) - Method in interface com.intersys.objects.Database
Closes an object with given object reference.
closeSQL() - Method in class com.intersys.classes.ResultSet
Deprecated. Closes query and releases all driver and database resources.
com.intersys - package com.intersys
Access to Cache' Classes, Globals and Routines from Java programs.
com.intersys.cache.jni - package com.intersys.cache.jni
Access to Cache' Classes, Globals and Routines from Java programs.
com.intersys.classes - package com.intersys.classes
Java representation for standard Cache Classes.
com.intersys.jsp - package com.intersys.jsp
JSP custom tags and tools
com.intersys.objects - package com.intersys.objects
Public API for Java Binding.
com.intersys.objects.reflect - package com.intersys.objects.reflect
Cache Reflection API is used for dynamic binding and obtaining metadata from Cache.
compareTo(Object) - Method in class com.intersys.objects.Id
 
compareTo(Object) - Method in class com.intersys.objects.Oid
 
compileCacheClass(String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
compileJavaClass(String, String, String, String) - Static method in class com.intersys.objects.DatabaseUtilities
 
compileJavaClass(String, String, String, String, PrintStream) - Static method in class com.intersys.objects.DatabaseUtilities
 
compileJavaClasses(String[], String, String, String) - Static method in class com.intersys.objects.DatabaseUtilities
 
compileJavaClasses(String[], String, String, String, PrintStream) - Static method in class com.intersys.objects.DatabaseUtilities
 
compiledAt() - Static method in class com.intersys.VersionInfo
 
connectionInfo - Variable in class com.intersys.objects.ObjectServerInfo
 
constructClone() - Method in class com.intersys.classes.RegisteredObject
Calls method constructClone () on object with arguments false new StringHolder (null)
constructClone(boolean, StringHolder) - Method in class com.intersys.classes.RegisteredObject
 
containsKey(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
containsValue(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
createChild(int, String, HistoryFrame) - Static method in class com.intersys.jsp.HistoryFrame
 
createClientObject() - Method in interface com.intersys.objects.reflect.CacheClass
 
createObjects(String, Collection) - Method in interface com.intersys.objects.Database
Saves a collection of previously created new objects in Cache Database.
createRoot(Map, String) - Static method in class com.intersys.jsp.HistoryFrame
 
createSQLwhere(PageContext, RuntimeEnvironment, String, Set, String) - Static method in class com.intersys.jsp.DBHelper
 
createStatement() - Method in interface com.intersys.objects.Database
Creates SQL statement to be run through this connection.

D

DBHelper - class com.intersys.jsp.DBHelper.
Contains a set of static utility methods.
DBHelper() - Constructor for class com.intersys.jsp.DBHelper
 
DEFAULT - Static variable in class com.intersys.objects.CacheDatabase
 
Database - interface com.intersys.objects.Database.
Interface Database provides access to actual connection with Cache.
DatabaseExistsException - exception com.intersys.objects.DatabaseExistsException.
This Exception indicate attempt to create another Database on top of the same JDBC connection.
DatabaseExistsException(int) - Constructor for class com.intersys.objects.DatabaseExistsException
 
DatabaseUtilities - class com.intersys.objects.DatabaseUtilities.
DatabaseUtilities.java Created: Sat Oct 27 10:42:56 2001
DatabaseUtilities(Database) - Constructor for class com.intersys.objects.DatabaseUtilities
 
DateHolder - class com.intersys.objects.DateHolder.
 
DateHolder(Date) - Constructor for class com.intersys.objects.DateHolder
Constructs a holder with the specified value
DisconnectTag - class com.intersys.jsp.DisconnectTag.
Terminates connection to database.
DisconnectTag() - Constructor for class com.intersys.jsp.DisconnectTag
 
DoFunction(int, int) - Static method in class com.intersys.cache.jni.CacheJNI
Execute the function specified by PushFunction() as a routine (discard the return value) passing the arguments stacked with the PushArg methods.
DoRoutine(int, int) - Static method in class com.intersys.cache.jni.CacheJNI
Call the routine specified by PushRoutine() passing the arguments stacked with the PushArg methods.
DoubleHolder - class com.intersys.objects.DoubleHolder.
 
DoubleHolder(Double) - Constructor for class com.intersys.objects.DoubleHolder
Constructs a holder with the specified value
DoubleHolder(double) - Constructor for class com.intersys.objects.DoubleHolder
 
DumpTag - class com.intersys.jsp.DumpTag.
Dumps full content of object in HTML format.
DumpTag() - Constructor for class com.intersys.jsp.DumpTag
 
debugOn() - Static method in class com.intersys.objects.Logger
 
delete() - Method in class com.intersys.cache.jni.CacheExternalOref
 
delete(Database, String) - Static method in class com.intersys.classes.File
Runs method _delete in Cache
delete(Database, Oid) - Static method in class com.intersys.classes.Persistent
Permanently destroys object in database.
delete() - Method in class com.intersys.classes.Persistent
Permanently destroys object in database.
directoryExists(Database, String) - Static method in class com.intersys.classes.File
Runs method %directoryExists in Cache
disconnect() - Method in class com.intersys.jsp.DisconnectTag
 
doEndTag() - Method in class com.intersys.jsp.ConnectTag
 
doEndTag() - Method in class com.intersys.jsp.CountTag
 
doEndTag() - Method in class com.intersys.jsp.DisconnectTag
 
doEndTag() - Method in class com.intersys.jsp.DumpTag
 
doEndTag() - Method in class com.intersys.jsp.HistoryListTag
 
doEndTag() - Method in class com.intersys.jsp.ListTag
 
doEndTag() - Method in class com.intersys.jsp.NewTag
 
doEndTag() - Method in class com.intersys.jsp.PushViewTag
 
doEndTag() - Method in class com.intersys.jsp.SetTag
 
doStartTag() - Method in class com.intersys.jsp.ConnectTag
 
doStartTag() - Method in class com.intersys.jsp.CountTag
 
doStartTag() - Method in class com.intersys.jsp.DisconnectTag
 
doStartTag() - Method in class com.intersys.jsp.DumpTag
 
doStartTag() - Method in class com.intersys.jsp.HistoryListTag
 
doStartTag() - Method in class com.intersys.jsp.ListTag
 
doStartTag() - Method in class com.intersys.jsp.PushViewTag
 
doStartTag() - Method in class com.intersys.jsp.SetTag
 
dump(String, Object, ObjectHandle) - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called to dump literal value of a field
dump(String, Object, ObjectHandle) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
dump(OutputStream) - Method in class com.intersys.objects.ObjectDump
Dumps the object content to an OutputStream using default formatting.
dump(ObjectDump.Dumper) - Method in class com.intersys.objects.ObjectDump
Dumps the object using custom specified formatting.

E

ErrorMessage(int) - Static method in class com.intersys.cache.jni.CacheJNI
Return the text of the error message associated with the specified code.
Evaluate(String) - Static method in class com.intersys.cache.jni.CacheJNI
Evaluate a COS expression as if it was specified on the right hand side of an equals sign.
Execute(String) - Static method in class com.intersys.cache.jni.CacheJNI
Execute a COS statement as if it was passed to the COS Execute command.
entrySet() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
equals(Object) - Method in class com.intersys.classes.CacheRootObject
 
equals(Object) - Method in class com.intersys.classes.ItemOfObjects
 
equals(Object) - Method in class com.intersys.classes.ItemOfObjectsWithClassName
 
equals(Object) - Method in class com.intersys.classes.RelationshipObject
 
equals(Object) - Method in interface com.intersys.objects.Database
Checks whether two databases refer to the same Cache server connection.
equals(Object) - Method in class com.intersys.objects.Id
 
equals(Object) - Method in class com.intersys.objects.Oid
 
equals(Object) - Method in class com.intersys.objects.SList
 
execute() - Method in class com.intersys.classes.ResultSet
Deprecated. Executes this query
execute() - Method in class com.intersys.objects.CacheQuery
 
execute(Object) - Method in class com.intersys.objects.CacheQuery
 
execute(Object, Object) - Method in class com.intersys.objects.CacheQuery
 
execute(Object, Object, Object) - Method in class com.intersys.objects.CacheQuery
 
execute(Object[]) - Method in class com.intersys.objects.CacheQuery
 
exists(Database, String) - Static method in class com.intersys.classes.File
Runs method _exists in Cache
exists(Database, Oid) - Static method in class com.intersys.classes.Persistent
The same as _exists.
exportClass(String, String, String, boolean) - Method in class com.intersys.objects.DatabaseUtilities
Exports class (or classes) to XML or CDL format file.
exportClassRemote(String, String, String, boolean) - Method in class com.intersys.objects.DatabaseUtilities
 

F

FROM_CACHE - Static variable in class com.intersys.jsp.ListTag
 
File - class com.intersys.classes.File.
 
File(CacheObject) - Constructor for class com.intersys.classes.File
NB: DO NOT USE IN APPLICATION!
File(Database) - Constructor for class com.intersys.classes.File
Creates a new instance of object "" in Cache database and corresponding object of class File.
FileBinaryStream - class com.intersys.classes.FileBinaryStream.
 
FileBinaryStream(CacheObject) - Constructor for class com.intersys.classes.FileBinaryStream
NB: DO NOT USE IN APPLICATION!
FileBinaryStream(Database) - Constructor for class com.intersys.classes.FileBinaryStream
Creates a new instance of object "" in Cache database and corresponding object of class FileBinaryStream.
FileCharacterStream - class com.intersys.classes.FileCharacterStream.
 
FileCharacterStream(CacheObject) - Constructor for class com.intersys.classes.FileCharacterStream
NB: DO NOT USE IN APPLICATION!
FileCharacterStream(Database) - Constructor for class com.intersys.classes.FileCharacterStream
Creates a new instance of object "" in Cache database and corresponding object of class FileCharacterStream.
finalize() - Method in class com.intersys.classes.ResultSet
Deprecated.  
findFile(File, String, String) - Static method in class com.intersys.objects.DatabaseUtilities
 
flush() - Method in class com.intersys.objects.CacheOutputStream
 
flush() - Method in class com.intersys.objects.CacheWriter
 

G

GetGlobal(int, int) - Static method in class com.intersys.cache.jni.CacheJNI
Retrieves the value of the global reference specified by PushGlobal() and PushArg().
GetLocal(String) - Static method in class com.intersys.cache.jni.CacheJNI
Retrieves the value of the specified local variable.
GetProperty() - Static method in class com.intersys.cache.jni.CacheJNI
Retrieve the value of a class property.
GlobalBinaryStream - class com.intersys.classes.GlobalBinaryStream.
 
GlobalBinaryStream(CacheObject) - Constructor for class com.intersys.classes.GlobalBinaryStream
 
GlobalBinaryStream(Database) - Constructor for class com.intersys.classes.GlobalBinaryStream
 
GlobalCharacterStream - class com.intersys.classes.GlobalCharacterStream.
 
GlobalCharacterStream(CacheObject) - Constructor for class com.intersys.classes.GlobalCharacterStream
 
GlobalCharacterStream(Database) - Constructor for class com.intersys.classes.GlobalCharacterStream
 
generateClass(String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
generateClass(String, String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
get(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
get(int) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
get(int) - Method in class com.intersys.classes.RelationshipObject
 
get(int) - Method in class com.intersys.objects.SList
 
get(Object) - Method in interface com.intersys.objects.reflect.CacheField
Returns the value of the field represented by this CacheField, on the specified object.
get(int) - Method in interface com.intersys.objects.reflect.CacheField
Returns the value of the field represented by this CacheField, on the specified object.
getArgumentIterator() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns iterator over method argument types.
getArgumentTypes() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns an array containing method argument types.
getAs(int, String) - Method in class com.intersys.objects.SList
Returns object at index index represented as object of type type.
getAs(int, Class) - Method in class com.intersys.objects.SList
Returns object at index index represented as object of a class clazz.
getAs(int, Object) - Method in class com.intersys.objects.SList
Returns object at index index represented as object of the same type as obj.
getAutoLoad() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getAutoLoad() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getAutoload() - Method in class com.intersys.jsp.ConnectTag
 
getBigDecimal(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a BigDecimal
getBigDecimal(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a BigDecimal
getBoolean(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a boolean
getBoolean(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a boolean
getBufferSize() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getBufferSize() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getBuildNumber() - Static method in class com.intersys.VersionInfo
 
getBytes() - Method in class com.intersys.objects.StatusCode
 
getCacheClass() - Method in class com.intersys.cache.jni.CacheExternalOref
 
getCacheClass() - Method in class com.intersys.classes.AbstractStream
 
getCacheClass() - Method in class com.intersys.classes.BinaryStream
 
getCacheClass() - Method in class com.intersys.classes.CharacterStream
 
getCacheClass() - Method in class com.intersys.classes.File
Allows access metadata information about type of this object in Cache database.
getCacheClass() - Method in class com.intersys.classes.FileBinaryStream
Allows access metadata information about type of this object in Cache database.
getCacheClass() - Method in class com.intersys.classes.FileCharacterStream
Allows access metadata information about type of this object in Cache database.
getCacheClass() - Method in class com.intersys.classes.GlobalBinaryStream
 
getCacheClass() - Method in class com.intersys.classes.GlobalCharacterStream
 
getCacheClass() - Method in class com.intersys.classes.RegisteredObject
 
getCacheClass() - Method in class com.intersys.classes.SQLProcContext
Allows access metadata information about type of this object in Cache database.
getCacheClass() - Method in class com.intersys.classes.SerialObject
 
getCacheClass() - Method in class com.intersys.classes.SerialStream
 
getCacheClass() - Method in class com.intersys.classes.SysArrayOfDataTypes
 
getCacheClass() - Method in class com.intersys.classes.SysArrayOfObjects
 
getCacheClass() - Method in class com.intersys.classes.SysArrayOfObjectsWithClassName
 
getCacheClass() - Method in class com.intersys.classes.SysListOfDataTypes
 
getCacheClass() - Method in class com.intersys.classes.SysListOfObjects
 
getCacheClass() - Method in class com.intersys.classes.SysListOfObjectsWithClassName
 
getCacheClass(String) - Method in interface com.intersys.objects.Database
Returns Cache Class corresponding to given type name.
getCacheClass() - Method in class com.intersys.objects.InvalidClassException
 
getCacheClassName() - Static method in class com.intersys.classes.AbstractStream
 
getCacheClassName() - Static method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.ArrayOfObjectsWithClassName
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.BinaryStream
 
getCacheClassName() - Static method in class com.intersys.classes.CacheRootObject
 
getCacheClassName() - Static method in class com.intersys.classes.CharacterStream
 
getCacheClassName() - Static method in class com.intersys.classes.File
Returns class name of the class File as it is in Cache Database.
getCacheClassName() - Static method in class com.intersys.classes.FileBinaryStream
Returns class name of the class FileBinaryStream as it is in Cache Database.
getCacheClassName() - Static method in class com.intersys.classes.FileCharacterStream
Returns class name of the class FileCharacterStream as it is in Cache Database.
getCacheClassName() - Static method in class com.intersys.classes.GlobalBinaryStream
 
getCacheClassName() - Static method in class com.intersys.classes.GlobalCharacterStream
 
getCacheClassName() - Static method in class com.intersys.classes.ListOfDataTypes
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.ListOfObjects
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.ListOfObjectsWithClassName
Deprecated.  
getCacheClassName() - Static method in class com.intersys.classes.Persistent
 
getCacheClassName() - Static method in class com.intersys.classes.RegisteredObject
 
getCacheClassName() - Static method in class com.intersys.classes.RelationshipObject
 
getCacheClassName() - Static method in class com.intersys.classes.SQLProcContext
Returns class name of the class SQLProcContext as it is in Cache Database.
getCacheClassName() - Static method in class com.intersys.classes.SerialObject
 
getCacheClassName() - Static method in class com.intersys.classes.SerialStream
 
getCacheClassName() - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
getCacheClassName() - Static method in class com.intersys.classes.SysArrayOfObjects
 
getCacheClassName() - Static method in class com.intersys.classes.SysArrayOfObjectsWithClassName
 
getCacheClassName() - Static method in class com.intersys.classes.SysListOfDataTypes
 
getCacheClassName() - Static method in class com.intersys.classes.SysListOfObjects
 
getCacheClassName() - Static method in class com.intersys.classes.SysListOfObjectsWithClassName
 
getCacheSideII() - Method in class com.intersys.objects.InvalidPropertyException
 
getCacheSideJJ() - Method in class com.intersys.objects.InvalidPropertyException
 
getCacheSuperclasses() - Method in interface com.intersys.objects.reflect.CacheClass
Returns an array of all superclasses of this Cache class as declared in Cache.
getCacheType() - Method in interface com.intersys.objects.Database
Returns type of client side data cache.
getChildTables(PageContext, RuntimeEnvironment, String) - Static method in class com.intersys.jsp.DBHelper
 
getChildren() - Method in class com.intersys.jsp.HistoryFrame
 
getClassName() - Method in class com.intersys.objects.Oid
 
getClassdir() - Method in class com.intersys.jsp.ConnectTag
 
getClassname() - Method in class com.intersys.jsp.ObjectTagSupport
 
getClientVersion() - Static method in class com.intersys.VersionInfo
 
getCode() - Method in class com.intersys.objects.CacheException
 
getCode() - Method in class com.intersys.objects.StatusCode
 
getColumn() - Method in class com.intersys.jsp.ChildListTag
 
getColumnCount() - Method in class com.intersys.classes.ResultSet
Deprecated. Get the number of columns in this query
getColumns() - Method in class com.intersys.classes.ResultSet
Deprecated. Get column information for each column
getCondition() - Method in class com.intersys.jsp.ListTag
 
getConnection() - Method in class com.intersys.jdbc.CacheDataSource
 
getConnection(String, String) - Method in class com.intersys.jdbc.CacheDataSource
 
getConnectionLog() - Static method in class com.intersys.objects.Logger
 
getConnectionSecurityLevel() - Method in class com.intersys.jdbc.CacheDataSource
Returns an int representing current Connection Security Level setting.
getConnectionString() - Method in interface com.intersys.objects.Database
Returns connection string for Database.
getContext() - Method in class com.intersys.jsp.HistoryListTag
 
getContext() - Method in class com.intersys.jsp.PushViewTag
 
getCount() - Method in class com.intersys.jsp.HistoryFrame
 
getCountSQL(String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
getDBConnection() - Method in class com.intersys.jsp.RuntimeEnvironment
 
getDBConnectionFromSession(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getData() - Method in class com.intersys.objects.Oid
 
getData() - Method in class com.intersys.objects.SList
 
getDataLength() - Method in class com.intersys.objects.CacheTooBigDataException
 
getDataSourceName() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current Data Source name.
getDatabase() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getDatabase() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getDatabase() - Method in class com.intersys.classes.CacheRootObject
 
getDatabase() - Method in interface com.intersys.classes.ObjectHandle
 
getDatabase() - Method in class com.intersys.classes.RelationshipObject
 
getDatabase(String, String, String) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a connection to the Cache server at given URL.
getDatabase(String) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a connection to the Cache server at given URL for user "_SYSTEM" with password "sys".
getDatabase(Connection) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a connection to the Cache server using existing JDBC connection to it.
getDatabase(String, String, String, int, boolean) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a connection to the Cache server at given URL.
getDatabase(String, String, String, int) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a connection to the Cache server at given URL.
getDatabase() - Method in class com.intersys.objects.CacheProtocolUpdatedException
 
getDatabaseName() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current database (Cache Namespace) name.
getDate(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Date
getDate(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Date
getDebugCache() - Static method in class com.intersys.objects.Logger
 
getDebugCache(boolean) - Static method in class com.intersys.objects.Logger
 
getDebugLevel(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getDebugLevel(HttpSession) - Static method in class com.intersys.jsp.DBHelper
 
getDebugReferenceCountLevel() - Static method in class com.intersys.objects.Logger
 
getDeclaringClass() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns the class in which method is declared.
getDeclaringClass() - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
getDefaultBufferSize() - Static method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getDefaultBufferSize() - Static method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getDefaultDebugLevel() - Static method in class com.intersys.jsp.DBHelper
 
getDefaultValue() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the default value if it is defined represented by an Object of appropriate type.
getDefaultValueString() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the default value if it is defined in String representation.
getDescription() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current description.
getDouble() - Method in class com.intersys.cache.jni.CacheInternalArg
Interprets the argument as an floating point number
getDouble(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a double
getDouble(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a double
getEditURL() - Method in class com.intersys.jsp.NewTag
 
getEdittext() - Method in class com.intersys.jsp.DumpTag
 
getElementType() - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
getElementType() - Method in class com.intersys.classes.ListOfDataTypes
Deprecated.  
getElementType() - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
getElementTypeName() - Method in interface com.intersys.objects.reflect.CacheDescription
This method is meaningful only if the essense is of collection type.
getEventClass() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing an Event Class object.
getExeName() - Static method in class com.intersys.MachineInfo
 
getExtraTables(PageContext, RuntimeEnvironment) - Static method in class com.intersys.jsp.DBHelper
 
getExtratables() - Method in class com.intersys.jsp.ListTag
 
getField(String) - Method in class com.intersys.classes.CacheRootObject
 
getField() - Method in class com.intersys.jsp.SetTag
 
getField(String) - Method in interface com.intersys.objects.reflect.CacheClass
 
getFieldNames() - Method in interface com.intersys.objects.reflect.CacheClass
 
getFields() - Method in interface com.intersys.objects.reflect.CacheClass
 
getForceselection() - Method in class com.intersys.jsp.ListTag
 
getHistoryFrame(int) - Method in class com.intersys.jsp.RuntimeEnvironment
 
getHistoryFrame(PageContext) - Method in class com.intersys.jsp.RuntimeEnvironment
 
getHistoryFromRequest(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getHistoryFromSession(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getHost() - Method in class com.intersys.jsp.ConnectTag
 
getID() - Method in class com.intersys.jsp.RuntimeEnvironment
 
getII() - Method in interface com.intersys.objects.reflect.CacheField
Returns the slot of the property in $zobjval.
getIPAddress(String) - Static method in class com.intersys.MachineInfo
 
getId() - Method in class com.intersys.classes.ItemOfObjects
 
getId() - Method in class com.intersys.classes.Persistent
Returns Id of object (without class name).
getId() - Method in class com.intersys.jsp.HistoryFrame
 
getId() - Method in class com.intersys.jsp.ListTag
 
getId() - Method in class com.intersys.jsp.ObjectTagSupport
 
getId() - Method in class com.intersys.objects.Oid
Returns object identity for this object without it's class name.
getInfo() - Method in class com.intersys.objects.CacheUnsupportedProtocolException
 
getInputStream() - Method in class com.intersys.classes.BinaryStream
 
getInt() - Method in class com.intersys.cache.jni.CacheInternalArg
Interprets the argument as an integer
getInt(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as an int
getInt(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as an int
getJDBCVersion() - Static method in class com.intersys.VersionInfo
 
getJJ() - Method in interface com.intersys.objects.reflect.CacheField
Returns the position of the property in slot ii.
getJarFileName() - Static method in class com.intersys.VersionInfo
 
getJavaClass() - Method in interface com.intersys.objects.reflect.CacheClass
Returns Java class, corresponding to this Cache class.
getJavaClassName() - Method in interface com.intersys.objects.reflect.CacheClass
Returns class name of Java class, corresponding to this class.
getJavaReturnType() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns the return type of the method when it is run from Java client.
getJavaReturnTypeName() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns the Java name of the return type of the method when it is run from Java client.
getJavaSideII() - Method in class com.intersys.objects.InvalidPropertyException
 
getJavaSideJJ() - Method in class com.intersys.objects.InvalidPropertyException
 
getJavaTypeName() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the name of corresponding Java class.
getKK() - Method in interface com.intersys.objects.reflect.CacheField
Returns the mod flag of the property.
getKeyType() - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
getKeyType() - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
getKeyType() - Method in class com.intersys.classes.RelationshipObject
 
getLightDatabase(String, String, String) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a "Light" connection to the Cache server at given URL.
getLightDatabase(Connection) - Static method in class com.intersys.objects.CacheDatabase
Attempts to establish a "Light" connection to the Cache server using existing JDBC connection to it.
getLock() - Static method in class com.intersys.cache.jni.CacheJNI
Returns with the lock on the class monitor that prevents multiple threads from using the native methods of this class at the same time.
getLogWriter() - Method in class com.intersys.jdbc.CacheDataSource
 
getLoginTimeout() - Method in class com.intersys.jdbc.CacheDataSource
 
getLong(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a long
getLong(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a long
getMachineName() - Static method in class com.intersys.MachineInfo
 
getMajorObjectBuildNumber() - Method in class com.intersys.objects.ObjectServerInfo
 
getMajorObjectVersion() - Method in class com.intersys.objects.ObjectServerInfo
 
getMajorVersion() - Static method in class com.intersys.VersionInfo
 
getMaxHistoryFrame() - Method in class com.intersys.jsp.RuntimeEnvironment
 
getMaxHistoryFromSession(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getMaxPoolSize() - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
Returns the current Connection Pool max size
getMaxitems() - Method in class com.intersys.jsp.ListTag
 
getMessage() - Method in class com.intersys.objects.CacheCollectionException
 
getMessage() - Method in class com.intersys.objects.CacheException
 
getMessage() - Method in class com.intersys.objects.CacheMultiException
 
getMessage() - Method in class com.intersys.objects.CacheRunTimeException
 
getMessage() - Method in class com.intersys.objects.CacheServerException
 
getMetaData() - Method in class com.intersys.objects.CacheQuery
 
getMethod(String) - Method in interface com.intersys.objects.reflect.CacheClass
 
getMethod(String, CacheClass[]) - Method in interface com.intersys.objects.reflect.CacheClass
 
getMethodName() - Method in class com.intersys.objects.InvalidMethodException
 
getMethodSignatures() - Method in interface com.intersys.objects.reflect.CacheClass
 
getMethods() - Method in interface com.intersys.objects.reflect.CacheClass
 
getMinorObjectBuildNumber() - Method in class com.intersys.objects.ObjectServerInfo
 
getMinorObjectVersion() - Method in class com.intersys.objects.ObjectServerInfo
 
getMinorVersion() - Static method in class com.intersys.VersionInfo
 
getModifiers() - Method in interface com.intersys.objects.reflect.CacheArgument
Returns Cache modifiers for the CacheArgument.
getModifiers() - Method in interface com.intersys.objects.reflect.CacheClass
Returns the modifiers for the CacheClass as an integer.
getModifiers() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns modifier flags which can be used to determine whether the described essence is literal or object, static or per instance, has default value or not, etc.
getModifiers() - Method in interface com.intersys.objects.reflect.CacheField
Returns Cache modifiers for the CacheField.
getModifiers() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns Cache modifiers for the CacheMethod.
getMultiple() - Method in class com.intersys.jsp.ListTag
 
getName() - Method in class com.intersys.jsp.ListTag
 
getName() - Method in interface com.intersys.objects.reflect.CacheClass
 
getName() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the name of the essence
getName() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns the name of the method.
getName() - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
getNamespace() - Method in class com.intersys.jsp.ConnectTag
 
getNodelay() - Method in class com.intersys.jdbc.CacheDataSource
Returns a boolean representing a current nodelay flag setting.
getNone() - Method in class com.intersys.jsp.ListTag
 
getNumberOfOpenObjects() - Method in interface com.intersys.objects.Database
Returns number of objects opened by client.
getNumberOfParameters() - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
getNumberOfProfiles() - Static method in class com.intersys.objects.CacheDatabase
Returns number of segments to gather profiling information.
getNumberOfServerCalls() - Method in interface com.intersys.objects.Database
Returns number of all calls from client to Cache server from Database object creation.
getNumberOfServerCalls(int) - Method in interface com.intersys.objects.Database
Returns number of calls from client to Cache server from Database object creation while profile i was on (between calls to setProfileOn(i) and setProfileOff(i)).
getOSInfo() - Static method in class com.intersys.MachineInfo
 
getObjectId(Object) - Static method in class com.intersys.classes.ItemOfObjects
 
getObjectOid(Object) - Static method in class com.intersys.classes.ItemOfObjects
 
getOid() - Method in class com.intersys.cache.jni.CacheExternalOref
 
getOid() - Method in class com.intersys.classes.ItemOfObjectsWithClassName
 
getOid() - Method in class com.intersys.classes.Persistent
Returns an object identity of this object.
getOid() - Method in class com.intersys.classes.SerialObject
 
getOref() - Method in class com.intersys.cache.jni.CacheInternalArg
Interprets the argument as a Cache' object reference.
getOref() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getOref() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getOref() - Method in class com.intersys.classes.CacheRootObject
 
getOref() - Method in interface com.intersys.classes.ObjectHandle
 
getOref() - Method in class com.intersys.classes.RelationshipObject
 
getOref() - Method in class com.intersys.jsp.SetTag
 
getOrefclass() - Method in class com.intersys.jsp.SetTag
 
getOutputStream() - Method in class com.intersys.classes.BinaryStream
 
getParent() - Method in class com.intersys.jsp.HistoryFrame
 
getPassword() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current password.
getPassword() - Method in class com.intersys.jsp.ConnectTag
 
getPatchNumber() - Static method in class com.intersys.VersionInfo
 
getPoolCount() - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
Returns the current Connection Pool size
getPooledConnection() - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
IMPORTANT: this api SHOULD NOT be used to obtain a pooled connection.
getPooledConnection(String, String) - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
IMPORTANT: this api SHOULD NOT be used to obtain a pooled connection.
getPort() - Method in class com.intersys.jsp.ConnectTag
 
getPortNumber() - Method in class com.intersys.jdbc.CacheDataSource
Returns an int representing the current port number.
getProperty(int, int, int, String) - Method in class com.intersys.cache.jni.CacheExternalOref
 
getProperty() - Method in class com.intersys.jsp.ListTag
 
getPropertyName() - Method in class com.intersys.objects.InvalidPropertyException
 
getProxy() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getProxy() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getProxy() - Method in class com.intersys.classes.CacheRootObject
 
getProxy() - Method in interface com.intersys.classes.ObjectHandle
 
getProxy() - Method in class com.intersys.classes.RelationshipObject
 
getQueries() - Method in interface com.intersys.objects.reflect.CacheClass
 
getQuery(String) - Method in interface com.intersys.objects.reflect.CacheClass
 
getRTEnvironment(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getReadOnlyDatabase(Connection) - Static method in class com.intersys.objects.CacheDatabase
 
getReadOnlyDatabase(String, String, String) - Static method in class com.intersys.objects.CacheDatabase
 
getReader() - Method in class com.intersys.classes.CharacterStream
 
getReadonly() - Method in class com.intersys.jsp.DumpTag
 
getRealCause() - Method in class com.intersys.objects.CacheRunTimeException
 
getRegisteredObject() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getRegisteredObject() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getRegisteredObject() - Method in class com.intersys.classes.ItemOfObjects
 
getRegisteredObject() - Method in class com.intersys.classes.ItemOfObjectsWithClassName
 
getRegisteredObject() - Method in class com.intersys.objects.RegisteredObjectHolder
 
getReturnType() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns the return type of the method when it is run in Cache.
getSave() - Method in class com.intersys.jsp.DumpTag
 
getScratchdir() - Method in class com.intersys.jsp.ConnectTag
 
getServerInfo() - Method in interface com.intersys.objects.Database
Returns information about Cache Database server.
getServerName() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current server name.
getServerTime() - Method in interface com.intersys.objects.Database
Returns commulative time elapsed during waiting for server response in all calls to Cache server.
getServerTime(int) - Method in interface com.intersys.objects.Database
Returns commulative time elapsed during waiting for server response in calls to Cache server while profile i was on (between calls to setProfileOn(i) and setProfileOff(i)).
getServicePrincipalName() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing current Service Principal Name setting.
getSignature() - Method in interface com.intersys.objects.reflect.CacheMethod
Returns signature of the method as it appears in CacheObject Script.
getSize() - Method in class com.intersys.jsp.ListTag
 
getStatement() - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
getStatement(int) - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
getString() - Method in class com.intersys.cache.jni.CacheInternalArg
Interprets the argument as a string
getString(String) - Method in class com.intersys.classes.CacheRootObject
 
getString(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a String
getString(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a String
getSuperclass() - Method in interface com.intersys.objects.reflect.CacheClass
Returns a Cache class which is superclass of this class in correspondance with Java representation.
getSysList(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a List
getSysList(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a List
getTable() - Method in class com.intersys.jsp.HistoryListTag
 
getTable() - Method in class com.intersys.jsp.TableSupportTag
 
getTableCount(String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
getTableInfo(String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
getText() - Method in class com.intersys.objects.StatusCode
 
getTime(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Time
getTime(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Time
getTimestamp(int) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Timestamp
getTimestamp(String) - Method in class com.intersys.classes.ResultSet
Deprecated. Get column as a Timestamp
getTitle() - Method in class com.intersys.jsp.ListTag
 
getType() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the CacheClass corresponding to the type of this essense.
getTypeName() - Method in interface com.intersys.objects.reflect.CacheDescription
Returns the name of the Cache class corresponding to the type of this essense.
getURI(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getURL() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing a current URL for this DataSource object.
getURL() - Method in class com.intersys.jsp.ConnectTag
 
getURL(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
getUseHistory() - Method in class com.intersys.jsp.TableSupportTag
 
getUseHistoryAsBoolean() - Method in class com.intersys.jsp.TableSupportTag
 
getUser() - Method in class com.intersys.jdbc.CacheDataSource
Returns a String representing the current username.
getUser() - Method in class com.intersys.jsp.ConnectTag
 
getUserName() - Static method in class com.intersys.MachineInfo
 
getValue() - Method in class com.intersys.objects.BigDecimalHolder
 
getValue() - Method in class com.intersys.objects.BooleanHolder
 
getValue() - Method in class com.intersys.objects.ByteArrayHolder
 
getValue() - Method in class com.intersys.objects.DateHolder
 
getValue() - Method in class com.intersys.objects.DoubleHolder
 
getValue() - Method in interface com.intersys.objects.Holder
 
getValue() - Method in class com.intersys.objects.IntegerHolder
 
getValue() - Method in class com.intersys.objects.ObjectHandleHolder
 
getValue() - Method in class com.intersys.objects.OidHolder
 
getValue() - Method in class com.intersys.objects.RegisteredObjectHolder
 
getValue() - Method in class com.intersys.objects.StatusCodeHolder
 
getValue() - Method in class com.intersys.objects.StringHolder
 
getValue() - Method in class com.intersys.objects.SysListHolder
 
getValue() - Method in class com.intersys.objects.TimeHolder
 
getValue() - Method in class com.intersys.objects.TimestampHolder
 
getValueType() - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
getValueType() - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
getViewName() - Method in class com.intersys.jsp.HistoryFrame
 
getViewtext() - Method in class com.intersys.jsp.DumpTag
 
getWriter() - Method in class com.intersys.classes.CharacterStream
 
getZRef() - Method in class com.intersys.cache.jni.CacheExternalOref
 
getZRef() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
getZRef() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
getZRef() - Method in interface com.intersys.classes.ObjectHandle
 
getZRef() - Method in class com.intersys.classes.RegisteredObject
 
getZRef() - Method in class com.intersys.classes.RelationshipObject
 
get_atEnd() - Method in class com.intersys.classes.AbstractStream
 
get_dateCreated() - Method in class com.intersys.classes.File
Returns value of property _dateCreated
get_dateModified() - Method in class com.intersys.classes.File
Returns value of property _dateModified
get_elementType() - Method in class com.intersys.classes.SysArrayOfObjects
 
get_elementType() - Method in class com.intersys.classes.SysListOfObjects
 
get_isOpen() - Method in class com.intersys.classes.File
Returns value of property _isOpen
get_lastModified() - Method in class com.intersys.classes.AbstractStream
 
get_lineTerminator() - Method in class com.intersys.classes.CharacterStream
 
get_message() - Method in class com.intersys.classes.SQLProcContext
Returns value of property _message
get_mode() - Method in class com.intersys.classes.File
Returns value of property _mode
get_name() - Method in class com.intersys.classes.File
Returns value of property _name
get_rowCount() - Method in class com.intersys.classes.SQLProcContext
Returns value of property _rowCount
get_sQLCode() - Method in class com.intersys.classes.SQLProcContext
Returns value of property _sQLCode
get_size() - Method in class com.intersys.classes.AbstractStream
 
get_translateTable() - Method in class com.intersys.classes.FileCharacterStream
Returns value of property _translateTable

H

HAS_DEFAULT_VALUE - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicates that a argument or porperty has default value.
HISTORY_ATTRIBUTE - Static variable in class com.intersys.jsp.DBHelper
 
HISTORY_PARAMETER - Static variable in class com.intersys.jsp.DBHelper
 
HistoryFrame - class com.intersys.jsp.HistoryFrame.
Contains information about history of perfromed searches in current HTTP session.
HistoryListTag - class com.intersys.jsp.HistoryListTag.
Creates a set of links to return to previous views constructed during HTTP session.
HistoryListTag() - Constructor for class com.intersys.jsp.HistoryListTag
 
Holder - interface com.intersys.objects.Holder.
Holder.java Created: Fri Aug 01 18:25:14 2003
handleNullObject(ObjectHandle, String) - Method in interface com.intersys.objects.ObjectDump.Dumper
 
handleNullObject(ObjectHandle, String) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
hasDefaultValue(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
hashCode() - Method in class com.intersys.classes.CacheRootObject
 
hashCode() - Method in class com.intersys.objects.Id
 
hashCode() - Method in class com.intersys.objects.Oid
 
header - Variable in class com.intersys.objects.ResultSetColumn
 

I

Id - class com.intersys.objects.Id.
 
Id(String) - Constructor for class com.intersys.objects.Id
 
Id(int) - Constructor for class com.intersys.objects.Id
 
IntegerHolder - class com.intersys.objects.IntegerHolder.
 
IntegerHolder(Integer) - Constructor for class com.intersys.objects.IntegerHolder
Constructs a holder with the specified value
IntegerHolder(int) - Constructor for class com.intersys.objects.IntegerHolder
 
InvalidClassException - exception com.intersys.objects.InvalidClassException.
 
InvalidClassException(Database, String, String) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidClassException(Database, String, String, int, Throwable) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidClassException(Database, String, Vector) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidClassException(Database, String) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidClassException(String, String) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidClassException(String) - Constructor for class com.intersys.objects.InvalidClassException
 
InvalidMethodException - exception com.intersys.objects.InvalidMethodException.
 
InvalidMethodException(Database, String, String, String) - Constructor for class com.intersys.objects.InvalidMethodException
 
InvalidMethodException(Database, String, String) - Constructor for class com.intersys.objects.InvalidMethodException
 
InvalidPropertyException - exception com.intersys.objects.InvalidPropertyException.
 
InvalidPropertyException(Database, String, String, int, int, int, int, String) - Constructor for class com.intersys.objects.InvalidPropertyException
 
InvalidPropertyException(Database, String, String, int, int, int, int) - Constructor for class com.intersys.objects.InvalidPropertyException
 
InvokeClassMethod(int) - Static method in class com.intersys.cache.jni.CacheJNI
Execute the class method specified by PushClassMethod() passing the arguments set up with the PushArg methods.
InvokeMethod(int) - Static method in class com.intersys.cache.jni.CacheJNI
Execute an instance method specified by PushMethod() passing the arguments set up with the PushArg methods.
ItemOfObjects - class com.intersys.classes.ItemOfObjects.
Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation
ItemOfObjects(RegisteredObject) - Constructor for class com.intersys.classes.ItemOfObjects
 
ItemOfObjects(Id) - Constructor for class com.intersys.classes.ItemOfObjects
 
ItemOfObjectsWithClassName - class com.intersys.classes.ItemOfObjectsWithClassName.
Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation
ItemOfObjectsWithClassName(RegisteredObject) - Constructor for class com.intersys.classes.ItemOfObjectsWithClassName
 
ItemOfObjectsWithClassName(Oid) - Constructor for class com.intersys.classes.ItemOfObjectsWithClassName
 
ifConnect() - Method in class com.intersys.jsp.ConnectTag
 
importClass(String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
importDir(String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
indent(Object, ObjectHandle, String) - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called to indicate start printing of "child" object, i.e.
indent(Object, ObjectHandle, String) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
index - Variable in class com.intersys.objects.ResultSetColumn
 
indexOf(Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
insert(RegisteredObject) - Method in class com.intersys.classes.RelationshipObject
 
invoke(RegisteredObject, Object[]) - Method in interface com.intersys.objects.reflect.CacheMethod
Runs the method in Cache.
invoke(int, Object[]) - Method in interface com.intersys.objects.reflect.CacheMethod
Runs the method in Cache.
isAssignableFrom(CacheClass) - Method in interface com.intersys.objects.reflect.CacheClass
Determines if the Cache class represented by this CacheClass object is either the same as, or is a superclass of, the Cache class represented by the specified CacheClass parameter.
isCachingEnabled() - Method in class com.intersys.jsp.ListTag
 
isChildTable(String, String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
isClosed() - Method in class com.intersys.objects.CacheQuery
 
isDouble() - Method in class com.intersys.cache.jni.CacheInternalArg
TRUE if the native Cache' type of the argument is a Cache' floating point number.
isError() - Method in class com.intersys.objects.StatusCode
 
isInt() - Method in class com.intersys.cache.jni.CacheInternalArg
TRUE if the native Cache' type of the argument is an integer
isLightConnection() - Method in interface com.intersys.objects.Database
Returns information about Cache Database server.
isLiteral(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
isLoaded() - Static method in class com.intersys.cache.jni.CacheJNI
Tests whether this class can be used to access Cache' from a Java program.
isLowLevelConnectionClosed() - Method in interface com.intersys.objects.Database
Checks whether a JDBC (or ODBC) driver level connection to Cache Server, which had been used by this Database object is closed.
isOpen() - Method in class com.intersys.classes.ResultSet
Deprecated. Returns the open/close status of this ResultSet
isOref() - Method in class com.intersys.cache.jni.CacheInternalArg
TRUE if the native Cache' type of the argument is a Cache' object reference id.
isReadOnly(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
isServerOnly(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
isStatic(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
isString() - Method in class com.intersys.cache.jni.CacheInternalArg
TRUE if the native Cache' type of the argument is a string.
isUnicode - Variable in class com.intersys.objects.ObjectServerInfo
 
isVerified() - Method in interface com.intersys.objects.reflect.CacheClass
 

J

JournalObject(Integer) - Method in class com.intersys.classes.Persistent
Runs method JournalObject in Cache
JournalObject(Integer, Integer) - Method in class com.intersys.classes.Persistent
Runs method JournalObject in Cache

K

keySet() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  

L

LAZY - Static variable in class com.intersys.objects.CacheDatabase
 
LITERAL - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicate that property or argument is of literal not object type
ListOfDataTypes - class com.intersys.classes.ListOfDataTypes.
Deprecated. Please use List instead.
ListOfDataTypes(CacheObject) - Constructor for class com.intersys.classes.ListOfDataTypes
Deprecated.  
ListOfDataTypes(Database) - Constructor for class com.intersys.classes.ListOfDataTypes
Deprecated.  
ListOfObjects - class com.intersys.classes.ListOfObjects.
Deprecated. Please use List instead.
ListOfObjects(CacheObject) - Constructor for class com.intersys.classes.ListOfObjects
Deprecated.  
ListOfObjects(Database) - Constructor for class com.intersys.classes.ListOfObjects
Deprecated.  
ListOfObjectsWithClassName - class com.intersys.classes.ListOfObjectsWithClassName.
Deprecated. Please use List instead.
ListOfObjectsWithClassName(CacheObject) - Constructor for class com.intersys.classes.ListOfObjectsWithClassName
Deprecated.  
ListOfObjectsWithClassName(Database) - Constructor for class com.intersys.classes.ListOfObjectsWithClassName
Deprecated.  
ListTag - class com.intersys.jsp.ListTag.
Creates HTML SELECT element for specified table.
ListTag() - Constructor for class com.intersys.jsp.ListTag
 
Logger - class com.intersys.objects.Logger.
Logger.java Created: Sat Sep 29 16:37:49 2001
Logger() - Constructor for class com.intersys.objects.Logger
 
Logger.ThreadPrintWriter - class com.intersys.objects.Logger.ThreadPrintWriter.
 
Logger.ThreadPrintWriter(Writer, boolean) - Constructor for class com.intersys.objects.Logger.ThreadPrintWriter
 
loadRemoteFile(String, String) - Method in class com.intersys.objects.DatabaseUtilities
 
locale - Variable in class com.intersys.objects.ObjectServerInfo
 

M

MachineInfo - class com.intersys.MachineInfo.
 
MachineInfo() - Constructor for class com.intersys.MachineInfo
 
MessageListener - interface com.intersys.objects.MessageListener.
MessageListener.java Created: Fri Aug 08 11:32:06 2003
main(String[]) - Static method in class com.intersys.MachineInfo
 
main(String[]) - Method in class com.intersys.cache.jni.CacheInternalArg
Creates a holder for the result of CacheJNI.Pop().
main(String[]) - Static method in class com.intersys.cache.jni.CacheJNI
 
mangleViewName(String, int) - Method in class com.intersys.jsp.RuntimeEnvironment
 
mark(int) - Method in class com.intersys.objects.CacheInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.intersys.objects.CacheReader
Marks the current position in this input stream.
markSupported() - Method in class com.intersys.objects.CacheInputStream
 
markSupported() - Method in class com.intersys.objects.CacheReader
 
messageReceived(String) - Method in interface com.intersys.objects.MessageListener
 

N

NONE - Static variable in class com.intersys.objects.CacheDatabase
 
NO_CACHE - Static variable in class com.intersys.jsp.ListTag
 
NewTag - class com.intersys.jsp.NewTag.
Creates HTML edit form to construct a new object in Database.
NewTag() - Constructor for class com.intersys.jsp.NewTag
 
name - Variable in class com.intersys.objects.ResultSetColumn
 
namespace - Variable in class com.intersys.objects.ObjectServerInfo
 
newInstance(String) - Method in interface com.intersys.objects.reflect.CacheClass
Constructs a new instance of object on Cache server by running %New method.
newInstance(CacheObject) - Method in interface com.intersys.objects.reflect.CacheClass
 
next() - Method in class com.intersys.classes.ResultSet
Deprecated. Moves the cursor to the next row in the ResultSet

O

OK - Static variable in class com.intersys.objects.StatusCode
 
ObjectClosedException - exception com.intersys.objects.ObjectClosedException.
 
ObjectClosedException(CacheObject, int) - Constructor for class com.intersys.objects.ObjectClosedException
 
ObjectClosedException(CacheObject, String) - Constructor for class com.intersys.objects.ObjectClosedException
 
ObjectDump - class com.intersys.objects.ObjectDump.
This is a helper class to dump arbitrary Cache Object.
ObjectDump(ObjectHandle) - Constructor for class com.intersys.objects.ObjectDump
Creates an instance of dump by a Cache Object
ObjectDump(ObjectHandle, ObjectDump) - Constructor for class com.intersys.objects.ObjectDump
 
ObjectDump.Dumper - interface com.intersys.objects.ObjectDump.Dumper.
 
ObjectDump.PrintStreamDumper - class com.intersys.objects.ObjectDump.PrintStreamDumper.
 
ObjectDump.PrintStreamDumper(Writer) - Constructor for class com.intersys.objects.ObjectDump.PrintStreamDumper
 
ObjectDump.PrintStreamDumper(OutputStream) - Constructor for class com.intersys.objects.ObjectDump.PrintStreamDumper
 
ObjectFactory - class com.intersys.objects.ObjectFactory.
Deprecated. Replaced by interface Database.
ObjectFactory(String) - Constructor for class com.intersys.objects.ObjectFactory
Deprecated.  
ObjectFactory(String, int) - Constructor for class com.intersys.objects.ObjectFactory
Deprecated.  
ObjectFactory(String, String, String, int, String, boolean) - Constructor for class com.intersys.objects.ObjectFactory
Deprecated.  
ObjectHandle - interface com.intersys.classes.ObjectHandle.
ObjectHandle.java Created: Fri Oct 12 04:46:21 2001
ObjectHandleHolder - class com.intersys.objects.ObjectHandleHolder.
 
ObjectHandleHolder(ObjectHandle) - Constructor for class com.intersys.objects.ObjectHandleHolder
Constructs a holder with the specified value
ObjectServerInfo - class com.intersys.objects.ObjectServerInfo.
 
ObjectServerInfo() - Constructor for class com.intersys.objects.ObjectServerInfo
 
ObjectTagSupport - class com.intersys.jsp.ObjectTagSupport.
Base class for all tags that relate to a single object.
ObjectTagSupport() - Constructor for class com.intersys.jsp.ObjectTagSupport
 
Oid - class com.intersys.objects.Oid.
 
Oid(String, String) - Constructor for class com.intersys.objects.Oid
 
Oid(String) - Constructor for class com.intersys.objects.Oid
 
Oid(Id, String) - Constructor for class com.intersys.objects.Oid
 
Oid(int, String) - Constructor for class com.intersys.objects.Oid
 
Oid(int) - Constructor for class com.intersys.objects.Oid
 
Oid(Object) - Constructor for class com.intersys.objects.Oid
 
Oid(byte[]) - Constructor for class com.intersys.objects.Oid
 
OidHolder - class com.intersys.objects.OidHolder.
 
OidHolder(Oid) - Constructor for class com.intersys.objects.OidHolder
Constructs a holder with the specified value
onDatabaseDestroy() - Method in interface com.intersys.objects.CacheServerSensitive
This method is invoked when Database, with which this object is registered is destroyed.
onServerCall(Set) - Method in interface com.intersys.objects.CacheServerSensitive
This method is invoked by Database if a call to cache Server is made which can change data in database.
open(String) - Method in class com.intersys.classes.File
Runs method Open in Cache
open(Database, byte[]) - Static method in class com.intersys.classes.SerialObject
 
openByQuery(String, String, Object[]) - Method in interface com.intersys.objects.Database
Opens all objects of given class that satisfy given simple condition, specified in SQL syntax.
openByQuery(String, String) - Method in interface com.intersys.objects.Database
Opens all objects of given class that satisfy given simple condition, specified in SQL syntax.
openByQuery(String, Object[]) - Method in interface com.intersys.objects.Database
Opens all objects othat satisfy given SQL query.
openByQuery(String) - Method in interface com.intersys.objects.Database
Opens all objects othat satisfy given SQL query.
openObject(Id) - Method in interface com.intersys.objects.reflect.CacheClass
 
openObject(Oid) - Method in interface com.intersys.objects.reflect.CacheClass
 
openOnServer(Database, Oid) - Static method in class com.intersys.classes.SerialObject
 
out - Static variable in class com.intersys.objects.Logger
 

P

Persistent - class com.intersys.classes.Persistent.
This class is a superclass for all Persistent objects in Cache database.
Persistent(CacheObject) - Constructor for class com.intersys.classes.Persistent
 
Pop() - Static method in class com.intersys.cache.jni.CacheJNI
Removes the argument on the top of the Cache' argument stack which would be something returned from one of the functions in this class that return data from Cache' back to Java such as CacheJNI.CallFunction(int,int) or CacheJNI.GetGlobal(int,int).
PopDouble() - Static method in class com.intersys.cache.jni.CacheJNI
Returns the argument on the top of the Cache' argument stack as a double.
PopFloat() - Static method in class com.intersys.cache.jni.CacheJNI
Returns the argument on the top of the Cache' argument stack as a float.
PopInt() - Static method in class com.intersys.cache.jni.CacheJNI
Returns the argument on the top of the Cache' argument stack as an integer.
PopOref() - Static method in class com.intersys.cache.jni.CacheJNI
Used when the argument on top of the Cache' argument stack is an internal Cache' object id.
PopString() - Static method in class com.intersys.cache.jni.CacheJNI
Returns the argument on the top of the Cache' argument stack as a string.
PushArg(float) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes a float onto the Cache' argument stack as a Cache' floating point number.
PushArg(int) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes an integer onto the Cache' argument stack as a Cache' integer.
PushArg(double) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes a double onto the Cache' argument stack as a Cache' floating point number.
PushArg(CacheExternalOref) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes an integer onto the Cache' argument stack as a Cache' object reference id.
PushArg(String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes a string onto the Cache' argument stack as a Cache' string.
PushClassMethod(String, String, int) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a Class (static) method in preparation for calling it.
PushFunction(String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Function in order to execute it either as a function (return the result on the argument stack) or as a routine (discard the return value).
PushFunction(String, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Function in order to execute it either as a function (return the result on the argument stack) or as a routine (discard the return value).
PushFunction(String, int, String, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Function in order to execute it either as a function (return the result on the argument stack) or as a routine (discard the return value).
PushGlobal(String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the Global name portion of a global reference in preparation for calling SetGlobal or GetGlobal to perform a global reference in the current namespace.
PushGlobal(String, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the Global name and environment portions of a global reference in preparation for calling SetGlobal or GetGlobal.
PushMethod(CacheExternalOref, String, int) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of an instance method in preparation for calling it.
PushProperty(CacheExternalOref, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes a property name with class reference in preparation for calling SetProperty or GetProperty.
PushRoutine(String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Routine in order to call it.
PushRoutine(String, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Routine in order to call it.
PushRoutine(String, int, String, String) - Static method in class com.intersys.cache.jni.CacheJNI
Pushes the name of a COS Routine in order to call it.
PushViewTag - class com.intersys.jsp.PushViewTag.
Creates a new SQL view based on user selections.
PushViewTag() - Constructor for class com.intersys.jsp.PushViewTag
 
parseStatus(Dataholder) - Method in interface com.intersys.objects.Database
Parses status, returned by Cache routine.
parseStatus(StatusCode) - Method in interface com.intersys.objects.Database
Parses status, returned by Cache routine.
populateClass(String, int) - Method in class com.intersys.objects.DatabaseUtilities
 
prepareCall(String) - Method in interface com.intersys.objects.Database
Prepares SQL stored procedure to be called.
prepareQuery() - Method in interface com.intersys.objects.reflect.CacheQueryInfo
 
prepareStatement(String) - Method in interface com.intersys.objects.Database
Prepares SQL statement to be run through this connection.
print(String) - Method in class com.intersys.objects.Logger.ThreadPrintWriter
 
print(Object) - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called to print a simple object
print(Object) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
printFullTrace(OutputStream) - Method in class com.intersys.objects.CacheCollectionException
 
printFullTrace(Writer) - Method in class com.intersys.objects.CacheCollectionException
 
printFullTrace(OutputStream) - Method in class com.intersys.objects.CacheException
 
printFullTrace(Writer) - Method in class com.intersys.objects.CacheException
 
printFullTrace(OutputStream) - Method in class com.intersys.objects.CacheIOException
 
printFullTrace(Writer) - Method in class com.intersys.objects.CacheIOException
 
printFullTrace(Writer) - Method in class com.intersys.objects.CacheMultiException
 
printFullTrace(Writer) - Method in class com.intersys.objects.CacheRunTimeException
 
printReference(ObjectHandle, ObjectHandle, String) - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called if an object that has already been printed before is encountered.
printReference(ObjectHandle, ObjectHandle, String) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
printStackTrace(PrintWriter) - Method in class com.intersys.objects.CacheCollectionException
 
printStackTrace(PrintStream) - Method in class com.intersys.objects.CacheCollectionException
 
printStackTrace(PrintStream) - Method in class com.intersys.objects.CacheIOException
 
printStackTrace() - Method in class com.intersys.objects.CacheIOException
 
printStackTrace(PrintWriter) - Method in class com.intersys.objects.CacheIOException
 
printStatistics() - Method in interface com.intersys.objects.Database
Prints statistics of cache usage to standard out.
printStatistics(PrintStream) - Method in interface com.intersys.objects.Database
Prints statistics of cache usage.
println(String) - Method in class com.intersys.objects.Logger.ThreadPrintWriter
 
println(Object) - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called to print a simple object and and then terminate the line.
println(Object) - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
processNumber - Variable in class com.intersys.objects.ObjectServerInfo
 
protocolClientVersion - Variable in class com.intersys.objects.ObjectServerInfo
 
protocolServerVersion - Variable in class com.intersys.objects.ObjectServerInfo
 
put(Object, Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
putAll(Map) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
putAll(Map) - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
putAll(Map) - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  

Q

query_DriveList(Database) - Static method in class com.intersys.classes.File
 
query_FileSet(Database) - Static method in class com.intersys.classes.File
 
query_ParseDirectory(Database) - Static method in class com.intersys.classes.File
 

R

READ_ONLY - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicate that property is read-only and can not be set
RETURNS_VALUE - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicates that a method is non-void function
RET_NONE - Static variable in interface com.intersys.objects.Database
 
RET_OBJECT - Static variable in interface com.intersys.objects.Database
 
RET_PRIM - Static variable in interface com.intersys.objects.Database
 
RTENV_ATTRIBUTE - Static variable in class com.intersys.jsp.DBHelper
 
ReferenceCountingException - exception com.intersys.objects.ReferenceCountingException.
 
ReferenceCountingException(String) - Constructor for class com.intersys.objects.ReferenceCountingException
 
ReferenceCountingException(Exception, String) - Constructor for class com.intersys.objects.ReferenceCountingException
 
RegisteredObject - class com.intersys.classes.RegisteredObject.
 
RegisteredObject(CacheObject) - Constructor for class com.intersys.classes.RegisteredObject
 
RegisteredObject(Database) - Constructor for class com.intersys.classes.RegisteredObject
 
RegisteredObjectHolder - class com.intersys.objects.RegisteredObjectHolder.
 
RegisteredObjectHolder(RegisteredObject) - Constructor for class com.intersys.objects.RegisteredObjectHolder
Constructs a holder with the specified value
RelationshipObject - class com.intersys.classes.RelationshipObject.
 
RelationshipObject(CacheObject) - Constructor for class com.intersys.classes.RelationshipObject
 
RelationshipObject(List, Database) - Constructor for class com.intersys.classes.RelationshipObject
 
ResultSet - class com.intersys.classes.ResultSet.
Deprecated. Use CacheQuery instead.
ResultSet(Database, String, String) - Constructor for class com.intersys.classes.ResultSet
Deprecated. Constructor for a ResultSet object.
ResultSet(CacheObject) - Constructor for class com.intersys.classes.ResultSet
Deprecated.  
ResultSet(Database, String, int) - Constructor for class com.intersys.classes.ResultSet
Deprecated. Constructor for a ResultSet object.
ResultSetColumn - class com.intersys.objects.ResultSetColumn.
 
ResultSetColumn(int, String, String, String) - Constructor for class com.intersys.objects.ResultSetColumn
 
RuntimeEnvironment - class com.intersys.jsp.RuntimeEnvironment.
An instance of this class is stored in HTTP session.
RuntimeEnvironment(PageContext) - Constructor for class com.intersys.jsp.RuntimeEnvironment
 
reConnect() - Method in class com.intersys.jsp.ConnectTag
 
read(byte[], int, int) - Method in class com.intersys.objects.CacheInputStream
 
read() - Method in class com.intersys.objects.CacheInputStream
 
read(int) - Method in class com.intersys.objects.CacheInputStream
 
read(char[], int, int) - Method in class com.intersys.objects.CacheReader
 
read() - Method in class com.intersys.objects.CacheReader
 
read(int) - Method in class com.intersys.objects.CacheReader
 
ready() - Method in class com.intersys.objects.CacheReader
 
registerContext(PageContext, String, String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
registerSensitiveObject(CacheServerSensitive) - Method in interface com.intersys.objects.Database
Registers an object which will be informed of any call to Cache Database which changes any of proxy objects in this client.
registerSensitiveObject(CacheServerSensitive, ObjectHandle) - Method in interface com.intersys.objects.Database
Registers an object which will be informed of any call to Cache Database which changes a particular proxy object in this client.
registerSensitiveObject(CacheServerSensitive, int) - Method in interface com.intersys.objects.Database
Registers an object which will be informed of any call to Cache Database which changes a particular proxy object in this client.
registerSensitiveObject(CacheServerSensitive, Set) - Method in interface com.intersys.objects.Database
Registers an object which will be informed of any call to Cache Database which changes some particular proxy objects in this client.
registerView(int, String, String, PageContext) - Method in class com.intersys.jsp.RuntimeEnvironment
 
release() - Method in class com.intersys.classes.CacheRootObject
 
releaseInternal(boolean) - Method in class com.intersys.classes.CacheRootObject
 
releaseLock() - Static method in class com.intersys.cache.jni.CacheJNI
Releases the lock on the class monitor that my be blocking other threads from using this class.
releaseRequestAttributes() - Method in class com.intersys.jsp.DumpTag
 
releaseRequestAttributes() - Method in class com.intersys.jsp.ObjectTagSupport
 
releaseRequestAttributes() - Method in class com.intersys.jsp.SetTag
 
remove(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
remove(int) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
removeDBConnectionFromSession(PageContext) - Static method in class com.intersys.jsp.DBHelper
 
removeListener(EventListener) - Method in interface com.intersys.objects.Database
Removes a listener for messages from server.
reset() - Static method in class com.intersys.classes.CacheGeneric
 
reset() - Method in class com.intersys.objects.CacheInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.intersys.objects.CacheReader
Repositions this stream to the position at the time the mark method was last called on this input stream.
restartConnectionPool() - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
Restarts a Connection Pool.
retrieveFromSession(PageContext, String) - Static method in class com.intersys.jsp.DBHelper
 
returnsValue(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
rewind() - Method in class com.intersys.objects.CacheInputStream
Rewinds stream, so the next byte will be the first byte stored in this Cache Stream (the first byte stored in global).
rewind() - Method in class com.intersys.objects.CacheOutputStream
Rewinds stream, so the next byte will overwrite the first byte, stored in this Cache Stream (the first byte stored in global).
rewind() - Method in class com.intersys.objects.CacheReader
Rewinds stream, so the next char will be the first char stored in this Cache Stream (the first char stored in global).
rewind() - Method in class com.intersys.objects.CacheWriter
Rewinds stream, so the next char will overwrite the first char, stored in this Cache Stream (the first char stored in global).
runClassMethod(String, String, int[], Dataholder[], int) - Method in interface com.intersys.objects.Database
Runs static (also known as class) method in cache.
runClassMethod(String, String, Dataholder[], int) - Method in interface com.intersys.objects.Database
Runs static (also known as class) method in cache.
runInstanceMethod(String, int[], Dataholder[], int) - Method in class com.intersys.cache.jni.CacheExternalOref
 
runInstanceMethod(String, Dataholder[], int) - Method in class com.intersys.cache.jni.CacheExternalOref
 

S

SERVER_ONLY - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicate that Method is server only and can not be called from Java Client.
SList - class com.intersys.objects.SList.
This class implements client side representation for Cache $LIST data type.
SList() - Constructor for class com.intersys.objects.SList
 
SList(Object) - Constructor for class com.intersys.objects.SList
Creates a new SList wrapped around given SysList object and sets encoding to default.
SList(Object, boolean) - Constructor for class com.intersys.objects.SList
Creates a new SList wrapped around given SysList object.
SQLProcContext - class com.intersys.classes.SQLProcContext.
 
SQLProcContext(CacheObject) - Constructor for class com.intersys.classes.SQLProcContext
NB: DO NOT USE IN APPLICATION!
SQLProcContext(Database) - Constructor for class com.intersys.classes.SQLProcContext
Creates a new instance of object "" in Cache database and corresponding object of class SQLProcContext.
STATIC - Static variable in class com.intersys.objects.reflect.CacheModifier
Indicates that a method defined as a class-type.
SerialObject - class com.intersys.classes.SerialObject.
 
SerialObject(CacheObject) - Constructor for class com.intersys.classes.SerialObject
 
SerialObject(Database) - Constructor for class com.intersys.classes.SerialObject
 
SerialStream - class com.intersys.classes.SerialStream.
 
SerialStream(CacheObject) - Constructor for class com.intersys.classes.SerialStream
 
SerialStream(Database) - Constructor for class com.intersys.classes.SerialStream
 
SetGlobal(int) - Static method in class com.intersys.cache.jni.CacheJNI
Sets the value of the global reference specified by PushGlobal() and PushArg().
SetLocal(String) - Static method in class com.intersys.cache.jni.CacheJNI
Sets the value of the specified local variable.
SetProperty() - Static method in class com.intersys.cache.jni.CacheJNI
Sets the the value of a class property.
SetTag - class com.intersys.jsp.SetTag.
Changes values of object property in database.
SetTag() - Constructor for class com.intersys.jsp.SetTag
 
StatusCode - class com.intersys.objects.StatusCode.
This class implements StatusCode used in Cache Object Script.
StatusCode(int) - Constructor for class com.intersys.objects.StatusCode
 
StatusCode(byte[]) - Constructor for class com.intersys.objects.StatusCode
 
StatusCode(byte[], Database) - Constructor for class com.intersys.objects.StatusCode
 
StatusCodeHolder - class com.intersys.objects.StatusCodeHolder.
 
StatusCodeHolder(StatusCode) - Constructor for class com.intersys.objects.StatusCodeHolder
Constructs a holder with the specified value
StringHolder - class com.intersys.objects.StringHolder.
 
StringHolder(String) - Constructor for class com.intersys.objects.StringHolder
Constructs a holder with the specified value
SysArrayOfDataTypes - class com.intersys.classes.SysArrayOfDataTypes.
 
SysArrayOfDataTypes(CacheObject) - Constructor for class com.intersys.classes.SysArrayOfDataTypes
 
SysArrayOfDataTypes(Database) - Constructor for class com.intersys.classes.SysArrayOfDataTypes
 
SysArrayOfObjects - class com.intersys.classes.SysArrayOfObjects.
 
SysArrayOfObjects(CacheObject) - Constructor for class com.intersys.classes.SysArrayOfObjects
 
SysArrayOfObjects(Database) - Constructor for class com.intersys.classes.SysArrayOfObjects
 
SysArrayOfObjectsWithClassName - class com.intersys.classes.SysArrayOfObjectsWithClassName.
 
SysArrayOfObjectsWithClassName(CacheObject) - Constructor for class com.intersys.classes.SysArrayOfObjectsWithClassName
 
SysArrayOfObjectsWithClassName(Database) - Constructor for class com.intersys.classes.SysArrayOfObjectsWithClassName
 
SysListHolder - class com.intersys.objects.SysListHolder.
 
SysListHolder(SList) - Constructor for class com.intersys.objects.SysListHolder
Constructs a holder with the specified value
SysListOfDataTypes - class com.intersys.classes.SysListOfDataTypes.
 
SysListOfDataTypes(CacheObject) - Constructor for class com.intersys.classes.SysListOfDataTypes
 
SysListOfDataTypes(Database) - Constructor for class com.intersys.classes.SysListOfDataTypes
 
SysListOfObjects - class com.intersys.classes.SysListOfObjects.
 
SysListOfObjects(CacheObject) - Constructor for class com.intersys.classes.SysListOfObjects
 
SysListOfObjects(Database) - Constructor for class com.intersys.classes.SysListOfObjects
 
SysListOfObjectsWithClassName - class com.intersys.classes.SysListOfObjectsWithClassName.
 
SysListOfObjectsWithClassName(CacheObject) - Constructor for class com.intersys.classes.SysListOfObjectsWithClassName
 
SysListOfObjectsWithClassName(Database) - Constructor for class com.intersys.classes.SysListOfObjectsWithClassName
 
SystemError - exception com.intersys.objects.SystemError.
 
SystemError(String) - Constructor for class com.intersys.objects.SystemError
 
SystemError(Throwable, String) - Constructor for class com.intersys.objects.SystemError
 
save() - Method in class com.intersys.cache.jni.CacheExternalOref
 
save() - Method in class com.intersys.classes.Persistent
Saves any changes in object to Database.
save(boolean) - Method in class com.intersys.classes.Persistent
Saves any changes in object to Database.
saveObjects(String, Collection) - Method in interface com.intersys.objects.Database
Saves changes in objects to Cache Database.
seek(long) - Method in class com.intersys.objects.CacheInputStream
Repositions this stream to the given position.
seek(long) - Method in class com.intersys.objects.CacheReader
Repositions this stream to the given position.
serialize() - Method in class com.intersys.classes.SerialObject
Creates a serial state of a serial object.
serialize(byte[], int[]) - Method in class com.intersys.classes.SerialObject
Creates a serial state of a serial object.
set(int, Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
set(BigDecimal) - Method in class com.intersys.objects.BigDecimalHolder
 
set(Boolean) - Method in class com.intersys.objects.BooleanHolder
 
set(boolean) - Method in class com.intersys.objects.BooleanHolder
 
set(byte[]) - Method in class com.intersys.objects.ByteArrayHolder
 
set(Date) - Method in class com.intersys.objects.DateHolder
 
set(Double) - Method in class com.intersys.objects.DoubleHolder
 
set(double) - Method in class com.intersys.objects.DoubleHolder
 
set(Integer) - Method in class com.intersys.objects.IntegerHolder
 
set(int) - Method in class com.intersys.objects.IntegerHolder
 
set(ObjectHandle) - Method in class com.intersys.objects.ObjectHandleHolder
 
set(Oid) - Method in class com.intersys.objects.OidHolder
 
set(RegisteredObject) - Method in class com.intersys.objects.RegisteredObjectHolder
 
set(StatusCode) - Method in class com.intersys.objects.StatusCodeHolder
 
set(String) - Method in class com.intersys.objects.StringHolder
 
set(SList) - Method in class com.intersys.objects.SysListHolder
 
set(Time) - Method in class com.intersys.objects.TimeHolder
 
set(Timestamp) - Method in class com.intersys.objects.TimestampHolder
 
set(int, Object) - Method in interface com.intersys.objects.reflect.CacheField
Sets the field represented by this CacheField object on the specified object argument to the specified new value.
set(Object, Object) - Method in interface com.intersys.objects.reflect.CacheField
Sets the field represented by this CacheField object on the specified object argument to the specified new value.
setAutoLoad(boolean) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
setAutoLoad(boolean) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
setAutoload(String) - Method in class com.intersys.jsp.ConnectTag
 
setBigDecimal(int, BigDecimal) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a BigDecimal argument
setBoolean(int, boolean) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a boolean argument
setCacheClass(CacheClass) - Method in class com.intersys.cache.jni.CacheExternalOref
 
setClassLoader(ClassLoader) - Method in interface com.intersys.objects.Database
Sets custom class loader for loading Java projections of Cache classes.
setClassdir(String) - Method in class com.intersys.jsp.ConnectTag
 
setClassname(String) - Method in class com.intersys.jsp.ObjectTagSupport
 
setColumn(String) - Method in class com.intersys.jsp.ChildListTag
 
setCondition(String) - Method in class com.intersys.jsp.ListTag
 
setConnectionLog(String) - Static method in class com.intersys.objects.Logger
 
setConnectionSecurityLevel(int) - Method in class com.intersys.jdbc.CacheDataSource
Sets the Connection Security Level for this DataSource object.
setConsoleOutput(PrintStream) - Method in interface com.intersys.objects.Database
Sets the stream used for console output by Cache server-side methods.
setContext(String) - Method in class com.intersys.jsp.HistoryListTag
 
setContext(String) - Method in class com.intersys.jsp.PushViewTag
 
setDBConnection(Database) - Method in class com.intersys.jsp.RuntimeEnvironment
 
setDBConnectionInSession(PageContext, Database) - Static method in class com.intersys.jsp.DBHelper
 
setDataSourceName(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets Data Source name for this DataSource object.
setDatabaseName(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets Database (Cache Namespace) name for this DataSource object.
setDate(int, Date) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a Date argument
setDebug(boolean) - Static method in class com.intersys.objects.Logger
 
setDebugReferenceCountLevel(int) - Static method in class com.intersys.objects.Logger
 
setDefaultBufferSize(int) - Static method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
setDefaultBufferSize(int) - Static method in class com.intersys.classes.AbstractCacheList
Deprecated.  
setDescription(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets description for this DataSource object.
setDouble(int, double) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a double argument
setEditURL(String) - Method in class com.intersys.jsp.NewTag
 
setEdittext(String) - Method in class com.intersys.jsp.DumpTag
 
setElementType(String) - Method in class com.intersys.classes.ListOfDataTypes
Deprecated.  
setEncoding(String) - Method in class com.intersys.objects.SList
 
setEventClass(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the Event Class for this DataSource object.
setExtratables(String) - Method in class com.intersys.jsp.ListTag
 
setField(String) - Method in class com.intersys.jsp.SetTag
 
setForceselection(String) - Method in class com.intersys.jsp.ListTag
 
setHistoryFrame(int, PageContext) - Method in class com.intersys.jsp.RuntimeEnvironment
 
setHistoryInSession(PageContext, int) - Static method in class com.intersys.jsp.DBHelper
 
setHost(String) - Method in class com.intersys.jsp.ConnectTag
 
setId(String) - Method in class com.intersys.jsp.ListTag
 
setId(String) - Method in class com.intersys.jsp.ObjectTagSupport
 
setInt(int, int) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind an integer argument
setKeyType(String) - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
setKeyType(String) - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
setKeyType(String) - Method in class com.intersys.classes.RelationshipObject
 
setLogWriter(PrintWriter) - Method in class com.intersys.jdbc.CacheDataSource
 
setLoginTimeout(int) - Method in class com.intersys.jdbc.CacheDataSource
 
setLong(int, long) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a long argument
setMaxHistoryFrame(int) - Method in class com.intersys.jsp.RuntimeEnvironment
 
setMaxPoolSize(int) - Method in class com.intersys.jdbc.CacheConnectionPoolDataSource
Sets a Connection Pool max size.
setMaxitems(String) - Method in class com.intersys.jsp.ListTag
 
setMultiple(String) - Method in class com.intersys.jsp.ListTag
 
setMultiple(boolean) - Method in class com.intersys.jsp.ListTag
 
setName(String) - Method in class com.intersys.jsp.ListTag
 
setNamespace(String) - Method in class com.intersys.jsp.ConnectTag
 
setNodelay(boolean) - Method in class com.intersys.jdbc.CacheDataSource
Sets the noDelay flag for this DataSource object.
setNone(String) - Method in class com.intersys.jsp.ListTag
 
setNone(boolean) - Method in class com.intersys.jsp.ListTag
 
setNumberOfProfiles(int) - Static method in class com.intersys.objects.CacheDatabase
Sets number of segments to gather profiling information.
setOref(String) - Method in class com.intersys.jsp.SetTag
 
setOrefclass(String) - Method in class com.intersys.jsp.SetTag
 
setPassword(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the password for this DataSource object.
setPassword(String) - Method in class com.intersys.jsp.ConnectTag
 
setPort(String) - Method in class com.intersys.jsp.ConnectTag
 
setPortNumber(int) - Method in class com.intersys.jdbc.CacheDataSource
Sets the port number for this DataSource object
setProfileOff(int) - Method in interface com.intersys.objects.Database
Disables gathering profile information for cell i.
setProfileOn(int) - Method in interface com.intersys.objects.Database
Enables gathering profile information for cell i.
setProperty(int, int, int, int, String, Dataholder) - Method in class com.intersys.cache.jni.CacheExternalOref
 
setProperty(String) - Method in class com.intersys.jsp.CrossListTag
 
setProperty(String) - Method in class com.intersys.jsp.ListTag
 
setReadonly(String) - Method in class com.intersys.jsp.DumpTag
 
setSave(String) - Method in class com.intersys.jsp.DumpTag
 
setScratchdir(String) - Method in class com.intersys.jsp.ConnectTag
 
setServerName(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the server name for this DataSource object.
setServicePrincipalName(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the Service Principal Name for this DataSource object.
setSize(String) - Method in class com.intersys.jsp.ListTag
 
setSize(int) - Method in class com.intersys.jsp.ListTag
 
setString(int, String) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a String argument
setSysList(int, Object) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a SysList argument
setTable(String) - Method in class com.intersys.jsp.HistoryListTag
 
setTable(String) - Method in class com.intersys.jsp.TableSupportTag
 
setTime(int, Time) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a Time argument
setTimestamp(int, Timestamp) - Method in class com.intersys.classes.ResultSet
Deprecated. Bind a Timestamp argument
setTitle(String) - Method in class com.intersys.jsp.ListTag
 
setURL(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the url for this DataSource object.
setUseHistory(boolean) - Method in class com.intersys.jsp.TableSupportTag
 
setUseHistory(String) - Method in class com.intersys.jsp.TableSupportTag
 
setUser(String) - Method in class com.intersys.jdbc.CacheDataSource
Sets the username for this DataSource object.
setUser(String) - Method in class com.intersys.jsp.ConnectTag
 
setValue(Dataholder) - Method in class com.intersys.objects.BigDecimalHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.BooleanHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.ByteArrayHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.DateHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.DoubleHolder
 
setValue(Dataholder) - Method in interface com.intersys.objects.Holder
 
setValue(Dataholder) - Method in class com.intersys.objects.IntegerHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.ObjectHandleHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.OidHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.RegisteredObjectHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.StatusCodeHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.StringHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.SysListHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.TimeHolder
 
setValue(Dataholder) - Method in class com.intersys.objects.TimestampHolder
 
setValueType(String) - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
setViewtext(String) - Method in class com.intersys.jsp.DumpTag
 
set_atEnd(Boolean) - Method in class com.intersys.classes.AbstractStream
 
set_elementType(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
set_elementType(String) - Method in class com.intersys.classes.SysListOfObjects
 
set_lineTerminator(String) - Method in class com.intersys.classes.CharacterStream
 
set_message(String) - Method in class com.intersys.classes.SQLProcContext
Sets new value for _message.
set_mode(String) - Method in class com.intersys.classes.File
Returns value of property _mode
set_name(String) - Method in class com.intersys.classes.File
Returns value of property _name
set_rowCount(Integer) - Method in class com.intersys.classes.SQLProcContext
Sets new value for _rowCount.
set_sQLCode(Integer) - Method in class com.intersys.classes.SQLProcContext
Sets new value for _sQLCode.
set_translateTable(String) - Method in class com.intersys.classes.FileCharacterStream
Returns value of property _translateTable
size() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
size() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
size() - Method in class com.intersys.objects.SList
 
skip(long) - Method in class com.intersys.objects.CacheInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.intersys.objects.CacheReader
Skips over and discards n chars of data from this input stream.
storeInSession(PageContext, String, Object) - Static method in class com.intersys.jsp.DBHelper
 
sublist(int, int) - Method in class com.intersys.objects.SList
Returns the SList consiting of items of this SList starting with start and eding with end - 1.
systemOrefsSupported - Variable in class com.intersys.objects.ObjectServerInfo
 

T

TO_CACHE - Static variable in class com.intersys.jsp.ListTag
 
TableSupportTag - class com.intersys.jsp.TableSupportTag.
Base class for all tags that relate to database tables.
TableSupportTag() - Constructor for class com.intersys.jsp.TableSupportTag
 
TimeHolder - class com.intersys.objects.TimeHolder.
 
TimeHolder(Time) - Constructor for class com.intersys.objects.TimeHolder
Constructs a holder with the specified value
TimestampHolder - class com.intersys.objects.TimestampHolder.
 
TimestampHolder(Timestamp) - Constructor for class com.intersys.objects.TimestampHolder
Constructs a holder with the specified value
TopArgType() - Static method in class com.intersys.cache.jni.CacheJNI
Return the type of the top argument on the Cache' argument stack, if its a valid argument.
tell() - Method in class com.intersys.objects.CacheInputStream
Returns the current position in the stream.
tell() - Method in class com.intersys.objects.CacheReader
Returns the current position in the stream.
toIdString() - Method in class com.intersys.objects.Oid
Deprecated. Please use getId().toString() instead.
toString() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
toString() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
toString() - Method in class com.intersys.classes.CacheRootObject
 
toString() - Method in class com.intersys.classes.RelationshipObject
 
toString() - Method in class com.intersys.objects.Id
 
toString() - Method in class com.intersys.objects.Oid
 
toString() - Method in class com.intersys.objects.SList
 
toString() - Method in class com.intersys.objects.StatusCode
 
toString(int) - Static method in class com.intersys.objects.reflect.CacheModifier
 
transactionCommit() - Method in interface com.intersys.objects.Database
Commits the transaction
transactionRollback() - Method in interface com.intersys.objects.Database
Roll the transaction back
transactionStart() - Method in interface com.intersys.objects.Database
Starts a transaction
type - Variable in class com.intersys.objects.ResultSetColumn
 

U

UnPop() - Static method in class com.intersys.cache.jni.CacheJNI
Decrements the internal Cache' argument stack pointer which pushes the last argument popped back onto the argument stack
unRegisterSensitiveObject(CacheServerSensitive) - Method in interface com.intersys.objects.Database
Unregisters object, previously registered with method registerSensitiveObject.
undefined() - Method in class com.intersys.objects.Oid
 
undent() - Method in interface com.intersys.objects.ObjectDump.Dumper
This method is called to indicate end of printing of "child" object.
undent() - Method in class com.intersys.objects.ObjectDump.PrintStreamDumper
 
utilities() - Method in interface com.intersys.objects.Database
Returns an utility object which can import class into Cache, generate Java class from Cache class and do a number of other operations.

V

VersionInfo - class com.intersys.VersionInfo.
 
VersionInfo() - Constructor for class com.intersys.VersionInfo
 
validateChildTableProperty(String, String, String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
validateProperty(String, String) - Method in class com.intersys.jsp.RuntimeEnvironment
 
value - Variable in class com.intersys.objects.BigDecimalHolder
 
value - Variable in class com.intersys.objects.BooleanHolder
 
value - Variable in class com.intersys.objects.ByteArrayHolder
 
value - Variable in class com.intersys.objects.DateHolder
 
value - Variable in class com.intersys.objects.DoubleHolder
 
value - Variable in class com.intersys.objects.IntegerHolder
 
value - Variable in class com.intersys.objects.ObjectHandleHolder
 
value - Variable in class com.intersys.objects.OidHolder
 
value - Variable in class com.intersys.objects.RegisteredObjectHolder
 
value - Variable in class com.intersys.objects.StatusCodeHolder
 
value - Variable in class com.intersys.objects.StringHolder
 
value - Variable in class com.intersys.objects.SysListHolder
 
value - Variable in class com.intersys.objects.TimeHolder
 
value - Variable in class com.intersys.objects.TimestampHolder
 
valueBound(HttpSessionBindingEvent) - Method in class com.intersys.jsp.RuntimeEnvironment
 
valueUnbound(HttpSessionBindingEvent) - Method in class com.intersys.jsp.RuntimeEnvironment
 
verifyClass() - Method in interface com.intersys.objects.reflect.CacheClass
 

W

write(byte[], int, int) - Method in class com.intersys.objects.CacheOutputStream
 
write(byte[]) - Method in class com.intersys.objects.CacheOutputStream
 
write(int) - Method in class com.intersys.objects.CacheOutputStream
 
write(char[], int, int) - Method in class com.intersys.objects.CacheWriter
 
write(char[]) - Method in class com.intersys.objects.CacheWriter
 
write(int) - Method in class com.intersys.objects.CacheWriter
 

_

_buildIndices(Database) - Static method in class com.intersys.classes.Persistent
Runs method _buildIndices in Cache
_buildIndices(Database, SList) - Static method in class com.intersys.classes.Persistent
Runs method _buildIndices in Cache
_buildValueArray(Database, byte[], byte[]) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_buildValueArray(Database, byte[], byte[]) - Static method in class com.intersys.classes.SysArrayOfObjects
 
_buildValueArray(Database, byte[], byte[]) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_buildValueArray(Database, byte[], byte[]) - Static method in class com.intersys.classes.SysListOfObjects
 
_className() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_className(Boolean) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_className() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_className(Boolean) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_className(Database, Boolean) - Static method in class com.intersys.classes.File
Runs method _className in Cache
_className(Database, Boolean) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _className in Cache
_className(Database, Boolean) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _className in Cache
_className() - Method in interface com.intersys.classes.ObjectHandle
 
_className(Boolean) - Method in interface com.intersys.classes.ObjectHandle
 
_className() - Method in class com.intersys.classes.RegisteredObject
 
_className(Boolean) - Method in class com.intersys.classes.RegisteredObject
 
_className() - Method in class com.intersys.classes.RelationshipObject
 
_className(Boolean) - Method in class com.intersys.classes.RelationshipObject
 
_clear() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_clear() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_clear() - Method in class com.intersys.classes.AbstractStream
 
_clear() - Method in class com.intersys.classes.File
Runs method _clear in Cache
_clear() - Method in class com.intersys.classes.GlobalBinaryStream
 
_clear() - Method in class com.intersys.classes.GlobalCharacterStream
 
_clear() - Method in class com.intersys.classes.RelationshipObject
 
_clear() - Method in class com.intersys.classes.SerialStream
 
_close() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_close() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_close() - Method in class com.intersys.classes.CacheRootObject
Deprecated. To close object myObject Use Database.closeObject(myObject.getOref()) instead. This method does not exactly what can be expected from it, because it closes and makes invalid all instances of objects which refer to particular object reference. Therefore it's use is dangerous.
_close() - Method in interface com.intersys.classes.ObjectHandle
Deprecated. To close object myObject Use Database.closeObject(myObject.getZRef()) instead. This method does not exactly what can be expected from it, because it closes and makes invalid all instances of objects which refer to particular object reference. Therefore it's use is dangerous.
_close() - Method in class com.intersys.classes.RelationshipObject
Describe _close method here.
_constructClone(Database, RegisteredObject) - Static method in class com.intersys.classes.RegisteredObject
Deprecated. Please use instance method constructClone () instead.
_constructClone() - Method in class com.intersys.classes.RegisteredObject
Deprecated. Please use instance method constructClone () instead.
_constructClone(Database, RegisteredObject, Boolean, StringHolder) - Static method in class com.intersys.classes.RegisteredObject
Deprecated. Please use instance method constructClone (boolean deep, StringHolder cloned) instead.
_copyFile(Database, String, String) - Static method in class com.intersys.classes.File
Runs method _copyFile in Cache
_copyFrom(AbstractStream) - Method in class com.intersys.classes.AbstractStream
 
_copyFrom(AbstractStream) - Method in class com.intersys.classes.GlobalBinaryStream
 
_copyFrom(AbstractStream) - Method in class com.intersys.classes.GlobalCharacterStream
 
_copyFrom(AbstractStream) - Method in class com.intersys.classes.SerialStream
 
_copyFromAndSave(AbstractStream) - Method in class com.intersys.classes.GlobalBinaryStream
 
_copyFromAndSave(AbstractStream) - Method in class com.intersys.classes.GlobalCharacterStream
 
_copyFromAndSave(AbstractStream) - Method in class com.intersys.classes.SerialStream
 
_count() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_count() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_count() - Method in class com.intersys.classes.RelationshipObject
 
_createDirectory(Database, String) - Static method in class com.intersys.classes.File
Runs method _createDirectory in Cache
_createDirectoryChain(Database, String) - Static method in class com.intersys.classes.File
Runs method _createDirectoryChain in Cache
_createNewDir(Database, String, String) - Static method in class com.intersys.classes.File
Runs method _createNewDir in Cache
_dateCreatedGet() - Method in class com.intersys.classes.File
Runs method _dateCreatedGet in Cache
_dateModifiedGet() - Method in class com.intersys.classes.File
Runs method _dateModifiedGet in Cache
_define(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_delete(Database, Oid) - Static method in class com.intersys.classes.Persistent
Permanently destroys object in database.
_delete(Database, Oid, Integer) - Static method in class com.intersys.classes.Persistent
 
_deleteAttribute(String) - Method in class com.intersys.classes.AbstractStream
 
_deleteAttribute(String) - Method in class com.intersys.classes.SerialStream
 
_deleteStream(Database, Oid) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _deleteStream in Cache
_deleteStream(Database, Oid) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _deleteStream in Cache
_deleteStream(Database, Oid) - Static method in class com.intersys.classes.SerialStream
 
_displayToLogical(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_displayToLogical(Database, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_displayToLogical(Database, String, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_downgradeConcurrency(Integer) - Method in class com.intersys.classes.Persistent
Runs method _downgradeConcurrency in Cache
_downgradeConcurrency(int) - Method in class com.intersys.classes.Persistent
Runs method _downgradeConcurrency in Cache
_exists(Database, Oid) - Static method in class com.intersys.classes.Persistent
 
_filenameGet() - Method in class com.intersys.classes.FileBinaryStream
Runs method _filenameGet in Cache
_filenameGet() - Method in class com.intersys.classes.FileCharacterStream
Runs method _filenameGet in Cache
_filenameSet(String) - Method in class com.intersys.classes.FileBinaryStream
Runs method _filenameSet in Cache
_filenameSet(String) - Method in class com.intersys.classes.FileCharacterStream
Runs method _filenameSet in Cache
_find(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_find(Object, Integer) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_find(Object) - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
_find(Object) - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
_find(Object, Integer) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
_find(Object) - Method in class com.intersys.classes.RelationshipObject
 
_find(Oid, String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_find(Oid, Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_findObjectId(String, Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_first() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_first() - Method in class com.intersys.classes.RelationshipObject
 
_flush() - Method in class com.intersys.classes.AbstractStream
 
_flush() - Method in class com.intersys.classes.SerialStream
 
_getAt(String) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_getAt(Integer) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_getAt(String) - Method in class com.intersys.classes.RelationshipObject
 
_getAt(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getAt(Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_getAttribute(String) - Method in class com.intersys.classes.AbstractStream
 
_getAttribute(String, String) - Method in class com.intersys.classes.AbstractStream
 
_getAttribute(String) - Method in class com.intersys.classes.SerialStream
 
_getAttribute(String, String) - Method in class com.intersys.classes.SerialStream
 
_getDirectory(Database, String) - Static method in class com.intersys.classes.File
Runs method _getDirectory in Cache
_getFileDateCreated(Database, String) - Static method in class com.intersys.classes.File
Runs method _getFileDateCreated in Cache
_getFileDateModified(Database, String) - Static method in class com.intersys.classes.File
Runs method _getFileDateModified in Cache
_getFileSize(Database, String) - Static method in class com.intersys.classes.File
Runs method _getFileSize in Cache
_getFilename(Database, String) - Static method in class com.intersys.classes.File
Runs method _getFilename in Cache
_getFirst(StringHolder) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_getFirst(StringHolder) - Method in class com.intersys.classes.RelationshipObject
 
_getNext(StringHolder) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_getNext(StringHolder) - Method in class com.intersys.classes.RelationshipObject
 
_getNext(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectAt(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectAt(String, Integer) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectAt(Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectAt(Integer, Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectIdAt(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectIdAt(String, Integer) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectIdAt(Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectIdAt(Integer, Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectIdNext(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectIdNext(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectIdPrevious(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectIdPrevious(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectNext(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectNext(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getObjectPrevious(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getObjectPrevious(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getParameter(Database) - Static method in class com.intersys.classes.File
Runs method _getParameter in Cache
_getParameter(Database, String) - Static method in class com.intersys.classes.File
Runs method _getParameter in Cache
_getParameter(Database) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _getParameter in Cache
_getParameter(Database, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _getParameter in Cache
_getParameter(Database) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _getParameter in Cache
_getParameter(Database, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _getParameter in Cache
_getPrevious(StringHolder) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_getPrevious(StringHolder) - Method in class com.intersys.classes.RelationshipObject
 
_getPrevious(StringHolder) - Method in class com.intersys.classes.SysArrayOfObjects
 
_getRegisteredObjectNext(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getRegisteredObjectPrevious(IntegerHolder) - Method in class com.intersys.classes.SysListOfObjects
 
_getStreamId() - Method in class com.intersys.classes.SerialStream
 
_getStreamIdForFile(Database, String, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _getStreamIdForFile in Cache
_getStreamIdForFile(Database, String, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _getStreamIdForFile in Cache
_getSwizzleObject() - Method in class com.intersys.classes.SerialObject
 
_getSwizzleObject(Integer) - Method in class com.intersys.classes.SerialObject
 
_getSwizzleObject(Integer, OidHolder) - Method in class com.intersys.classes.SerialObject
 
_id() - Method in class com.intersys.classes.Persistent
The same as method getId() but with conventional Cache signature.
_inputFromDevice() - Method in class com.intersys.classes.AbstractStream
 
_inputFromDevice(IntegerHolder) - Method in class com.intersys.classes.AbstractStream
 
_inputFromDevice(IntegerHolder, Integer) - Method in class com.intersys.classes.AbstractStream
 
_inputFromDevice() - Method in class com.intersys.classes.SerialStream
 
_inputFromDevice(IntegerHolder) - Method in class com.intersys.classes.SerialStream
 
_inputFromDevice(IntegerHolder, Integer) - Method in class com.intersys.classes.SerialStream
 
_insert(Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_insert(Object) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
_insert(RegisteredObject) - Method in class com.intersys.classes.SysListOfObjects
 
_insertAt(Integer, Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_insertAt(Integer, Object) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
_insertAt(Integer, RegisteredObject) - Method in class com.intersys.classes.SysListOfObjects
 
_insertObject(Oid) - Method in class com.intersys.classes.SysListOfObjects
 
_insertObjectAt(Integer, Oid) - Method in class com.intersys.classes.SysListOfObjects
 
_insertObjectId(String) - Method in class com.intersys.classes.SysListOfObjects
 
_insertObjectIdAt(Integer, String) - Method in class com.intersys.classes.SysListOfObjects
 
_isA(Database, String) - Static method in class com.intersys.classes.File
Runs method _isA in Cache
_isA(Database, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _isA in Cache
_isA(Database, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _isA in Cache
_isA(Database, String) - Static method in class com.intersys.classes.RegisteredObject
 
_isDefined(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_isDefined(Object) - Method in class com.intersys.classes.RelationshipObject
 
_isDefined(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_isDefinedAttribute(String) - Method in class com.intersys.classes.AbstractStream
 
_isDefinedAttribute(String) - Method in class com.intersys.classes.SerialStream
 
_isFileUnicode() - Method in class com.intersys.classes.FileCharacterStream
Runs method _isFileUnicode in Cache
_isModified() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_isModified() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_isModified() - Method in interface com.intersys.classes.ObjectHandle
 
_isModified() - Method in class com.intersys.classes.RegisteredObject
 
_isModified() - Method in class com.intersys.classes.RelationshipObject
 
_isNull() - Method in class com.intersys.classes.SerialStream
 
_lastModifiedGet() - Method in class com.intersys.classes.AbstractStream
 
_lastModifiedGet() - Method in class com.intersys.classes.File
Runs method _lastModifiedGet in Cache
_lastModifiedGet() - Method in class com.intersys.classes.GlobalBinaryStream
 
_lastModifiedGet() - Method in class com.intersys.classes.GlobalCharacterStream
 
_lastModifiedGet() - Method in class com.intersys.classes.SerialStream
 
_lineTerminatorGet() - Method in class com.intersys.classes.CharacterStream
 
_lineTerminatorSet(String) - Method in class com.intersys.classes.CharacterStream
 
_linkToFile(String) - Method in class com.intersys.classes.FileBinaryStream
Runs method _linkToFile in Cache
_linkToFile(String) - Method in class com.intersys.classes.FileCharacterStream
Runs method _linkToFile in Cache
_logicalToDisplay(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_logicalToDisplay(Database, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_logicalToDisplay(Database, String, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_logicalToOdbc(Database) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _logicalToOdbc in Cache
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _logicalToOdbc in Cache
_logicalToOdbc(Database) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _logicalToOdbc in Cache
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _logicalToOdbc in Cache
_logicalToOdbc(Database) - Static method in class com.intersys.classes.SerialObject
 
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.SerialObject
 
_logicalToOdbc(Database) - Static method in class com.intersys.classes.SerialStream
 
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.SerialStream
 
_logicalToOdbc(Database) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_logicalToOdbc(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_logicalToOdbc(Database, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_managerDirectory(Database) - Static method in class com.intersys.classes.File
Runs method _managerDirectory in Cache
_moveToEnd() - Method in class com.intersys.classes.AbstractStream
 
_moveToEnd() - Method in class com.intersys.classes.BinaryStream
 
_moveToEnd() - Method in class com.intersys.classes.CharacterStream
 
_moveToEnd() - Method in class com.intersys.classes.SerialStream
 
_new(String, String) - Method in class com.intersys.objects.ObjectFactory
Deprecated.  
_new(String) - Method in class com.intersys.objects.ObjectFactory
Deprecated.  
_newFileName(Database) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _newFileName in Cache
_newFileName(Database, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _newFileName in Cache
_newFileName(Database) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _newFileName in Cache
_newFileName(Database, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _newFileName in Cache
_next(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_next(Object) - Method in class com.intersys.classes.RelationshipObject
 
_nextAttribute(String) - Method in class com.intersys.classes.AbstractStream
 
_nextAttribute(String) - Method in class com.intersys.classes.SerialStream
 
_normalizeDirectory(Database, String) - Static method in class com.intersys.classes.File
Runs method _normalizeDirectory in Cache
_normalizeObject() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_normalizeObject() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_normalizeObject() - Method in interface com.intersys.classes.ObjectHandle
 
_normalizeObject() - Method in class com.intersys.classes.RegisteredObject
 
_normalizeObject() - Method in class com.intersys.classes.RelationshipObject
 
_odbcToLogical(Database) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _odbcToLogical in Cache
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _odbcToLogical in Cache
_odbcToLogical(Database) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _odbcToLogical in Cache
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _odbcToLogical in Cache
_odbcToLogical(Database) - Static method in class com.intersys.classes.SerialObject
 
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.SerialObject
 
_odbcToLogical(Database) - Static method in class com.intersys.classes.SerialStream
 
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.SerialStream
 
_odbcToLogical(Database) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_odbcToLogical(Database) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_odbcToLogical(Database, String) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_oid() - Method in class com.intersys.classes.Persistent
The same as method getOid() but with conventional Cache signature.
_open(Database, Oid) - Static method in class com.intersys.classes.BinaryStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.CharacterStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.FileBinaryStream
Runs method %Open in Cache to open an object from Cache database and creates corresponding object of class FileBinaryStream.
_open(Database, Oid, int) - Static method in class com.intersys.classes.FileBinaryStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.FileCharacterStream
Runs method %Open in Cache to open an object from Cache database and creates corresponding object of class FileCharacterStream.
_open(Database, Oid, int) - Static method in class com.intersys.classes.FileCharacterStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.GlobalBinaryStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.GlobalCharacterStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.Persistent
Runs method %Open in Cache to open an object from Cache database and creates corresponding object of class Persistent or its subclass.
_open(Database, Oid, int) - Static method in class com.intersys.classes.Persistent
Runs method %Open in Cache to open an object from Cache database and creates corresponding object of class Persistent or its subclass.
_open(Database, Oid) - Static method in class com.intersys.classes.SerialObject
 
_open(Database, Oid) - Static method in class com.intersys.classes.SerialStream
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysArrayOfDataTypes
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysArrayOfObjects
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysArrayOfObjectsWithClassName
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysListOfDataTypes
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysListOfObjects
 
_open(Database, Oid) - Static method in class com.intersys.classes.SysListOfObjectsWithClassName
 
_openStream(String) - Method in class com.intersys.classes.SerialStream
 
_outputToDevice() - Method in class com.intersys.classes.AbstractStream
 
_outputToDevice(IntegerHolder) - Method in class com.intersys.classes.AbstractStream
 
_outputToDevice() - Method in class com.intersys.classes.GlobalBinaryStream
 
_outputToDevice(IntegerHolder) - Method in class com.intersys.classes.GlobalBinaryStream
 
_outputToDevice() - Method in class com.intersys.classes.GlobalCharacterStream
 
_outputToDevice(IntegerHolder) - Method in class com.intersys.classes.GlobalCharacterStream
 
_outputToDevice() - Method in class com.intersys.classes.SerialStream
 
_outputToDevice(IntegerHolder) - Method in class com.intersys.classes.SerialStream
 
_packageName() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_packageName() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_packageName(Database) - Static method in class com.intersys.classes.File
Runs method _packageName in Cache
_packageName(Database) - Static method in class com.intersys.classes.FileBinaryStream
Runs method _packageName in Cache
_packageName(Database) - Static method in class com.intersys.classes.FileCharacterStream
Runs method _packageName in Cache
_packageName() - Method in interface com.intersys.classes.ObjectHandle
 
_packageName() - Method in class com.intersys.classes.RegisteredObject
 
_packageName() - Method in class com.intersys.classes.RelationshipObject
 
_previous(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_previous(Object) - Method in class com.intersys.classes.RelationshipObject
 
_read(IntegerHolder) - Method in class com.intersys.classes.AbstractStream
 
_read(IntegerHolder) - Method in class com.intersys.classes.BinaryStream
 
_read(IntegerHolder) - Method in class com.intersys.classes.CharacterStream
 
_read(IntegerHolder) - Method in class com.intersys.classes.File
Runs method _read in Cache
_readLine(IntegerHolder) - Method in class com.intersys.classes.CharacterStream
 
_readLine(IntegerHolder) - Method in class com.intersys.classes.GlobalCharacterStream
 
_relate(RegisteredObject) - Method in class com.intersys.classes.RelationshipObject
 
_reload() - Method in class com.intersys.classes.Persistent
Runs method _reload in Cache
_removeAt(Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_removeAt(Integer) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_removeAt(Integer) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
_removeAt(Object) - Method in class com.intersys.classes.RelationshipObject
 
_removeAt(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_removeDirectory(Database, String) - Static method in class com.intersys.classes.File
Runs method _removeDirectory in Cache
_removeRegisteredObjectAt(Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_rename(Database, String, String) - Static method in class com.intersys.classes.File
Runs method _rename in Cache
_rewind() - Method in class com.intersys.classes.AbstractStream
 
_rewind() - Method in class com.intersys.classes.File
Runs method _rewind in Cache
_rewind() - Method in class com.intersys.classes.SerialStream
 
_save() - Method in class com.intersys.classes.Persistent
The same as save.
_saveStream() - Method in class com.intersys.classes.SerialStream
 
_setAt(Object, Object) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_setAt(Integer, Object) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_setAt(Object, Object) - Method in class com.intersys.classes.ArrayOfDataTypes
Deprecated.  
_setAt(Object, Object) - Method in class com.intersys.classes.ArrayOfObjects
Deprecated.  
_setAt(Integer, Object) - Method in class com.intersys.classes.ListOfObjects
Deprecated.  
_setAt(Object, Object) - Method in class com.intersys.classes.RelationshipObject
 
_setAt(String, RegisteredObject) - Method in class com.intersys.classes.SysArrayOfObjects
 
_setAt(Integer, RegisteredObject) - Method in class com.intersys.classes.SysListOfObjects
 
_setAttribute(String, String) - Method in class com.intersys.classes.AbstractStream
 
_setAttribute(String, String) - Method in class com.intersys.classes.SerialStream
 
_setObjectAt(Object, Oid) - Method in class com.intersys.classes.SysArrayOfObjects
 
_setObjectAt(Integer, Oid) - Method in class com.intersys.classes.SysListOfObjects
 
_setObjectIdAt(Object, String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_setObjectIdAt(Integer, String) - Method in class com.intersys.classes.SysListOfObjects
 
_sizeGet() - Method in class com.intersys.classes.AbstractStream
 
_sizeGet() - Method in class com.intersys.classes.File
Runs method _sizeGet in Cache
_sizeGet() - Method in class com.intersys.classes.SerialStream
 
_translateTableSet(String) - Method in class com.intersys.classes.FileCharacterStream
Runs method _translateTableSet in Cache
_unRelate(RegisteredObject) - Method in class com.intersys.classes.RelationshipObject
 
_unSwizzleAt(String) - Method in class com.intersys.classes.SysArrayOfObjects
 
_unSwizzleAt(String, Integer) - Method in class com.intersys.classes.SysArrayOfObjects
 
_unSwizzleAt(Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_unSwizzleAt(Integer, Integer) - Method in class com.intersys.classes.SysListOfObjects
 
_upgradeConcurrency(Integer) - Method in class com.intersys.classes.Persistent
Runs method _upgradeConcurrency in Cache
_upgradeConcurrency(int) - Method in class com.intersys.classes.Persistent
Runs method _upgradeConcurrency in Cache
_validateObject() - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_validateObject(Integer) - Method in class com.intersys.classes.AbstractCacheArray
Deprecated.  
_validateObject() - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_validateObject(Integer) - Method in class com.intersys.classes.AbstractCacheList
Deprecated.  
_validateObject() - Method in interface com.intersys.classes.ObjectHandle
 
_validateObject(Integer) - Method in interface com.intersys.classes.ObjectHandle
 
_validateObject() - Method in class com.intersys.classes.RegisteredObject
 
_validateObject(Integer) - Method in class com.intersys.classes.RegisteredObject
 
_validateObject(Integer) - Method in class com.intersys.classes.RelationshipObject
 
_validateObject() - Method in class com.intersys.classes.RelationshipObject
 
_write(String) - Method in class com.intersys.classes.AbstractStream
 
_write() - Method in class com.intersys.classes.BinaryStream
 
_write(byte[]) - Method in class com.intersys.classes.BinaryStream
 
_write() - Method in class com.intersys.classes.CharacterStream
 
_write(String) - Method in class com.intersys.classes.CharacterStream
 
_write() - Method in class com.intersys.classes.File
Runs method _write in Cache
_write(String) - Method in class com.intersys.classes.File
Runs method _write in Cache
_writeLine() - Method in class com.intersys.classes.CharacterStream
 
_writeLine(String) - Method in class com.intersys.classes.CharacterStream
 
_writeLine() - Method in class com.intersys.classes.File
Runs method _writeLine in Cache
_writeLine(String) - Method in class com.intersys.classes.File
Runs method _writeLine in Cache

A B C D E F G H I J K L M N O P Q R S T U V W _