|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDFDelegate
This class defines the method that is responsible for acting as the gateway between the CDF Java code and the CDF library. The CDFNativeLibrary class that implementing this interface will cause the JNI to be loaded. This class is available only to the CDF object that uses the CDFDelegate to make requests to JNI. All CDF's other objects, i.e., Attribute, Entry, Variable (and its CDFData), need to refer to the containing CDF object to make requests.
CDFNativeLibrary
Method Summary | |
---|---|
void |
cdflib(CDF theCDF,
CDFObject cdfObject,
java.util.Vector cmds)
Defines the method that is responsible for acting as the gateway between the CDF Java code and the CDF library. |
Method Detail |
---|
void cdflib(CDF theCDF, CDFObject cdfObject, java.util.Vector cmds) throws CDFException
theCDF
- the current CDF to be processedcdfObject
- the calling CDF object (e.g. Attribute, variable, etc.)cmds
- a Vector that contains the CDF internal interface
library commands to be executed
CDFException
- if an error occurs processing the requested
commands in JNI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |