com.tibco.bw.plugin.config.rv
Interface RVTransportConfigProps

All Superinterfaces:
CommonProps

public interface RVTransportConfigProps
extends CommonProps

The set of all configuration properties of the Rendezvous Transport Shared Resource.


Field Summary
static byte CM_NAME
          This is the CM Name configuration property.
static byte CMQ_NAME
          This is the CMQ Name configuration property.
static byte DAEMON
          This is the Daemon configuration property.
static byte DAEMON_CERTIFICATE
          This is the Daemon Certificate configuration property.
static byte IDENTITY_RESOURCE
          This is the Identity Resource configuration property.
static byte LEDGER_FILE
          This is the Ledger File configuration property.
static byte MESSAGE_TIMEOUT
          This is the Message Timeout(sec) configuration property.
static byte NETWORK
          This is the Network configuration property.
static byte RELAY_AGENT
          This is the Relay Agent configuration property.
static byte REQUIRE_OLD_MESSAGE
          This is the Require Old Message configuration property.
static byte RV_TYPE
          This is the RV Type configuration property.
static byte SCHEDULER_ACTIVATION
          This is the Scheduler Activation configuration property.
static byte SCHEDULER_HEARTBEAT
          This is the Scheduler Heartbeat configuration property.
static byte SCHEDULER_WEIGHT
          This is the Scheduler Weight configuration property.
static byte SERVICE
          This is the Service configuration property.
static byte SYNC_LEDGER_FILE
          This is the Sync Ledger File configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte WORKER_COMPLETE_TIME
          This is the Worker Complete Time configuration property.
static byte WORKER_TASKS
          This is the Worker Tasks configuration property.
static byte WORKER_WEIGHT
          This is the Worker Weight configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

DAEMON


static final byte DAEMON
This is the Daemon configuration property.

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

See Also:
Constant Field Values

NETWORK


static final byte NETWORK
This is the Network configuration property.

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

See Also:
Constant Field Values

SERVICE


static final byte SERVICE
This is the Service configuration property.

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

See Also:
Constant Field Values

USE_SSL


static final byte USE_SSL
This is the Use SSL configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

DAEMON_CERTIFICATE


static final byte DAEMON_CERTIFICATE
This is the Daemon Certificate configuration property.

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

See Also:
Constant Field Values

IDENTITY_RESOURCE


static final byte IDENTITY_RESOURCE
This is the Identity Resource configuration property.

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

See Also:
Constant Field Values

RV_TYPE


static final byte RV_TYPE
This is the RV Type configuration property.

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

See Also:
Constant Field Values

CM_NAME


static final byte CM_NAME
This is the CM Name configuration property.

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

See Also:
Constant Field Values

LEDGER_FILE


static final byte LEDGER_FILE
This is the Ledger File configuration property.

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

See Also:
Constant Field Values

SYNC_LEDGER_FILE


static final byte SYNC_LEDGER_FILE
This is the Sync Ledger File configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

RELAY_AGENT


static final byte RELAY_AGENT
This is the Relay Agent configuration property.

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

See Also:
Constant Field Values

REQUIRE_OLD_MESSAGE


static final byte REQUIRE_OLD_MESSAGE
This is the Require Old Message configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MESSAGE_TIMEOUT


static final byte MESSAGE_TIMEOUT
This is the Message Timeout(sec) configuration property.

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

See Also:
Constant Field Values

CMQ_NAME


static final byte CMQ_NAME
This is the CMQ Name configuration property.

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

See Also:
Constant Field Values

WORKER_WEIGHT


static final byte WORKER_WEIGHT
This is the Worker Weight configuration property.

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

See Also:
Constant Field Values

WORKER_TASKS


static final byte WORKER_TASKS
This is the Worker Tasks configuration property.

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

See Also:
Constant Field Values

WORKER_COMPLETE_TIME


static final byte WORKER_COMPLETE_TIME
This is the Worker Complete Time configuration property.

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

See Also:
Constant Field Values

SCHEDULER_WEIGHT


static final byte SCHEDULER_WEIGHT
This is the Scheduler Weight configuration property.

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

See Also:
Constant Field Values

SCHEDULER_HEARTBEAT


static final byte SCHEDULER_HEARTBEAT
This is the Scheduler Heartbeat configuration property.

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

See Also:
Constant Field Values

SCHEDULER_ACTIVATION


static final byte SCHEDULER_ACTIVATION
This is the Scheduler Activation 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