com.ibm.broker.config.proxy
Class RuntimePropertyConstants

java.lang.Object
  extended by com.ibm.broker.config.proxy.RuntimePropertyConstants

public class RuntimePropertyConstants
extends java.lang.Object

This is a common set of strings used by the Configuration Manager Proxy runtime property manipulation methods for directly controlling broker properties. Applications that use the following methods should make use of these constants wherever possible:

These methods provide the Configuration Manager Proxy with a direct interface into the mqsichangeproperties and mqsireportproperties commands, and thus allow Java applications to have a more complete administration capability.

The constants fall into three categories:

  1. Property names These have names beginning NAME_ and describe property names that can be set for a given broker, and
  2. Property values These have names beginning VALUE_ and, where the set of possible values for a given property is an enumerated list, describe those values.
  3. Helper constants These have names beginning OBJECT_ and are used to derive the values for the other constants.

For information on the meaning of each of the properties and their acceptable ranges of values, please see the documentation for the mqsichangeproperties command.

Don't confuse this interface with AttributeConstants, which describes the set of locally stored attributes for each Configuration Manager Proxy AdministeredObject. The RuntimePropertyConstants interface describes a common set of constants for direct control of a broker runtime through the mqsichangeproperties/mqsireportproperties interface.

com.ibm.broker.config.proxy.RuntimePropertyConstants

Responsibilities A set of constants for describing a broker's runtime properties.
Internal Collaborators None

 Change Activity:
 --------  ----------- -------------   ------------------------------------
 Reason:   Date:       Originator:     Comments:
 --------  ----------- -------------   ------------------------------------
 45112.7   2007-05-09  HDMPL           v6.1 Release

 

Version:
Config/com/ibm/broker/config/proxy/RuntimePropertyConstants.java, CMP, S000 1.8

Field Summary
static java.lang.String NAME_ALGORITHM
          The algorithm parameter for use with the HTTPS connector.
static java.lang.String NAME_BROKERAUTHPROTOCOLS
          The brokerAuthprotocols parameter.
static java.lang.String NAME_BROKERINPUTQUEUELENGTH
          The brokerInputQueueLength parameter.
static java.lang.String NAME_BROKERINPUTQUEUES
          The brokerInputQueues parameter.
static java.lang.String NAME_BROKERPINGINTERVAL
          The brokerPingInterval parameter.
static java.lang.String NAME_CIPHERS
          The ciphers parameter.
static java.lang.String NAME_CLIENTAUTH
          The clientAuth parameter for use with the HTTPS connector.
static java.lang.String NAME_CLIENTPINGINTERVAL
          The clientPingInterval parameter.
static java.lang.String NAME_CLONEDPUBSUBBROKERLIST
          The clonedPubSubBrokerList parameter.
static java.lang.String NAME_ENABLECLIENTDISCONQUEUEOVERFLOW
          The enableClientDiscOnQueueOverflow parameter.
static java.lang.String NAME_ENABLEQOPSECURITY
          The enableQopSecurity parameter.
static java.lang.String NAME_ENABLESSLCONNECTOR
          The flag to enable the SSL connector.
static java.lang.String NAME_HTTPADDRESS
          The address parameter for use with the HTTP connector.
static java.lang.String NAME_HTTPDISPATCHTHREADS
          The httpDispatchThreads parameter.
static java.lang.String NAME_HTTPPORT
          The port parameter for use with the HTTP connector.
static java.lang.String NAME_HTTPPROTOCOLTIMEOUT
          The httpProtocolTimeout parameter.
static java.lang.String NAME_HTTPSADDRESS
          The address parameter for use with the HTTPS connector.
static java.lang.String NAME_HTTPSPORT
          The port parameter for use with the HTTPS connector.
static java.lang.String NAME_INTERBROKERHOST
          The interbroker host name.
static java.lang.String NAME_INTERBROKERPORT
          The interbroker port name.
static java.lang.String NAME_INVALIDATESECURITYCACHEENTRYLIST
          A string containing a colon seperated list of entries to be removed from the security cache.
static java.lang.String NAME_ISYSQOPLEVEL
          The ISYS QoP level name.
static java.lang.String NAME_JVMDEBUGPORT
          The jvmDebugPort parameter.
static java.lang.String NAME_JVMMAXHEAPSIZE
          The jvmMaxHeapSize parameter.
