Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.RuntimePropertyConstants

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

public class RuntimePropertyConstants
extends 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

 

Field Index
Field Description
NAME_ADDITIONALINSTANCES The message flow's additionalInstances parameter.
NAME_ALGORITHM The algorithm parameter for use with the HTTPS connector.
NAME_BROKERAUTHPROTOCOLS The brokerAuthprotocols parameter.
NAME_BROKERINPUTQUEUELENGTH The brokerInputQueueLength parameter.
NAME_BROKERINPUTQUEUES The brokerInputQueues parameter.
NAME_BROKERKEYSTOREFILE The broker registry's broker keystore file parameter.
NAME_BROKERKEYSTOREPASS The broker registry's broker keystore pass parameter.
NAME_BROKERKEYSTORETYPE The broker registry's broker keystore type parameter.
NAME_BROKERPINGINTERVAL The brokerPingInterval parameter.
NAME_BROKERTRUSTSTOREFILE The broker registry's broker truststore file parameter.
NAME_BROKERTRUSTSTOREPASS The broker registry's broker truststore pass parameter.
NAME_BROKERTRUSTSTORETYPE The broker registry's broker truststore type parameter.
NAME_CIPHERS The ciphers parameter.
NAME_CLIENTAUTH The clientAuth parameter for use with the HTTPS connector.
NAME_CLIENTPINGINTERVAL The clientPingInterval parameter.
NAME_CLONEDPUBSUBBROKERLIST The clonedPubSubBrokerList parameter.
NAME_ENABLECLIENTDISCONQUEUEOVERFLOW The enableClientDiscOnQueueOverflow parameter.
NAME_ENABLEQOPSECURITY The enableQopSecurity parameter.
NAME_ENABLESSLCONNECTOR The flag to enable the SSL connector.
NAME_HTTPADDRESS The address parameter for use with the HTTP connector.
NAME_HTTPCONNECTORPORTRANGE The broker registry's HTTP connector port range parameter.
NAME_HTTPDISPATCHTHREADS The httpDispatchThreads parameter.
NAME_HTTPPORT The port parameter for use with the HTTP connector.
NAME_HTTPPROTOCOLTIMEOUT The httpProtocolTimeout parameter.
NAME_HTTPSADDRESS The address parameter for use with the HTTPS connector.
NAME_HTTPSCONNECTORPORTRANGE The broker registry's HTTPS connector port range parameter.
NAME_HTTPSPORT The port parameter for use with the HTTPS connector.
NAME_INTERBROKERHOST The interbroker host name.
NAME_INTERBROKERPORT The interbroker port name.
NAME_INVALIDATESECURITYCACHEENTRYLIST A string containing a colon seperated list of entries to be removed from the security cache.
NAME_ISYSQOPLEVEL The ISYS QoP level name.
NAME_JVMDEBUGPORT The jvmDebugPort parameter.
NAME_JVMMAXHEAPSIZE The jvmMaxHeapSize parameter.
NAME_JVMMINHEAPSIZE The jvmMinHeapSize parameter.
NAME_KEYSTOREFILE The keystore file name.
NAME_KEYSTOREPASS The keystore password name.
NAME_KEYSTORETYPE The keystoreType parameter.
NAME_MAXBROKERQUEUESIZE The maxBrokerQueueSize parameter.
NAME_MAXCLIENTQUEUESIZE The maxClientQueueSize parameter.
NAME_MAXCONNECTIONS The maxConnections parameter.
NAME_MAXHOPCOUNT The maxHopCount parameter.
NAME_MAXKEEPALIVEREQUESTS The maxKeepAliveRequests parameter.
NAME_MAXMESSAGESIZE The maxMessageSize parameter.
NAME_MAXTHREADS The maxThreads parameter.
NAME_MULTICASTADDRESSRANGE The multicastAddressRange parameter.
NAME_MULTICASTADDRESSRANGEMAX The multicastAddressRangeMax parameter.
NAME_MULTICASTADDRESSRANGEMIN The multicastAddressRangeMin parameter.
NAME_MULTICASTBACKOFFTIMEMILLIS The multicastBackoffTimeMillis parameter.
NAME_MULTICASTDATAPORT The multicastDataPort parameter.
NAME_MULTICASTDEFAULTQOS The multicastDefaultQOS parameter.
NAME_MULTICASTDEFAULTSECURITY The multicastDefaultSecurity parameter.
NAME_MULTICASTENABLED The multicastEnabled parameter.
NAME_MULTICASTHEARTBEATTIMEOUTSEC The multicastHeartbeatTimeoutSec parameter.
NAME_MULTICASTHISTORYCLEANINGTIMESEC The multicastHistoryCleaningTimeSec parameter.
NAME_MULTICASTLIMITTRANSRATE The multicastLimitTransRate parameter.
NAME_MULTICASTMAXKEYAGE The multicastMaxKeyAge parameter.
NAME_MULTICASTMAXMEMORYALLOWEDKBYTES The multicastMaxMemoryAllowedKBytes parameter.
NAME_MULTICASTMCASTSOCKETTTL The multicastMCastSocketTTL parameter.
NAME_MULTICASTMINIMALHISTORYKBYTES The multicastMinimalHistoryKBytes parameter.
NAME_MULTICASTMULTICASTINTERFACE The multicastMulticastInterface parameter.
NAME_MULTICASTNACKACCUMULATIONTIMEMILLIS The multicastNackAccumulationTimeMillis parameter.
NAME_MULTICASTNACKCHECKPERIODMILLIS The multicastNackCheckPeriodMillis parameter.
NAME_MULTICASTOVERLAPPINGTOPICBEHAVIOR The multicastOverlappingTopicBehavior parameter.
NAME_MULTICASTPACKETBUFFERS The multicastPacketBuffers parameter.
NAME_MULTICASTPACKETSIZEBYTES The multicastPacketSizeBytes parameter.
NAME_MULTICASTPROTOCOLTYPE The multicastProtocolType parameter.
NAME_MULTICASTSOCKETBUFFERSIZEKBYTES The multicastSocketBufferSizeKBytes parameter.
NAME_MULTICASTTRANSRATELIMITKBPS The multicastTransRateLimitKbps parameter.
NAME_NONDURABLESUBSCRIPTIONEVENTS The nonDurableSubscriptionEvents parameter.
NAME_OPERATIONMODE The broker registry's operationMode parameter.
NAME_PINGTIMEOUTMULTIPLE The pingTimeoutMultiple parameter.
NAME_SSLCONNECTORENABLED The sslConnectorEnabled parameter.
NAME_SSLKEYRINGFILE The sslKeyRingFile parameter.
NAME_SSLPASSPHRASEFILE The sslPassphraseFile parameter.
NAME_SSLPROTOCOL The sslProtocol parameter.
NAME_STATSINTERVAL The statsInterval parameter.
NAME_SYSQOPLEVEL The SYS QoP level name.
NAME_TEMPORARYTOPICQOP The temporaryTopicQop name.
NAME_TRACENODELEVEL The traceNodeLevel parameter.
OBJECT_ALL_MESSAGE_FLOWS Do not use this constant on its own in the runtimeProperty methods.
OBJECT_BROKER_REGISTRY Property object name for broker registry properties.
OBJECT_BROKER_REGISTRY_PROPERTY_FOLDER Property folder name for broker registry properties.
OBJECT_COMIBMJVMMANAGER Do not use this constant on its own in the runtimeProperty methods.
OBJECT_CONFIGURABLE_SERVICE_PROPERTY_FOLDER Property folder name for Configurable Service listener properties.
OBJECT_DYNAMICSUBSCRIPTIONENGINE Do not use this constant on its own in the runtimeProperty methods.
OBJECT_EG_RUNTIME_PROPERTY_FOLDER Property folder name for execution group runtime properties.
OBJECT_HTTP_LISTENER_PROPERTY_FOLDER Property folder name for HTTP listener properties.
OBJECT_HTTPCONNECTOR Do not use this constant on its own in the runtimeProperty methods.
OBJECT_HTTPLISTENER Do not use this constant on its own in the runtimeProperty methods.
OBJECT_HTTPSCONNECTOR Do not use this constant on its own in the runtimeProperty methods.
OBJECT_MESSAGE_FLOW_RUNTIME_PROPERTY_FOLDER Property folder name for message flow runtime properties.
OBJECT_MESSAGE_FLOW_USER_DEFINED_PROPERTY_FOLDER Property folder name for message flow runtime properties.
OBJECT_NAME_DELIMITER The String that separates an object from its name in the values returned from the get*RuntimePropertyNames() methods.
OBJECT_POLICY_SET_BINDINGS_SERVICE Do not use this constant on its own in the runtimeProperty methods.
OBJECT_POLICY_SET_SERVICE Do not use this constant on its own in the runtimeProperty methods.
OBJECT_REGISTRY_PROPERTY_FOLDER Property folder name for registry properties.
OBJECT_RUNTIME_PROPERTY_FOLDER Property folder name for runtime properties.
OBJECT_SECURITY_CACHE Property object name for security cache properties.
OBJECT_SECURITY_CACHE_PROPERTY_FOLDER Property folder name for security cache properties.
OBJECT_SECURITYMANAGER Do not use this constant on its own in the runtimeProperty methods.
OBJECT_THIS Do not use this constant on its own in the runtimeProperty methods.
VALUE_ACCEPT A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
VALUE_DISABLED A possible value for NAME_MULTICASTLIMITTRANSRATE.
VALUE_DYNAMIC A possible value for NAME_MULTICASTLIMITTRANSRATE.
VALUE_FALSE A possible value for various properties that take boolean arguments.
VALUE_OFF A possible value for various properties that take boolean arguments.
VALUE_ON A possible value for various properties that take boolean arguments.
VALUE_PGMIP A possible value for NAME_MULTICASTPROTOCOLTYPE.
VALUE_PGMUDP A possible value for NAME_MULTICASTPROTOCOLTYPE.
VALUE_PTL A possible value for NAME_MULTICASTPROTOCOLTYPE.
VALUE_REJECT A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
VALUE_REVERT A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.
VALUE_STATIC A possible value for NAME_MULTICASTLIMITTRANSRATE.
VALUE_TRUE A possible value for various properties that take boolean arguments.
Constructor Index
Constructor Description
RuntimePropertyConstants()  

