com.tibco.bw.plugin.config.java
Interface JavaGlobalInstanceConfigProps

All Superinterfaces:
CommonProps, JavaPaletteCommonConfigProps

public interface JavaGlobalInstanceConfigProps
extends JavaPaletteCommonConfigProps

The set of all configuration properties of the Java Global Instance Shared Resource.


Field Summary
static byte CLEANUP_METHOD
          This is the Cleanup Method configuration property.
static byte INVOKE_CLEANUP_METHOD
          This is the Invoke Cleanup Method configuration property.
static byte JAVA_CLASS
          This is the Class configuration property.
static byte JAVA_METHOD
          This is the Method configuration property.
static byte PARAMETER_INPUT
          This is the Parameter Input (table) configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.java.JavaPaletteCommonConfigProps
ALIAS_LIBRARY
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JAVA_CLASS


static final byte JAVA_CLASS
This is the Class configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PARAMETER_INPUT


static final byte PARAMETER_INPUT
This is the Parameter Input (table) configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

INVOKE_CLEANUP_METHOD


static final byte INVOKE_CLEANUP_METHOD
This is the Invoke Cleanup Method configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CLEANUP_METHOD


static final byte CLEANUP_METHOD
This is the Cleanup Method configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

JAVA_METHOD


static final byte JAVA_METHOD
This is the Method configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved