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

All Superinterfaces:
CommonProps, JavaPaletteCommonConfigProps

public interface JavaMethodConfigProps
extends JavaPaletteCommonConfigProps

The set of all configuration properties of the Java Method Activity.


Field Summary
static byte CACHE_CONSTRUCTED_CLASS
          This is the Cache Constructed Class configuration property.
static byte CLEANUP_METHOD
          This is the Cleanup Method configuration property.
static byte CONSTRUCT_DECLARED_CLASS
          This is the Construct Declared Class configuration property.
static byte INVOKE_CLEANUP_METHOD
          This is the Invoke Cleanup Method configuration property.
static byte JAVA_CLASS
          This is the Java Class configuration property.
static byte JAVA_GLOBAL_INSTANCE
          This is the Java Global Instance configuration property.
static byte JAVA_METHOD
          This is the Java Method 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 Java Class configuration property.

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

See Also:
Constant Field Values

JAVA_GLOBAL_INSTANCE


static final byte JAVA_GLOBAL_INSTANCE
This is the Java Global Instance configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

JAVA_METHOD


static final byte JAVA_METHOD
This is the Java Method configuration property.

The type of this configuration property is

See Also:
Constant Field Values

CONSTRUCT_DECLARED_CLASS


static final byte CONSTRUCT_DECLARED_CLASS
This is the Construct Declared Class configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CACHE_CONSTRUCTED_CLASS


static final byte CACHE_CONSTRUCTED_CLASS
This is the Cache Constructed Class configuration property.

The type of this configuration property is boolean

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


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