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

C

cancelDeployment(long) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Tells the Configuration Manager to remove any deployment lock that may currently be in place for the current broker.
cancelDeployment() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Tells the Configuration Manager to remove any deployment lock that may currently be in place for the current broker.
cancelDeployment() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Tells the Configuration Manager to remove all of the deployment locks that are currently in place.
cancelDeployment(long) - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Tells the Configuration Manager to remove all of the deployment locks that are currently in place.
channelIntegrity - Static variable in class com.ibm.broker.config.proxy.TopicProxy.QoP
Defines Channel Integrity QoP.
CHILD_FORCEDELETE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, if the operation type of the request is 'deletechild', if this property is set to AttributeConstants.TRUE, the request was to remove all references to the child from the Configuration Manager repository.
CHILD_NAME_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, if the operation type of the property is 'createchild' or 'deletechild', the value of this property refers to the name of the object being created or deleted.
CHILD_TYPE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the type of the object being created or deleted.
CHILD_UUID_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, if the operation type of the request is 'createchild' or 'deletechild', the value of this property refers to the unique identifier of the object being created or deleted.
clear() - Method in class com.ibm.broker.config.proxy.LogProxy
Removes all log entries associated with this LogProxy (that is, clears the log of all of this user's messages).
clearUpdates() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Tells the ConfigManagerProxy to discard any state-changing requests received since the last call to beginUpdates().
collective - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the pub/sub collective type
COLLECTIVE_NEWBROKERS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties involving a collective, the value of this property is the list of broker unique identifiers that was requested to be added to the collective.
COLLECTIVE_REMOVEDBROKERS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties involving a collective, the value of this property is the list of broker unique identifiers that was requested to be removed from the collective.
CollectiveProxy - Class in com.ibm.broker.config.proxy
Represents a totally connected set of pub/sub brokers.
com.ibm.broker.config.proxy - package com.ibm.broker.config.proxy
The com.ibm.broker.config.proxy package gives user-written applications programmatic control of broker domains by providing a remote interface to Configuration Managers.
COMPLETIONCODE_FAILURE - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'failure'.
COMPLETIONCODE_INITIATED - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'initiated'.
COMPLETIONCODE_NOTREQUIRED - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'notRequired'.
COMPLETIONCODE_PENDING - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'pending'.
COMPLETIONCODE_SUBMITTED - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'submitted'.
COMPLETIONCODE_SUCCESS - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'success'.
COMPLETIONCODE_SUCCESSSOFAR - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'successSoFar'.
COMPLETIONCODE_UNKNOWN - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
String representation of CompletionCodeType instance 'unknown'.
CompletionCodeType - Class in com.ibm.broker.config.proxy
The CompletionCodeType type is used to describe the outcome of the operation that has been performed.
configmanager - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the Configuration Manager type
ConfigManagerConnectionParameters - Interface in com.ibm.broker.config.proxy
Configuration Manager Proxy applications must pass objects that implement this interface to the ConfigManagerProxy.getInstance() method, which enables them to connect to Configuration Managers.
ConfigManagerProxy - Class in com.ibm.broker.config.proxy
This class allows applications to connect to and manipulate Configuration Managers.
ConfigManagerProxyException - Exception in com.ibm.broker.config.proxy
Abstract base class for all exceptions originating on the ConfigManagerProxy.
ConfigManagerProxyIncompatibilityException - Exception in com.ibm.broker.config.proxy
This exception is thrown after an incompatibility between versions of the Configuration Manager and the connected Configuration Manager Proxy is detected.
ConfigManagerProxyLoggedException - Exception in com.ibm.broker.config.proxy
This exception is used to describe a general problem with the Configuration Manager Proxy, as a result of an internal error or a misuse of the API.
ConfigManagerProxyLoggedMQException - Exception in com.ibm.broker.config.proxy
This class is used to describe exceptions due to problems flagged by the WebSphere MQ Classes for Java.
ConfigManagerProxyPropertyNotInitializedException - Exception in com.ibm.broker.config.proxy
This exception type represents the condition when an application attempts to get a property of an AdministeredObject, but the property has not yet been set to a value by the Configuration Manager.
CONFIGMGR_AUTODISCOVERYINTERVALMINS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, this is the period of time (in minutes) between automatic discoveries of domain information.
CONFIGMGR_FULLVERSION_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, this is a string in an unspecified format that describes the version of the Configuration Manager to which the Configuration Manager Proxy application is connected.
CONFIGMGR_INCOMPATIBLEVERSION_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, if and only if the value of this property has been set to AttributeConstants.TRUE, it means that the Configuration Manager cannot talk to the Configuration Manager Proxy because the versions are incompatible.
CONFIGMGR_OSARCH_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, this is the value of the system property 'os.arch' in the Configuration Manager (that is, the operating system architecture of the Configuration Manager).
CONFIGMGR_OSNAME_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, this is the value of the system property 'os.name' in the Configuration Manager (that is, the operating system name of the Configuration Manager).
CONFIGMGR_OSVERSION_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, this is the value of the system property 'os.version' in the Configuration Manager (that is, the operating system version of the Configuration Manager).
CONFIGMGR_TRACE_DEBUG - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of CONFIGMGR_TRACE_PROPERTY it means that system tracing for the Configuration Manager is on and set to "debug".
CONFIGMGR_TRACE_NONE - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of CONFIGMGR_TRACE_PROPERTY it means that system tracing for the Configuration Manager is off.
CONFIGMGR_TRACE_NORMAL - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of CONFIGMGR_TRACE_PROPERTY it means that system tracing for the Configuration Manager is on and set to "normal".
CONFIGMGR_TRACE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, the presence of this key on a request with a 'modify' operation type states that a request to set the Configuration Manager's system trace level has been processed.
CONFIGMGR_VERSION_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a ConfigManagerProxy's attribute key name, if and only if the value of this property has been set to AttributeConstants.VERSION_6, it means that the Configuration Manager is talking to a version 6.x Configuration Manager.
CONFIGURABLE_SERVICE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
Property folder name for Configurable Service listener properties.
CONFIGURATION_OBJECT_TYPE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties, this key is always present and describes the type of the object that was manipulated.
ConfigurationObjectType - Class in com.ibm.broker.config.proxy
The ConfigurationObjectType type is used to describe the types of various objects managed by the Configuration Manager.
connection - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the pub/sub connection type
containsBroker(String) - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Returns true if and only if the broker with the supplied UUID is a member of the collective.
CORRELID - Static variable in class com.ibm.broker.config.proxy.SubscriptionParameters.MQ
The CorrelId of the subscription.
createBroker(String, String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Asks the Configuration Manager to add a broker with the supplied name and queue manager to the Topology workspace.
createchild - Static variable in class com.ibm.broker.config.proxy.OperationType
States that the operation was to create a logical subcomponent.
createChildTopic(String) - Method in class com.ibm.broker.config.proxy.TopicProxy
Creates a topic of the supplied name so that it sits under the current topic.
createCollective(String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Asks the Configuration Manager to create a collective with the supplied name.
createConnectionByName(String, String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Asks the Configuration Manager to create a publish/subscribe connection between two brokers.
createConnectionByUUID(String, String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Asks the Configuration Manager to create a publish/subscribe connection between two brokers by UUID.
createExecutionGroup(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the Configuration Manager to add an Execution Group of the supplied name to the broker.
createExecutionGroup(String, int) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the Configuration Manager to add an Execution Group of the supplied name and architecture to the broker.
createSubscriptionQuery() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Create a SubscriptionQuery object that can be used to query this brokers subscriptions.

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