static java.lang.String NAME_JVMMINHEAPSIZE
          The jvmMinHeapSize parameter.
static java.lang.String NAME_KEYSTOREFILE
          The keystore file name.
static java.lang.String NAME_KEYSTOREPASS
          The keystore password name.
static java.lang.String NAME_KEYSTORETYPE
          The keystoreType parameter.
static java.lang.String NAME_MAXBROKERQUEUESIZE
          The maxBrokerQueueSize parameter.
static java.lang.String NAME_MAXCLIENTQUEUESIZE
          The maxClientQueueSize parameter.
static java.lang.String NAME_MAXCONNECTIONS
          The maxConnections parameter.
static java.lang.String NAME_MAXHOPCOUNT
          The maxHopCount parameter.
static java.lang.String NAME_MAXKEEPALIVEREQUESTS
          The maxKeepAliveRequests parameter.
static java.lang.String NAME_MAXMESSAGESIZE
          The maxMessageSize parameter.
static java.lang.String NAME_MAXTHREADS
          The maxThreads parameter.
static java.lang.String NAME_MULTICASTADDRESSRANGEMAX
          The multicastAddressRangeMax parameter.
static java.lang.String NAME_MULTICASTADDRESSRANGEMIN
          The multicastAddressRangeMin parameter.
static java.lang.String NAME_MULTICASTBACKOFFTIMEMILLIS
          The multicastBackoffTimeMillis parameter.
static java.lang.String NAME_MULTICASTDATAPORT
          The multicastDataPort parameter.
static java.lang.String NAME_MULTICASTENABLED
          The multicastEnabled parameter.
static java.lang.String NAME_MULTICASTHEARTBEATTIMEOUTSEC
          The multicastHeartbeatTimeoutSec parameter.
static java.lang.String NAME_MULTICASTLIMITTRANSRATE
          The multicastLimitTransRate parameter.
static java.lang.String NAME_MULTICASTMAXKEYAGE
          The multicastMaxKeyAge parameter.
static java.lang.String NAME_MULTICASTMAXMEMORYALLOWEDKBYTES
          The multicastMaxMemoryAllowedKBytes parameter.
static java.lang.String NAME_MULTICASTMCASTSOCKETTTL
          The multicastMCastSocketTTL parameter.
static java.lang.String NAME_MULTICASTMINIMALHISTORYKBYTES
          The multicastMinimalHistoryKBytes parameter.
static java.lang.String NAME_MULTICASTMULTICASTINTERFACE
          The multicastMulticastInterface parameter.
static java.lang.String NAME_MULTICASTNACKACCUMULATIONTIMEMILLIS
          The multicastNackAccumulationTimeMillis parameter.
static java.lang.String NAME_MULTICASTNACKCHECKPERIODMILLIS
          The multicastNackCheckPeriodMillis parameter.
static java.lang.String NAME_MULTICASTOVERLAPPINGTOPICBEHAVIOR
          The multicastOverlappingTopicBehavior parameter.
static java.lang.String NAME_MULTICASTPACKETBUFFERS
          The multicastPacketBuffers parameter.
static java.lang.String NAME_MULTICASTPACKETSIZEBYTES
          The multicastPacketSizeBytes parameter.
static java.lang.String NAME_MULTICASTPROTOCOLTYPE
          The multicastProtocolType parameter.
static java.lang.String NAME_MULTICASTSOCKETBUFFERSIZEKBYTES
          The multicastSocketBufferSizeKBytes parameter.
static java.lang.String NAME_MULTICASTTRANSRATELIMITKBPS
          The multicastTransRateLimitKbps parameter.
static java.lang.String NAME_NONDURABLESUBSCRIPTIONEVENTS
          The nonDurableSubscriptionEvents parameter.
static java.lang.String NAME_PINGTIMEOUTMULTIPLE
          The pingTimeoutMultiple parameter.
static java.lang.String NAME_SSLPROTOCOL
          The sslProtocol parameter.
static java.lang.String NAME_STATSINTERVAL
          The statsInterval parameter.
static java.lang.String NAME_SYSQOPLEVEL
          The SYS QoP level name.
static java.lang.String OBJECT_NAME_DELIMITER
          The String that separates an object from its name in the values returned from the get*RuntimePropertyNames() methods.
