Configuration
The Configuration tab has the following fields.
Field |
Global Var? |
Description |
Name |
No |
The name to appear as the label for the shared configuration resource. |
Description |
No |
Short description of the resource. |
Java |
No |
This field contains the Library, Class, and Method fields that specify the Java object to create. |
Library |
No |
Use this field to specify an AliasLibrary resource that is used to locate the Java class files. For more information about AliasLibrary resources, see TIBCO Designer™ Palette Reference. |
Class |
No |
Use the Show Class Browser button to locate the class you want to use. |
Method |
No |
Select a constructor from the drop down list of constructors available for this class. This can be used to construct the class when the engine is started. This field displays only the default constructor (that is, the constructor with no parameters) or constructors that have only parameters of Java primitive types. You cannot create an object using a constructor that requires an object, array, or non-primitive type for a parameter. |
Parameters Input |
No |
The input parameters for the constructor selected in the Method field. Each input parameter has three fields:
Note: When string is the datatype for the parameter, do not use quotes around the string when entering the value.
|