Package com.intersys.objects

Public API for Java Binding.

See:
          Description

Interface Summary
CacheServerSensitive  
Database Interface Database provides access to actual connection with Cache.
Holder Holder.java Created: Fri Aug 01 18:25:14 2003
MessageListener MessageListener.java Created: Fri Aug 08 11:32:06 2003
ObjectDump.Dumper  
 

Class Summary
BigDecimalHolder  
BooleanHolder  
ByteArrayHolder  
ByteHolder Deprecated. Please use ByteArrayHolder instead.
CacheDatabase This class is used to establish a connection to the Cache server for Java clients.
CacheInputStream A CacheInputStream obtains input bytes from a Cache Database.
CacheOutputStream A CacheOutputStream obtains input bytes from a Cache Database.
CacheQuery  
CacheReader A CacheReader obtains input bytes from a Cache Database.
CacheWriter A CacheWriter obtains input chars from a Cache Database.
DatabaseUtilities DatabaseUtilities.java Created: Sat Oct 27 10:42:56 2001
DateHolder  
DoubleHolder  
Id  
IntegerHolder  
Logger Logger.java Created: Sat Sep 29 16:37:49 2001
Logger.ThreadPrintWriter  
ObjectDump This is a helper class to dump arbitrary Cache Object.
ObjectDump.PrintStreamDumper  
ObjectFactory Deprecated. Replaced by interface Database.
ObjectHandleHolder  
ObjectServerInfo  
Oid  
OidHolder  
RegisteredObjectHolder  
ResultSetColumn  
SList This class implements client side representation for Cache $LIST data type.
StatusCode This class implements StatusCode used in Cache Object Script.
StatusCodeHolder  
StringHolder  
SysListHolder  
TimeHolder  
TimestampHolder  
 

Exception Summary
CacheClassCastException CacheClassCastException.java Created: Mon Jan 14 00:32:03 2002
CacheCollectionException  
CacheException  
CacheIOException CacheIOException is thrown when an error occurs using Cache Streams
CacheMultiException CacheMultiException.java Created: Fri Nov 09 14:45:36 2001
CacheNullValueException  
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.
CacheRunTimeException  
CacheServerException  
CacheTooBigDataException  
CacheUnsupportedProtocolException CacheUnsupportedProtocolException.java This exception indicate that server does not support protocol for the client.
DatabaseExistsException This Exception indicate attempt to create another Database on top of the same JDBC connection.
InvalidClassException  
InvalidMethodException  
InvalidPropertyException  
ObjectClosedException  
ReferenceCountingException  
SystemError  
 

Package com.intersys.objects Description

Public API for Java Binding.

This package contains main public API to use from application programs. In most cases importing classes form this package is sufficient to create user application. However there are a few exceptions from this rule:
Michael A Bouzinier
Last modified: Thu Dec 20 08:04:37 Eastern Standard Time 2001