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

All Superinterfaces:
CommonProps

public interface CatchActivityConfigProps
extends CommonProps

The set of all configuration properties of the Catch Activity.


Field Summary
static byte CATCH_ALL
          This is the Catch All configuration property.
static byte EXCEPTION_TO_CATCH
          This is the Exception To Catch configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

CATCH_ALL


static final byte CATCH_ALL
This is the Catch All configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

EXCEPTION_TO_CATCH


static final byte EXCEPTION_TO_CATCH
This is the Exception To Catch 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