Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 43
fieldRead
String fieldRead(int fieldNum)
Returns the data for the given variable field.
Parameters:
fieldNum - The variable field number where 1 is the first variable field and 0
means the current field.
Returns:
The field value.
fileBase
void fileBase(String fileBase)
Sets the Glink file base directory. Glink needs some files located in the 'no'
directory, normally located as a subdirectory of the directory where the 'glink.jar'
file is found. There should be no need to use this method, the default file base
directory is where the 'glink.jar' file is found. Just make sure that the 'glink.jar' is
specified in the class path directive with a path name, for example
'd:\glinkj\glink.jar'.
Restricted
Parameters:
fileBase - The path to the location where the Glink 'no' directory is placed, for
example: GlinkApi.fileBase("D:\\glinkj");
GlinkApi.fileBase("http://www.gar.no/glinkj");
findString
GlinkPoint findString(String string, GlinkPoint start, int length, int direction,
boolean caseSensitive)
Searches the text plane for the given string. Null characters in the text plane are
treated as spaces during search processing.
Parameters:
string - The string for which to search.