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

All Superinterfaces:
CommonProps

public interface JavaEventSourceConfigProps
extends CommonProps

The set of all configuration properties of the Java Event Source Activity.


Field Summary
static byte ALIAS_LIBRARY
          This is the Class Library configuration property.
static byte CONVERT_OUTPUT_OBJECT_TO_XML
          This is the Convert Output Object to XML configuration property.
static byte CUSTOM_ID
          This is the Custom Id configuration property.
static byte INIT_METHOD_NAME
          This is the Init Method configuration property.
static byte INIT_METHOD_PARAMETERS
          This is the Init Method Parameters (table) 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 SEQUENCING_KEY
          This is the Sequencing Key configuration property.
static byte USE_EXTERNAL_CLASS
          This is the Use External Class configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

USE_EXTERNAL_CLASS


static final byte USE_EXTERNAL_CLASS
This is the Use External Class configuration property.

The type of this configuration property is boolean

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

CONVERT_OUTPUT_OBJECT_TO_XML


static final byte CONVERT_OUTPUT_OBJECT_TO_XML
This is the Convert Output Object to XML configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SEQUENCING_KEY


static final byte SEQUENCING_KEY
This is the Sequencing Key configuration property.

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

See Also:
Constant Field Values

CUSTOM_ID


static final byte CUSTOM_ID
This is the Custom Id configuration property.

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

See Also:
Constant Field Values

ALIAS_LIBRARY


static final byte ALIAS_LIBRARY
This is the Class Library configuration property.

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

See Also:
Constant Field Values

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

INIT_METHOD_NAME


static final byte INIT_METHOD_NAME
This is the Init Method configuration property.

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

See Also:
Constant Field Values

INIT_METHOD_PARAMETERS


static final byte INIT_METHOD_PARAMETERS
This is the Init Method Parameters (table) configuration property.

The type of this configuration property is List

See Also:
Constant Field Values


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