Fields

NAME_ADDITIONALINSTANCES

public static final java.lang.String NAME_ADDITIONALINSTANCES

The message flow's additionalInstances parameter. Set this property's value using MessageFlowProxy.setRuntimeProperty() and discover it using an equivalent get method.

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.

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.

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.

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.

NAME_BROKERKEYSTOREFILE

public static final java.lang.String NAME_BROKERKEYSTOREFILE

The broker registry's broker keystore file parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

NAME_BROKERKEYSTOREPASS

public static final java.lang.String NAME_BROKERKEYSTOREPASS

The broker registry's broker keystore pass parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

NAME_BROKERKEYSTORETYPE

public static final java.lang.String NAME_BROKERKEYSTORETYPE

The broker registry's broker keystore type parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

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.

NAME_BROKERTRUSTSTOREFILE

public static final java.lang.String NAME_BROKERTRUSTSTOREFILE

The broker registry's broker truststore file parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

NAME_BROKERTRUSTSTOREPASS

public static final java.lang.String NAME_BROKERTRUSTSTOREPASS

The broker registry's broker truststore pass parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

NAME_BROKERTRUSTSTORETYPE

public static final java.lang.String NAME_BROKERTRUSTSTORETYPE

The broker registry's broker truststore type parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

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.

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.

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.

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.

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

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.

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

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.

