com.tibco.bw.plugin.config.generalactivities
Interface TimerConfigProps

All Superinterfaces:
CommonProps

public interface TimerConfigProps
extends CommonProps

The set of all configuration properties of the Timer Activity.


Field Summary
static byte CUSTOM_ID
          This is the Custom Id configuration property.
static byte INTERVAL_UNIT
          This is the Interval Unit configuration property.
static byte RUN_ONCE
          This is the Run Once configuration property.
static byte SEQUENCING_KEY
          This is the Sequencing Key configuration property.
static byte START_TIME
          This is the Start Time configuration property.
static byte TIME_INTERVAL
          This is the Time Interval configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

START_TIME


static final byte START_TIME
This is the Start Time configuration property.

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

See Also:
Constant Field Values

RUN_ONCE


static final byte RUN_ONCE
This is the Run Once configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TIME_INTERVAL


static final byte TIME_INTERVAL
This is the Time Interval configuration property.

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

See Also:
Constant Field Values

INTERVAL_UNIT


static final byte INTERVAL_UNIT
This is the Interval Unit configuration property.

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

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


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