com.tibco.bw.plugin.config
Interface CommonProps

All Known Subinterfaces:
AdapterRequestResponseServerConfigProps, AdapterServicesCommonConfigProps, AdapterSubscriberConfigProps, AECommonConfigProps, AEPublisherCommonConfigProps, AEReceiverCommonConfigProps, AssignActivityConfigProps, CallProcessConfigProps, CatchActivityConfigProps, CheckPointConfigProps, ClientConfigProps, ConfirmActivityConfigProps, ContextResourceConfigProps, CopyFileConfigProps, CreateFileConfigProps, DataFormatConfigProps, EngineCommandConfigProps, ExternalCommandConfigProps, FieldOffsetConfigProps, FilePollerConfigProps, FTPActivitiesCommonConfigProps, FTPConnectionConfigProps, FTPDirConfigProps, FTPGetConfigProps, FTPPutConfigProps, FTPQuoteConfigProps, GenerateErrorConfigProps, GenericSessionConfigProps, GetContextConfigProps, GetJMSQueueMsgConfigProps, GetSharedVariableConfigProps, HTTPConnectionConfigProps, HTTPReceiverConfigProps, IdentityConfigProps, InspectorConfigProps, InvokeAdapterRequestResponseConfigProps, InvokePartnerConfigProps, JavaCodeConfigProps, JavaEventSourceConfigProps, JavaGlobalInstanceConfigProps, JavaMethodConfigProps, JavaPaletteCommonConfigProps, JavaSchemaConfigProps, JavaToXMLConfigProps, JDBCCallProcedureConfigProps, JDBCConnectionConfigProps, JDBCGetConnectionConfigProps, JDBCQueryConfigProps, JDBCUpdateConfigProps, JMSAppPropConfigProps, JMSQueueReceiverConfigProps, JMSQueueRequestorConfigProps, JMSQueueSenderConfigProps, JMSSharedConnectionConfigProps, JMSTopicPublisherConfigProps, JMSTopicRequestorConfigProps, JMSTopicSubscriberConfigProps, JNDIConfigurationConfigProps, ListFileConfigProps, MapperConfigProps, MimeParserConfigProps, NotifyConfigurationConfigProps, NullActivityConfigProps, OnErrorConfigProps, OnEventTimeoutConfigProps, OnNotificationTimeoutConfigProps, OnShutdownConfigProps, OnStartUpConfigProps, ParseDataConfigProps, ParseXmlConfigProps, ProxyConfigurationConfigProps, PublicationServiceConfigProps, PublisherConfigProps, PublishRVMessageConfigProps, PublishToAdapterConfigProps, ReadFileConfigProps, ReadTCPDataConfigProps, ReceiveMailConfigProps, ReceiveNotificationConfigProps, ReceivePartnerNotificationConfigProps, RenameFileConfigProps, RenderDataConfigProps, RenderXmlConfigProps, ReplyToJMSMsgConfigProps, ReplytoRVRequestConfigProps, RequestResponseInvocationServiceConfigProps, RequestResponseServiceConfigProps, RespondToAdapterRequestConfigProps, RethrowConfigProps, RetrieveResourceConfigProps, RMIConfigProps, RMIServerConfigProps, RVSubscriberConfigProps, RVTransportConfigProps, SendExceptionToAdapterRequestConfigProps, SendHTTPRequestConfigProps, SendHTTPResponseConfigProps, SendMailConfigProps, SendRVRequestConfigProps, ServerConfigProps, SetContextConfigProps, SetSharedVariableConfigProps, SharedVariableConfigProps, SleepConfigProps, SOAPEventSourceConfigProps, SOAPHeaderConfigProps, SOAPRequestReplyConfigProps, SOAPSendFaultConfigProps, SOAPSendReplyConfigProps, SQLDirectConfigProps, SubscriberConfigProps, SubscriptionServiceConfigProps, TCPConnectionConfigProps, TCPOpenConnectionConfigProps, TCPReceiverConfigProps, TimerConfigProps, TransactionStateConfigProps, TransformXmlConfigProps, WaitForAdapterMessageConfigProps, WaitForAdapterRequestConfigProps, WaitForFileChangeConfigProps, WaitForHTTPRequestConfigProps, WaitForJMSQueueMsgConfigProps, WaitForJMSTopicMsgConfigProps, WaitForRVMessageConfigProps, WaitForTCPRequestConfigProps, WaitNotifyActivitiesConfigProps, WriteFileConfigProps, WriteTCPDataConfigProps, WriteToLogConfigProps, XATransactionManagerConfigProps, XmlToJavaConfigProps

public interface CommonProps

The set of all common activity configuration properties.

This is the base interface of all interfaces that define activity configuration properties.


Field Summary
static byte DESCRIPTION
          This is the Description configuration property.
static byte NAME
          This is the Name configuration property.
static byte UNRESERVED_PROPERTY
          This is the marker of the beginning of the range of specific activity configuration properties.
 

Field Detail

NAME


static final byte NAME
This is the Name configuration property.

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

See Also:
Constant Field Values

DESCRIPTION


static final byte DESCRIPTION
This is the Description configuration property.

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

See Also:
Constant Field Values

UNRESERVED_PROPERTY


static final byte UNRESERVED_PROPERTY
This is the marker of the beginning of the range of specific activity configuration properties.

All activity configuration properties must have their values greater than the value of UNRESERVED_PROPERTY.

See Also:
Constant Field Values


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