static java.lang.String VALUE_ACCEPT
          A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
static java.lang.String VALUE_DISABLED
          A possible value for NAME_MULTICASTLIMITTRANSRATE.
static java.lang.String VALUE_DYNAMIC
          A possible value for NAME_MULTICASTLIMITTRANSRATE.
static java.lang.String VALUE_FALSE
          A possible value for various properties that take boolean arguments.
static java.lang.String VALUE_PGMIP
          A possible value for NAME_MULTICASTPROTOCOLTYPE.
static java.lang.String VALUE_PGMUDP
          A possible value for NAME_MULTICASTPROTOCOLTYPE.
static java.lang.String VALUE_PTL
          A possible value for NAME_MULTICASTPROTOCOLTYPE.
static java.lang.String VALUE_REJECT
          A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
static java.lang.String VALUE_REVERT
          A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
static java.lang.String VALUE_STATIC
          A possible value for NAME_MULTICASTLIMITTRANSRATE.
static java.lang.String VALUE_TRUE
          A possible value for various properties that take boolean arguments.
 
Constructor Summary
RuntimePropertyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_NAME_DELIMITER

public static final java.lang.String OBJECT_NAME_DELIMITER
The String that separates an object from its name in the values returned from the get*RuntimePropertyNames() methods.

See Also:
Constant Field Values

NAME_BROKERAUTHPROTOCOLS

public static final java.lang.String NAME_BROKERAUTHPROTOCOLS
The brokerAuthprotocols parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_BROKERINPUTQUEUES

public static final java.lang.String NAME_BROKERINPUTQUEUES
The brokerInputQueues parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_BROKERINPUTQUEUELENGTH

public static final java.lang.String NAME_BROKERINPUTQUEUELENGTH
The brokerInputQueueLength parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_BROKERPINGINTERVAL

public static final java.lang.String NAME_BROKERPINGINTERVAL
The brokerPingInterval parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_CLIENTPINGINTERVAL

public static final java.lang.String NAME_CLIENTPINGINTERVAL
The clientPingInterval parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_CLONEDPUBSUBBROKERLIST

public static final java.lang.String NAME_CLONEDPUBSUBBROKERLIST
The clonedPubSubBrokerList parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_ENABLECLIENTDISCONQUEUEOVERFLOW

public static final java.lang.String NAME_ENABLECLIENTDISCONQUEUEOVERFLOW
The enableClientDiscOnQueueOverflow parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_TRUE, VALUE_FALSE

See Also:
Constant Field Values

NAME_ENABLEQOPSECURITY

public static final java.lang.String NAME_ENABLEQOPSECURITY
The enableQopSecurity parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_INTERBROKERHOST

public static final java.lang.String NAME_INTERBROKERHOST
The interbroker host name. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_INTERBROKERPORT

public static final java.lang.String NAME_INTERBROKERPORT
The interbroker port name. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_INVALIDATESECURITYCACHEENTRYLIST

public static final java.lang.String NAME_INVALIDATESECURITYCACHEENTRYLIST
A string containing a colon seperated list of entries to be removed from the security cache. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_ISYSQOPLEVEL

public static final java.lang.String NAME_ISYSQOPLEVEL
The ISYS QoP level name. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXBROKERQUEUESIZE

public static final java.lang.String NAME_MAXBROKERQUEUESIZE
The maxBrokerQueueSize parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXCLIENTQUEUESIZE

public static final java.lang.String NAME_MAXCLIENTQUEUESIZE
The maxClientQueueSize parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXCONNECTIONS

public static final java.lang.String NAME_MAXCONNECTIONS
The maxConnections parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXHOPCOUNT

public static final java.lang.String NAME_MAXHOPCOUNT
The maxHopCount parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXMESSAGESIZE

public static final java.lang.String NAME_MAXMESSAGESIZE
The maxMessageSize parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTADDRESSRANGEMAX

public static final java.lang.String NAME_MULTICASTADDRESSRANGEMAX
The multicastAddressRangeMax parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTADDRESSRANGEMIN

public static final java.lang.String NAME_MULTICASTADDRESSRANGEMIN
The multicastAddressRangeMin parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTBACKOFFTIMEMILLIS

public static final java.lang.String NAME_MULTICASTBACKOFFTIMEMILLIS
The multicastBackoffTimeMillis parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTDATAPORT

