A B C D E F G H I L M N O P Q R S T U V W

M

MAX_WAIT_TIME - Static variable in class com.ibm.broker.config.proxy.ConfigManagerProxy
The maximum amount of time the Configuration Manager Proxy can be told to wait for Configuration Manager messages until a ConfigManagerProxyPropertyNotInitialisedException is thrown.
messageflow - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the message flow type
MESSAGEFLOW_ADDITIONALINSTANCES_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property describes the 'additional instances' property of the message flow.
MESSAGEFLOW_COMMITCOUNT_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property describes the 'commit count' property of the message flow.
MESSAGEFLOW_COMMITINTERVAL_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property describes the 'commit interval' property of the message flow.
MESSAGEFLOW_COORDINATEDTRANSACTION_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property describes the 'co-ordinated transaction' property of the message flow.
MESSAGEFLOW_DEPLOYTIME_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property is the time that the message flow was deployed.
MESSAGEFLOW_IMMEDIATE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, the presence of this key, if its value is AttributeConstants.TRUE, means that the request was to stop the flow with the 'immediate' flag on.
MESSAGEFLOW_KEYWORDS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property is the encoded keywords that were found in the cmf file at deploy time.
MESSAGEFLOW_MODIFYTIME_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property is the modification time of the deployed cmf (set inside the BAR).
MESSAGEFLOW_NODETYPES_DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The String used to delimit a list of node types on the MESSAGEFLOW_NODETYPES_PROPERTY property.
MESSAGEFLOW_NODETYPES_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property is the list of internal node type names that are in use by the message flow.
MESSAGEFLOW_QMGRQUEUE_DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The String that separates the queue manager from the queue in the value of MESSAGEFLOW_QUEUENAMES_PROPERTY.
MESSAGEFLOW_QUEUENAMES_DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The String used to delimit a list of queue managers/queues on the MESSAGEFLOW_QUEUENAMES_PROPERTY property.
MESSAGEFLOW_QUEUENAMES_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a MessageFlowProxy's attribute key name, the value of this property is the list of queues (or qmgr/queue tuples) that are in use by the message flow.
MESSAGEFLOW_USERTRACE_DEBUG - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of MESSAGEFLOW_USERTRACE_PROPERTY, it means that user trace is currently on and in "debug" mode.
MESSAGEFLOW_USERTRACE_NONE - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of MESSAGEFLOW_USERTRACE_PROPERTY, it means that user trace is not currently active.
MESSAGEFLOW_USERTRACE_NORMAL - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of MESSAGEFLOW_USERTRACE_PROPERTY, it means that user trace is currently on and in "normal" mode.
MESSAGEFLOW_USERTRACE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As an MessageFlow's attribute key name, the value of this property describes state of user trace for the message flow.
MessageFlowDependency - Class in com.ibm.broker.config.proxy
Represents an object deployed to an execution group that is required in order for it to process message flow logic.
MessageFlowProxy - Class in com.ibm.broker.config.proxy
Represents a message flow that has been deployed to an execution group.
MessageFlowProxy.UserTrace - Class in com.ibm.broker.config.proxy
A small structure that represents all the possible types of user trace.
messageIntegrity - Static variable in class com.ibm.broker.config.proxy.TopicProxy.QoP
Defines Message Integrity QoP.
messageset - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the v5 message set type.
modify - Static variable in class com.ibm.broker.config.proxy.OperationType
States that the operation was to modify attributes of an object controlled by the Configuration Manager.
MODIFYTIME_TIMESTAMP_FORMAT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The format used to describe the timestamp in attributes that describe the time an object was modified.
moveBroker(String, CollectiveProxy) - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Atomically removes the broker with the supplied name from the current collective and adds it to the supplied instance.
moveTopic(String, TopicProxy) - Method in class com.ibm.broker.config.proxy.TopicProxy
Atomically removes the topic tree with the supplied name from the current TopicProxy and adds it to the supplied instance.
MQConfigManagerConnectionParameters - Class in com.ibm.broker.config.proxy
Allows user-written Configuration Manager Proxy applications to specify a set of connection parameters that can be used to connect to MQ-based Configuration Managers.
MQConfigManagerConnectionParameters(String, int, String) - Constructor for class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Takes the parameters required to connect to an MQSeries-based Config Manager.
MQConfigManagerConnectionParameters(String, int, String, String) - Constructor for class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Takes the parameters required to connect to an MQSeries-based Config Manager.
MQConfigManagerConnectionParameters(String, int, String, String, URL) - Constructor for class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Takes the parameters required to connect to an MQSeries-based Config Manager.
MQConfigManagerConnectionParameters(String, int, String, String, URL, String, String, String, String, String) - Constructor for class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Constructor.
MQConfigManagerConnectionParameters(String, int, String, String, URL, String, String, String, String, Collection<CertStore>) - Constructor for class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Constructor.
MQPropertyFileConfigManagerConnectionParameters - Class in com.ibm.broker.config.proxy
Provides the connection parameters to a Configuration Manager by reading a properties file that contains the hostname, queue manager, port and security exit information.
MQPropertyFileConfigManagerConnectionParameters(String) - Constructor for class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Constructs a new instance that refers to connection properties in the file with the supplied fully qualified name.
MQPropertyFileConfigManagerConnectionParameters() - Constructor for class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Constructs a new instance that refers to connection properties in the file 'mqsicfgutil.ini' in the JRE's current directory.
MQSubscription - Class in com.ibm.broker.config.proxy
Each MQSubscription object represents a single MQ subscription on a broker.
multicastBackoffTimeMillis - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] NACK suppression parameter.
multicastDataPort - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The UDP data port of which multicast packets will be transmitted and received.
multicastDefaultQOS - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. Default QOS.
multicastDefaultSecurity - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. Default security mode.
multicastEnabled - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The switch for turning multicast support on or off.
multicastHeartbeatTimeoutSec - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The transmitter periodically transmits a heartbeat packet to let receivers know there is still an active stream.
multicastHistoryCleaningTimeSec - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] The period of retransmission buffer cleaning, in secs.
multicastIPv4Interface - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The name/address of the network interface over which IPv4 multicast packets will be transmitted.
multicastIPv6Interface - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The name/address of the network interface over which IPv6 multicast packets will be transmitted.
multicastLimitTransRate - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] Denotes whether congestion control is enabled by the broker.
multicastMaximumIPv4Address - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The highest IPv4 address that the broker could automatically allocate for multicast.
multicastMaximumIPv6Address - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The highest IPv6 address that the broker could automatically allocate for multicast.
multicastMaxKeyAge - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] The maximum age of a key (in minutes).
multicastMaxMemoryAllowedKBytes - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The value of the multicast maximum memory allowed parameter.
multicastMcastSocketTTL - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. Time to Live of network packets.
multicastMinimalHistoryKBytes - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] The minimum size (in Kb) of a buffer allocated for storing the transmitted packets, kept for possible future repair requests from the receivers.
multicastMinimumIPv4Address - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The lowest IP address that the broker could automatically allocate for multicast.
multicastMinimumIPv6Address - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. The lowest IPv6 address that the broker could automatically allocate for multicast.
multicastNACKAccumulationTimeMillis - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] The time (in milliseconds) NACKs are aggregated in the broker before repairs are sent.
multicastNACKCheckPeriodMillis - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] The time between periodic checks of reception status and sequence gap detection for NACK building.
multicastOverlappingTopicBehaviour - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. In the case where a subscription is made to a TSP where at a lower level in the hierarchy the following course of action would be applied.
multicastPacketBuffers - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] Number of memory buffers created upon start up for packet reception.
multicastPacketSizeBytes - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. Size of multicast packets.
multicastProtocolType - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. Denotes the type of multicast protocol in use by the broker.
multicastSocketBufferSizeKBytes - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] Size of socket receiver buffer, in Kb.
multicastTransRateLimitKbps - Variable in class com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
Deprecated. [ADVANCED] This limits the overall transmission rate in kilobits per second.

A B C D E F G H I L M N O P Q R S T U V W