NAME_HTTPCONNECTORPORTRANGE

public static final java.lang.String NAME_HTTPCONNECTORPORTRANGE

The broker registry's HTTP connector port range parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

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.

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.

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.

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.

NAME_HTTPSCONNECTORPORTRANGE

public static final java.lang.String NAME_HTTPSCONNECTORPORTRANGE

The broker registry's HTTPS connector port range parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getRegistryProperty().

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

NAME_MULTICASTADDRESSRANGE

public static final java.lang.String NAME_MULTICASTADDRESSRANGE

The multicastAddressRange parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

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.

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.

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.

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.

NAME_MULTICASTDEFAULTQOS

public static final java.lang.String NAME_MULTICASTDEFAULTQOS

The multicastDefaultQOS parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

NAME_MULTICASTDEFAULTSECURITY

public static final java.lang.String NAME_MULTICASTDEFAULTSECURITY

The multicastDefaultSecurity parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

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

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.

NAME_MULTICASTHISTORYCLEANINGTIMESEC

public static final java.lang.String NAME_MULTICASTHISTORYCLEANINGTIMESEC

The multicastHistoryCleaningTimeSec parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

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

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.

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.

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.

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.

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.

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.

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.

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

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.

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.

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.

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.

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.

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

NAME_OPERATIONMODE