public static final java.lang.String NAME_MULTICASTDATAPORT
The multicastDataPort parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTENABLED

public static final java.lang.String NAME_MULTICASTENABLED
The multicastEnabled parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_TRUE, VALUE_FALSE

See Also:
Constant Field Values

NAME_MULTICASTHEARTBEATTIMEOUTSEC

public static final java.lang.String NAME_MULTICASTHEARTBEATTIMEOUTSEC
The multicastHeartbeatTimeoutSec parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTLIMITTRANSRATE

public static final java.lang.String NAME_MULTICASTLIMITTRANSRATE
The multicastLimitTransRate parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_DISABLED, VALUE_STATIC, VALUE_STATIC

See Also:
Constant Field Values

NAME_MULTICASTMAXKEYAGE

public static final java.lang.String NAME_MULTICASTMAXKEYAGE
The multicastMaxKeyAge parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTMAXMEMORYALLOWEDKBYTES

public static final java.lang.String NAME_MULTICASTMAXMEMORYALLOWEDKBYTES
The multicastMaxMemoryAllowedKBytes parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTMCASTSOCKETTTL

public static final java.lang.String NAME_MULTICASTMCASTSOCKETTTL
The multicastMCastSocketTTL parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTMINIMALHISTORYKBYTES

public static final java.lang.String NAME_MULTICASTMINIMALHISTORYKBYTES
The multicastMinimalHistoryKBytes parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTMULTICASTINTERFACE

public static final java.lang.String NAME_MULTICASTMULTICASTINTERFACE
The multicastMulticastInterface parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTNACKACCUMULATIONTIMEMILLIS

public static final java.lang.String NAME_MULTICASTNACKACCUMULATIONTIMEMILLIS
The multicastNackAccumulationTimeMillis parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTNACKCHECKPERIODMILLIS

public static final java.lang.String NAME_MULTICASTNACKCHECKPERIODMILLIS
The multicastNackCheckPeriodMillis parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTOVERLAPPINGTOPICBEHAVIOR

public static final java.lang.String NAME_MULTICASTOVERLAPPINGTOPICBEHAVIOR
The multicastOverlappingTopicBehavior parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_ACCEPT, VALUE_REJECT, VALUE_REVERT

See Also:
Constant Field Values

NAME_MULTICASTPACKETBUFFERS

public static final java.lang.String NAME_MULTICASTPACKETBUFFERS
The multicastPacketBuffers parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTPACKETSIZEBYTES

public static final java.lang.String NAME_MULTICASTPACKETSIZEBYTES
The multicastPacketSizeBytes parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTPROTOCOLTYPE

public static final java.lang.String NAME_MULTICASTPROTOCOLTYPE
The multicastProtocolType parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_PTL, VALUE_PGMIP, VALUE_PGMUDP.

See Also:
Constant Field Values

NAME_MULTICASTSOCKETBUFFERSIZEKBYTES

public static final java.lang.String NAME_MULTICASTSOCKETBUFFERSIZEKBYTES
The multicastSocketBufferSizeKBytes parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MULTICASTTRANSRATELIMITKBPS

public static final java.lang.String NAME_MULTICASTTRANSRATELIMITKBPS
The multicastTransRateLimitKbps parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_NONDURABLESUBSCRIPTIONEVENTS

public static final java.lang.String NAME_NONDURABLESUBSCRIPTIONEVENTS
The nonDurableSubscriptionEvents parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_TRUE, VALUE_FALSE

See Also:
Constant Field Values

NAME_PINGTIMEOUTMULTIPLE

public static final java.lang.String NAME_PINGTIMEOUTMULTIPLE
The pingTimeoutMultiple parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_STATSINTERVAL

public static final java.lang.String NAME_STATSINTERVAL
The statsInterval parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_SYSQOPLEVEL

public static final java.lang.String NAME_SYSQOPLEVEL
The SYS QoP level name. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_HTTPDISPATCHTHREADS

public static final java.lang.String NAME_HTTPDISPATCHTHREADS
The httpDispatchThreads parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_HTTPPROTOCOLTIMEOUT

public static final java.lang.String NAME_HTTPPROTOCOLTIMEOUT
The httpProtocolTimeout parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXKEEPALIVEREQUESTS

public static final java.lang.String NAME_MAXKEEPALIVEREQUESTS
The maxKeepAliveRequests parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_MAXTHREADS

