Package com.intersys.cache.jni

Access to Cache' Classes, Globals and Routines from Java programs.

See:
          Description

Class Summary
CacheExternalOref An opaque structure which represents a reference to a Cache' object.
CacheInternalArg An opaque structure which represents a Cache' argument stack element.
CacheJNI Interface for calling into Cache' from Java programs.
 

Exception Summary
CallinException Exception thrown when the Cache callin interface returns an error.
 

Package com.intersys.cache.jni Description

Access to Cache' Classes, Globals and Routines from Java programs.

Package contains a class that uses the Java Native Interface to provide access to Cache' Globals, Routines and Classes. CacheJNI exposes the Cache' callin interface as a series of Java methods. This package can only be used from a Java Virtual Machine created by a Cache' process using $SYSTEM.Java.InitVM. CacheJNI.isLoaded() returns TRUE or FALSE to indicate whether the other methods of CacheJNI can be used or not.
Jeffrey Orlin
Last modified: Tue Apr 15 15:37:19 Eastern Daylight Time 2002