Home Corporate Contacts TETware Java API Overview |
ProductsSolutionsInformationDatasheetDocumentationFAQKnowledgebase |
2. Java language bindingJava test cases find the TETware classes in the file tet-root/lib/java/jet.jar. These classes belong to the Java package TET. The following classes form the public API:
Reference documentation for these classes can be found in http://tetworks.opengroup.org/javadoc/ This documentation is in HTML format and has been generated from the class source files by the javadoc program. It may be read using a suitable web browser. The file tet-root/doc/java/tree.html contains an index of the class hierarchy and the file tet-root/doc/java/AllNames.html contains an alphabetical index of all the fields and methods in the class files. Please note that only non-deprecated public methods and fields which are described in this paper are part of the supported API. In this paper, classes will often be referred to by an unqualified class name rather than by a fully qualified name (for example: SimpleTestCase rather than TET.SimpleTestCase). In the Synopsis sections, methods will be presented without the synchronized or native modifiers. This is because these modifiers may change between TETware releases and should not be relied upon. On UNIX systems the TETware Java classes load one of the following files at runtime:
On Windows NT systems, these files are named tet-root/bin/japi.dll and tet-root/bin/japichild.dll, respectively. |