public static final java.lang.String NAME_MAXTHREADS
The maxThreads parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_ENABLESSLCONNECTOR

public static final java.lang.String NAME_ENABLESSLCONNECTOR
The flag to enable the SSL connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method. Possible values are VALUE_TRUE, VALUE_FALSE

See Also:
Constant Field Values

NAME_HTTPADDRESS

public static final java.lang.String NAME_HTTPADDRESS
The address parameter for use with the HTTP connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_HTTPPORT

public static final java.lang.String NAME_HTTPPORT
The port parameter for use with the HTTP connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_HTTPSADDRESS

public static final java.lang.String NAME_HTTPSADDRESS
The address parameter for use with the HTTPS connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_HTTPSPORT

public static final java.lang.String NAME_HTTPSPORT
The port parameter for use with the HTTPS connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_ALGORITHM

public static final java.lang.String NAME_ALGORITHM
The algorithm parameter for use with the HTTPS connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_CLIENTAUTH

public static final java.lang.String NAME_CLIENTAUTH
The clientAuth parameter for use with the HTTPS connector. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_KEYSTOREFILE

public static final java.lang.String NAME_KEYSTOREFILE
The keystore file name. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_KEYSTOREPASS

public static final java.lang.String NAME_KEYSTOREPASS
The keystore password name. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_KEYSTORETYPE

public static final java.lang.String NAME_KEYSTORETYPE
The keystoreType parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_SSLPROTOCOL

public static final java.lang.String NAME_SSLPROTOCOL
The sslProtocol parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_CIPHERS

public static final java.lang.String NAME_CIPHERS
The ciphers parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_JVMDEBUGPORT

public static final java.lang.String NAME_JVMDEBUGPORT
The jvmDebugPort parameter. Set this property's value using BrokerProxy.setHTTPListenerRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_JVMMAXHEAPSIZE

public static final java.lang.String NAME_JVMMAXHEAPSIZE
The jvmMaxHeapSize parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

NAME_JVMMINHEAPSIZE

public static final java.lang.String NAME_JVMMINHEAPSIZE
The jvmMinHeapSize parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

See Also:
Constant Field Values

VALUE_DISABLED

public static final java.lang.String VALUE_DISABLED
A possible value for NAME_MULTICASTLIMITTRANSRATE. States that multicast data is transmitted as fast as possible.

See Also:
Constant Field Values

VALUE_STATIC

public static final java.lang.String VALUE_STATIC
A possible value for NAME_MULTICASTLIMITTRANSRATE. States that multicast transmission rate is limited by the value specified by NAME_MULTICASTTRANSRATELIMITKBPS

See Also:
Constant Field Values

VALUE_DYNAMIC

public static final java.lang.String VALUE_DYNAMIC
A possible value for NAME_MULTICASTLIMITTRANSRATE. States that multicast transmission rate can vary, but will not exceed the value specified by NAME_MULTICASTTRANSRATELIMITKBPS

See Also:
Constant Field Values

VALUE_ACCEPT

public static final java.lang.String VALUE_ACCEPT
A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

See Also:
Constant Field Values

VALUE_REJECT

public static final java.lang.String VALUE_REJECT
A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

See Also:
Constant Field Values

VALUE_REVERT

public static final java.lang.String VALUE_REVERT
A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

See Also:
Constant Field Values

VALUE_PTL

public static final java.lang.String VALUE_PTL
A possible value for NAME_MULTICASTPROTOCOLTYPE.

See Also:
Constant Field Values

VALUE_PGMIP

public static final java.lang.String VALUE_PGMIP
A possible value for NAME_MULTICASTPROTOCOLTYPE.

See Also:
Constant Field Values

VALUE_PGMUDP

public static final java.lang.String VALUE_PGMUDP
A possible value for NAME_MULTICASTPROTOCOLTYPE.

See Also:
Constant Field Values

VALUE_TRUE

public static final java.lang.String VALUE_TRUE
A possible value for various properties that take boolean arguments.

See Also:
Constant Field Values

VALUE_FALSE

public static final java.lang.String VALUE_FALSE
A possible value for various properties that take boolean arguments.

See Also:
Constant Field Values
Constructor Detail

RuntimePropertyConstants

public RuntimePropertyConstants()