public static final java.lang.String NAME_OPERATIONMODE

The broker registry's operationMode parameter. Set this property using BrokerProxy.setRegistryProperty() and discover it using BrokerProxy.getOperationMode().

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.

NAME_SSLCONNECTORENABLED

public static final java.lang.String NAME_SSLCONNECTORENABLED

The sslConnectorEnabled parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

NAME_SSLKEYRINGFILE

public static final java.lang.String NAME_SSLKEYRINGFILE

The sslKeyRingFile parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

NAME_SSLPASSPHRASEFILE

public static final java.lang.String NAME_SSLPASSPHRASEFILE

The sslPassphraseFile parameter. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

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.

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.

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.

NAME_TEMPORARYTOPICQOP

public static final java.lang.String NAME_TEMPORARYTOPICQOP

The temporaryTopicQop name. Set this property's value using BrokerProxy.setRuntimeProperty() and discover it using an equivalent get method.

NAME_TRACENODELEVEL

public static final java.lang.String NAME_TRACENODELEVEL

The traceNodeLevel parameter. Set this property's value using ExecutionGroupProxy.setRuntimeProperty()/MessageFlowProxy.setRuntimeProperty() and discover it using an equivalent get method.

OBJECT_ALL_MESSAGE_FLOWS

public static final java.lang.String OBJECT_ALL_MESSAGE_FLOWS

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects all message flows.

OBJECT_BROKER_REGISTRY

public static final java.lang.String OBJECT_BROKER_REGISTRY

Property object name for broker registry properties.

OBJECT_BROKER_REGISTRY_PROPERTY_FOLDER

public static final java.lang.String OBJECT_BROKER_REGISTRY_PROPERTY_FOLDER

Property folder name for broker registry properties.

OBJECT_COMIBMJVMMANAGER

public static final java.lang.String OBJECT_COMIBMJVMMANAGER

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "ComIbmJVMManager" object.

OBJECT_CONFIGURABLE_SERVICE_PROPERTY_FOLDER

public static final java.lang.String OBJECT_CONFIGURABLE_SERVICE_PROPERTY_FOLDER

Property folder name for Configurable Service listener properties.

OBJECT_DYNAMICSUBSCRIPTIONENGINE

public static final java.lang.String OBJECT_DYNAMICSUBSCRIPTIONENGINE

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "DynamicSubscriptionEngine" object.

OBJECT_EG_RUNTIME_PROPERTY_FOLDER

public static final java.lang.String OBJECT_EG_RUNTIME_PROPERTY_FOLDER

Property folder name for execution group runtime properties.

OBJECT_HTTP_LISTENER_PROPERTY_FOLDER

public static final java.lang.String OBJECT_HTTP_LISTENER_PROPERTY_FOLDER

