com.tibco.bw.plugin.config.tcp
Interface TCPConnectionConfigProps

All Superinterfaces:
CommonProps

public interface TCPConnectionConfigProps
extends CommonProps

The set of all configuration properties of the TCP Connection Shared Resource.


Field Summary
static byte ENABLE_DNS_LOOKUP
          This is the enableDNSLookup configuration property.
static byte HOST
          This is the Host configuration property.
static byte PORT
          This is the Port configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

HOST


static final byte HOST
This is the Host configuration property.

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

See Also:
Constant Field Values

PORT


static final byte PORT
This is the Port configuration property.

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

See Also:
Constant Field Values

ENABLE_DNS_LOOKUP


static final byte ENABLE_DNS_LOOKUP
This is the enableDNSLookup configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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