Property folder name for HTTP listener properties.

OBJECT_HTTPCONNECTOR

public static final java.lang.String OBJECT_HTTPCONNECTOR

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "HTTPConnector" object.

OBJECT_HTTPLISTENER

public static final java.lang.String OBJECT_HTTPLISTENER

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "HTTPListener" object.

OBJECT_HTTPSCONNECTOR

public static final java.lang.String OBJECT_HTTPSCONNECTOR

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "HTTPSConnector" object.

OBJECT_MESSAGE_FLOW_RUNTIME_PROPERTY_FOLDER

public static final java.lang.String OBJECT_MESSAGE_FLOW_RUNTIME_PROPERTY_FOLDER

Property folder name for message flow runtime properties.

OBJECT_MESSAGE_FLOW_USER_DEFINED_PROPERTY_FOLDER

public static final java.lang.String OBJECT_MESSAGE_FLOW_USER_DEFINED_PROPERTY_FOLDER

Property folder name for message flow runtime properties.

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. Do not use this constant on its own in the runtimeProperty methods. The constant used to separate the object name from the property name in the propertyName parameter to the runtime property methods.

OBJECT_POLICY_SET_BINDINGS_SERVICE

public static final java.lang.String OBJECT_POLICY_SET_BINDINGS_SERVICE

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "PolicySetsBindings" object.

OBJECT_POLICY_SET_SERVICE

public static final java.lang.String OBJECT_POLICY_SET_SERVICE

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "PolicySets" object.

OBJECT_REGISTRY_PROPERTY_FOLDER

public static final java.lang.String OBJECT_REGISTRY_PROPERTY_FOLDER

Property folder name for registry properties.

OBJECT_RUNTIME_PROPERTY_FOLDER

public static final java.lang.String OBJECT_RUNTIME_PROPERTY_FOLDER

Property folder name for runtime properties.

OBJECT_SECURITY_CACHE

public static final java.lang.String OBJECT_SECURITY_CACHE

Property object name for security cache properties.

OBJECT_SECURITY_CACHE_PROPERTY_FOLDER

public static final java.lang.String OBJECT_SECURITY_CACHE_PROPERTY_FOLDER

Property folder name for security cache properties.

OBJECT_SECURITYMANAGER

public static final java.lang.String OBJECT_SECURITYMANAGER

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "SecurityManager" object.

OBJECT_THIS

public static final java.lang.String OBJECT_THIS

Do not use this constant on its own in the runtimeProperty methods. The value of this constant forms the first part of any property name that affects the "this" object.

VALUE_ACCEPT

public static final java.lang.String VALUE_ACCEPT

A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

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.

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

VALUE_FALSE

public static final java.lang.String VALUE_FALSE

A possible value for various properties that take boolean arguments.

VALUE_OFF

public static final java.lang.String VALUE_OFF

A possible value for various properties that take boolean arguments.

VALUE_ON

public static final java.lang.String VALUE_ON

A possible value for various properties that take boolean arguments.

VALUE_PGMIP

public static final java.lang.String VALUE_PGMIP

A possible value for NAME_MULTICASTPROTOCOLTYPE.

VALUE_PGMUDP

public static final java.lang.String VALUE_PGMUDP

A possible value for NAME_MULTICASTPROTOCOLTYPE.

VALUE_PTL

public static final java.lang.String VALUE_PTL

A possible value for NAME_MULTICASTPROTOCOLTYPE.

VALUE_REJECT

public static final java.lang.String VALUE_REJECT

A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

VALUE_REVERT

public static final java.lang.String VALUE_REVERT

A possible value for NAME_MULTICASTOVERLAPPINGTOPICBAHAVIOR.

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

VALUE_TRUE

public static final java.lang.String VALUE_TRUE

A possible value for various properties that take boolean arguments.

Constructors

RuntimePropertyConstants

public RuntimePropertyConstants() 

Class Hierarchy All Classes All Fields and Methods