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

G

generateUniqueDeployID() - Static method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Generates a deploy ID and returns it.
generateUniqueDeployID() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Sets the deploy ID for the current connection to a unique String and returns it.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntries() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Creates and returns a set of AccessControlEntry objects that describes the set of (principal,permission) tuples that have been applied specifically to this object.
getAccessControlEntryPermission(String) - Static method in class com.ibm.broker.config.proxy.AccessControlEntryPermission
Get an AccessControlEntryPermission object from a textual representation.
getAccessControlEntryPrincipalType(String) - Static method in class com.ibm.broker.config.proxy.AccessControlEntryPrincipalType
Get an AccessControlEntryPrincipalType object from a textual representation.
getAdditionalInstances() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the value of the "AdditionalInstances" parameter as it was set when originally deployed in the Bar file.
getAuthenticationProtocols() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. Use getRuntimeProperty(RuntimePropertyConstants.NAME_BROKERAUTHPROTOCOLS) instead.
getAutoDiscoveryIntervalMins() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the period of time (in minutes) between automatic discoveries of broker information from the Configuration Manager.
getBarEntries() - Method in class com.ibm.broker.config.proxy.BarFile
Returns the set of Bar entries that are contained in the BarFile.
getBarEntryByName(String) - Method in class com.ibm.broker.config.proxy.BarFile
Returns the bar entry that has the supplied name.
getBarEntryNames() - Method in class com.ibm.broker.config.proxy.BarFile
Returns the set of Bar entry filenames that are contained in the BarFile.
getBARFileName() - Method in interface com.ibm.broker.config.proxy.DeployedObject
Returns the name of the BAR file that was used to deploy the object to the execution group.
getBARFileName() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the name of the BAR file that was used to deploy the dependency to the execution group.
getBARFileName() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the name of the BAR file that was used to deploy the message flow to the execution group.
getBroker() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the broker field for the current subscription
getBroker(Properties) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the first BrokerProxy object that matches the filter specified by the Properties argument.
getBrokerByName(String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the BrokerProxy object with the supplied name, or null if a broker of that name does not exist or if the supplied argument was null.
getBrokers(Properties) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns an enumeration of all the BrokerProxy objects that match the filter specified by the Properties argument.
getBrokerUUIDs() - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Returns a Enumeration of all the brokers in the collective's list.
getChildTopic(Properties) - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the first TopicProxy object directly (that is, one level) underneath the current one that matches the supplied filter.
getChildTopicByName(String) - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the TopicProxy object with the supplied name, or null if a topic of that name does not exist or if the supplied argument was null.
getChildTopics(Properties) - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns an enumeration of all TopicProxy objects directly (that is, one level) underneath the current one that match the supplied filter.
getClient() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the client field for the current subscription
getCollective(Properties) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the first CollectiveProxy object that matches the filter specified by the Properties argument.
getCollectiveByName(String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the CollectiveProxy object with the supplied name, or null if a collective of that name does not exist or if the supplied argument was null.
getCollectives(Properties) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns an enumeration of all the CollectiveProxy objects that match the filter specified by the Properties argument.
getCommitCount() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the value of the "CommitCount" parameter
getCommitInterval() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the value of the "CommitInterval" parameter
getCompletionCode() - Method in class com.ibm.broker.config.proxy.DeployResult
Returns the overall outcome for the current deployment.
getCompletionCodeForBroker(BrokerProxy) - Method in class com.ibm.broker.config.proxy.DeployResult
Returns the completion code for the supplied broker.
getCompletionCodeType(int) - Static method in class com.ibm.broker.config.proxy.CompletionCodeType
Returns the CompletionCodeType object that has the supplied int value.
getConfigManagerFullVersion() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the full version string of the Configuration Manager to which this Configuration Manager Proxy instance is connected.
getConfigManagerOSArch() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns a string describing the architecture of the Configuration Manager machine to which this Configuration Manager Proxy is connected.
getConfigManagerOSName() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns a string describing the name of the operating system running on the Configuration Manager machine to which this Configuration Manager Proxy is connected.
getConfigManagerOSVersion() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns a string describing the version of the operation system on the Configuration Manager machine to which this Configuration Manager Proxy is connected.
getConfigManagerProxyVersion() - Static method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the major version string for the Configuration Manager Proxy (the constant AttributeConstants.VERSION_6_1).
getConfigManagerVersion() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the major version identifier of the Configuration Manager to which the Configuration Manager Proxy is connected.
getConfigurableServiceProperty(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the value of the configurable service runtime property with the supplied name.
getConfigurableServicePropertyNames() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns a string array of all runtime configurable service properties associated with this object.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType(String) - Static method in class com.ibm.broker.config.proxy.ConfigurationObjectType
Returns the ConfigurationObjectType object that has the supplied unique value.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.LogProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectType() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the ConfigurationObjectType associated with this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.LogProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConfigurationObjectTypeOfParent() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
getConnections() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns an enumeration of all TopologyProxy.Connection objects.
getConnections(String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns an enumeration of TopologyProxy.Connection objects that affect the broker with the supplied UUID
getContents() - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns the deployment descriptor physical format as an InputStream
getCoordinatedTransaction() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the value of the "CoordinatedTransaction" parameter
getCorrelId() - Method in class com.ibm.broker.config.proxy.MQSubscription
Returns the CorrelId associated with this MQ subscription.
getDefaultPolicy() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the default Topic Policy.
getDeployedBrokers() - Method in class com.ibm.broker.config.proxy.DeployResult
Returns an enumeration of BrokerProxy objects to which the deployment refers.
getDeployedObjectByName(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns a reference to the deployed object with the supplied name (e.g.
getDeployedObjectFromSubcomponentString(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
If the supplied string is the value part of a property in the dependency or subcomponent groups, AND it represents a DeployedObject instance (including subcomponents beginning with the v5 syntax 'messageset'), this method returns a DeployedObject instance that represents it.
getDeployedObjects() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns an Enumeration of all the objects deployed to the current execution group.
getDeployedObjects(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns an enumeration of all the deployed objects with the supplied extension that are deployed to the current execution group.
getDeployedObjectsCount(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the number of deployed objects that match the supplied name.
getDeployID() - Method in interface com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getDeployID() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Returns the string used to uniquely map each deployment request back to this ConfigManagerProxy connection.
getDeployID() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the string used to uniquely map each deployment request back to this ConfigManagerProxy connection.
getDeploymentDescriptor() - Method in class com.ibm.broker.config.proxy.BarFile
Returns the object that represents the deployment descriptor.
getDeploymentDescriptorXML() - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns the raw XML document that describes the contents of the deployment descriptor.
getDeployTime() - Method in interface com.ibm.broker.config.proxy.DeployedObject
Returns the time that the current deployed object was last received by the Configuration Manager for deployment to the execution group.
getDeployTime() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the time that the current dependency was last received by the Configuration Manager for deployment to the execution group.
getDeployTime() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the time that the current message flow was last received by the Configuration Manager for deployment to the execution group.
getDetail() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the detail field for the current log entry
getExecutionGroup(Properties) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the first ExecutiongroupProxy object that matches the filter specified by the Properties argument.
getExecutionGroup() - Method in interface com.ibm.broker.config.proxy.DeployedObject
Returns a reference to the execution group on which this deployed object was deployed.
getExecutionGroup() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns a reference to the execution group on which this dependency was deployed.
getExecutionGroup() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns a reference to the execution group on which this message flow was deployed.
getExecutionGroupByName(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the ExecutionGroupProxy object with the supplied name, or null if an execution group of that name does not exist or if the supplied argument was null.
getExecutionGroups(Properties) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns an enumeration of all the ExecutionGroupProxy objects that match the filter specified by the Properties argument.
getFileExtension() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the file extension of the BAR entry.
getFileExtension() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the file extension of the current deployed object.
getFileExtension() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the file extension of the current dependency.
getFileExtension() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the file extension relevant to message flows.
getFilename() - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns the static name of the deployment descriptor file, as it appears in the BAR file.
getFilter() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the filter field for the current subscription
getFullName() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the name of the BarEntry as it exists in the BAR file- including any file extension but excluding any path information.
getFullName() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the name of the current deployed object as it existed in the BAR file at deployment time- including any file extension but excluding any path information.
getFullName() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the name of the current dependency as it existed in the BAR file at deployment time- including any file extension but excluding any path information.
getFullName() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the name of the current deployable as it existed in the BAR file at deployment time- including any file extension but excluding any path information.
getGroups() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Returns an Enumeration of all group principals known to the User Name Server.
getHostname() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's IP address or host name as stored in the properties file.
getHTTPListenerProperty(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the value of the HTTP listener runtime property with the supplied name.
getHTTPListenerPropertyNames() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns a string array of all runtime HTTPListener properties associated with this object.
getInsert(int) - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the insert with the supplied number.
getInsertsSize() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the number of available inserts for the current log entry.
getInstance(ConfigManagerConnectionParameters) - Static method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Asks the Configuration Manager Proxy to connect to a Configuration Manager with the supplied parameters.
getInterbrokerHost() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERHOST, ...) instead.
getInterbrokerPort() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERPORT, ...) instead.
getISysQualityOfProtectionLevel() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, ...) instead.
getKeywords() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the set of keywords for this BarEntry which were found embedded in the object when the BarFile instance was first instantiated.
getKeywords() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the set of keywords for this deployed object which were found embedded in the object at deploy time.
getKeywords() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the set of keywords for this dependency which were found embedded in the object at deploy time.
getKeywords() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the set of keywords for this deployed object which were found embedded in the object at deploy time.
getKeywordValue(String) - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the value of the supplied keyword.
getKeywordValue(String) - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the value of the supplied keyword.
getKeywordValue(String) - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the value of the supplied keyword.
getKeywordValue(String) - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the value of the supplied keyword.
getLastBIPMessages() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the last vector of BIP messages that are associated with this object.
getLastCompletionCode() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the completion code of the last operation that was performed by this connection to the Configuration Manager on the object that this AdministeredObject represents.
getLastDiscoveryTime(BrokerProxy.SyncType) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the time that the Configuration Manager last discovered the configuration held by the broker.
getLastUpdateUser() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the userid of the person who caused the last modification message to be sent for this object.
getLog() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Asks the Configuration Manager to register for all log records associated with the current user, through a LogProxy instance.
getLogEntries() - Method in class com.ibm.broker.config.proxy.DeployResult
Returns the LogEntry objects supplied by the Configuration Manager that describe the overall outcome of the deployment request.
getLogEntriesForBroker(BrokerProxy) - Method in class com.ibm.broker.config.proxy.DeployResult
Returns an enumeration of available LogEntry objects that describe the deployment outcome for the current broker.
getLogEntry(int) - Method in class com.ibm.broker.config.proxy.LogProxy
Returns the LogEntry at the supplied position in the log,
getLogEntryFromString(String) - Static method in class com.ibm.broker.config.proxy.LogEntry
Returns a new LogEntry object that contains the information described in the encoded String.
getLongDescription() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Helper method to return the long description field for the current Administered Object.
getManagedSubcomponent(Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the first object that has the requested properties.
getManagedSubcomponentFromStringRepresentation(String) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the object which has the current object as a parent that has the supplied string representation.
getManagedSubcomponents(Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker).
getManagedSubcomponents(Properties, boolean) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Deprecated. Because the returned Enumeration cannot be checked for type-safety, this method should no longer be used. To return an enumeration of AdministeredObject subcomponents, use getManagedSubcomponents(Properties). To return an enumeration of strings, use the method getManagedSubcomponentsAsStrings(Properties).
getManagedSubcomponents(Properties, boolean, Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Deprecated. Because the returned Enumeration cannot be checked for type-safety, this method should no longer be used. To return an enumeration of AdministeredObject subcomponents, use getManagedSubcomponents(Properties, Properties). To return an enumeration of strings, use the method getManagedSubcomponentsAsStrings(Properties, Properties).
getManagedSubcomponents(Properties, Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker).
getManagedSubcomponentsAsStrings(Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker).
getManagedSubcomponentsAsStrings(Properties, Properties) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker).
getMessage() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the message field for the current log entry
getMessageFlow(Properties) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the first MessageflowProxy object that matches the filter specified by the Properties argument.
getMessageFlowByName(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the MessageFlowProxy object with the supplied name, or null if a flow of that name does not exist or if the supplied argument was null.
getMessageFlowDependencies() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns an Enumeration of all the dependencies deployed to the current execution group.
getMessageFlows(Properties) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns an enumeration of all the MessageFlowProxy objects that match the filter specified by the Properties argument.
getMessageNumber() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the BIP message number for the current log entry.
getMessageSets() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns an Enumeration of all the Message Sets deployed to the current execution group.
getModifyTime() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the time that the BarEntry was last modified, according to the file modification date set in the broker archive file.
getModifyTime() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the time that the current deployed object was last modified, according to the file modification date set in the broker archive file.
getModifyTime() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the time that the current dependency was last modified, according to the file modification date set in the broker archive file.
getModifyTime() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the time that the current message flow was last modified, according to the file modification associated with the cmf file in the broker archive.
getMulticastEnabled() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the multicast 'enabled' string associated with this topic.
getMulticastEncrypted() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the multicast 'encrypted' flag associated with this topic.
getMulticastIPv4GroupAddress() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the IPv4 multicast group address associated with this topic.
getMulticastIPv6GroupAddress() - Method in class com.ibm.broker.config.proxy.TopicProxy
This method is reserved for future use.
getMulticastParameters() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. This method will not reflect any values changed changed using the mqsichangeproperties command; use ExecutionGroupProxy.getRuntimeProperty() instead.
getMulticastQualityOfService() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the multicast 'qualityOfService' flag associated with this topic.
getName() - Method in class com.ibm.broker.config.proxy.AccessControlEntry
Returns the principal name for this entry, which may be a user or a group.
getName() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the name of the object
getName() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the name of the BarEntry.
getName() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the name of the current deployed object.
getName() - Method in class com.ibm.broker.config.proxy.LogProxy
Returns the name of the object
getName() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the name of the current dependency.
getNodeTypes() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns a list of the types of nodes used in this broker.
getNodeTypes() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns a list of the types of nodes used in this execution group.
getNodeTypes() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns a list of the types of nodes used in this message flow.
getNumberOfConnections(String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the number of Connection objects in the topology, or that involve the broker with the supplied UUID.
getNumberOfConnections() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Returns the number of Connection objects in the topology.
getNumberOfDeployedBrokers() - Method in class com.ibm.broker.config.proxy.DeployResult
Returns the number of BrokerProxy objects to which the deploy refers.
getNumberOfPolicies() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the number of TopicProxy.Policy objects in the topic's list, excluding any default policy.
getNumberOfSubcomponents() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the number of subcomponents that are directly owned by this object.
getOperationType(int) - Static method in class com.ibm.broker.config.proxy.OperationType
Returns the OperationType object that has the supplied int value.
getOperationType(String) - Static method in class com.ibm.broker.config.proxy.OperationType
Returns the OperationType object that has the supplied String value.
getOverriddenPropertyIdentifiers() - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns an Enumeration of all the fully-qualified property identifiers that have been overridden in this deployment descriptor.
getOverride(String) - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns the current value of an override given a fully-qualified property identifier.
getParent() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the AdministeredObject that logically owns this object.
getPermission() - Method in class com.ibm.broker.config.proxy.AccessControlEntry
Describes the action that has been granted by this access control entry.
getPersistence() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns the persistence value associated with this principal.
getPolicies() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns a Enumeration of all the TopicProxy.Policy objects in the topic's list.
getPolicyFromString(String) - Static method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns a policy object from a String representation
getPolicyFromString(String, boolean) - Static method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns a policy object from a String representation
getPolicySet(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the broker to return the contents of a policy set with the supplied name.
getPolicySetBinding(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the broker to return the contents of a policy set binding with the supplied name.
getPolicySetBindingNames() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the broker to return the names of the policy set bindings deployed on the broker.
getPolicySetBindingNames(long) - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Asks the broker to return the names of the policy set bindings in use by this message flow.
getPolicySetNames() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Asks the broker to return the names of the policy sets deployed on the broker.
getPolicySetNames(long) - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Asks the broker to return the names of the policy sets in use by this message flow.
getPort() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's port as stored in the properties file.
getPrincipalName() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns the user or group name associated with this principal
getPrincipalType() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns the type of the name associated with this principal.
getProcessorArchitecture() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the processor architecture of this execution group.
getProperties() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns a clone of the complete local attribute list for the current object, based on information supplied solely from the Config Manager.
getProperty(String) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the local value of the supplied attribute.
getProperty(String, boolean) - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the local value of the supplied attribute.
getProperty(String, int) - Method in class com.ibm.broker.config.proxy.AdministeredObject
For properties that end in a number (for example, subcomponent properties) this method returns the value of the property that ends in the supplied number, waiting if the information is not available.
getProperty(String, int, boolean) - Method in class com.ibm.broker.config.proxy.AdministeredObject
For properties that end in a number (for example, subcomponent properties) this method returns the value of the property that ends in the supplied number, optionally waiting if the information is not available.
getPropertyIdentifiers() - Method in class com.ibm.broker.config.proxy.DeploymentDescriptor
Returns an Enumeration of all the fully-qualified property identifiers that are described in this deployment descriptor, regardless of whether they have been overridden.
getProtocol() - Method in interface com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getProtocol() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getProtocol() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getProxyClassName() - Method in class com.ibm.broker.config.proxy.ConfigurationObjectType
Maps from a ConfigurationObjectType to a class name in the Proxy model
getPublicGroups() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Returns an Enumeration of all public group principals known to the User Name Server.
getPublish() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns the publish value associated with this policy.
getQualityOfProtectionFromString(String) - Static method in class com.ibm.broker.config.proxy.TopicProxy.QoP
Returns a QoP value given a property String.
getQualityOfProtectionLevel() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the Quality of Protection level associated with this topic.
getQueueManager() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's queue manager as stored in the properties file.
getQueueManagerName() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the name of the Queue Manager associated with this broker.
getQueueManagerName() - Method in class com.ibm.broker.config.proxy.MQSubscription
Returns the name of the queue manager associated with this MQ subscription.
getQueueName() - Method in class com.ibm.broker.config.proxy.MQSubscription
Returns the queue associated with this MQ subscription.
getQueues() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns a list of the MQ queues referenced by the message flows in use by this broker.
getQueues() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns a list of the MQ queues referenced by the message flows in use by this execution group.
getQueues() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns a list of the MQ queues referenced by this message flow.
getReasonCode() - Method in exception com.ibm.broker.config.proxy.ConfigManagerProxyLoggedMQException
The reason code thrown by the WebSphere MQ Classes for Java.
getReceiver() - Method in interface com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getReceiver() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getReceiver() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getRegistrationDate() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the registration date for the current subscription
getRepositoryTimestamp() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the most recent repository timestamp associated with this object.
getRequiresParentUUID() - Method in class com.ibm.broker.config.proxy.ConfigurationObjectType
States whether objects of this type require parent UUIDs in order to uniquely identify them.
getRuntimeProperty(String) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the value of the runtime property with the supplied name.
getRuntimeProperty(String) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns the value of the runtime property with the supplied name.
getRuntimePropertyNames() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns a string array of all basic runtime properties associated with this object.
getRuntimePropertyNames() - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Returns a string array of all runtime configurable service properties associated with this object.
getSecExit() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's security exit as stored in the properties file.
getSecExitURL() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's security exit URL as stored in the properties file.
getSender() - Method in interface com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getSender() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getSender() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getServiceInformation() - Method in exception com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException
Returns some non-translated service resolution information for the current exception.
getSessionIDString() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Returns a String representation of the session Id for this connection to the Configuration Manager.
getSessionIDString() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns a String representation of the Session ID for this MQ Connection.
getShortDescription() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Helper method to return the short description field for the Administered Object.
getSize() - Method in class com.ibm.broker.config.proxy.LogProxy
Returns the number of LogEntry objects available to the user.
getSize() - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Returns the number of Subscription objects available to the user.
getSource() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the source field for the current log entry
getSSLCipherSuite() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's SSL cipher suite as stored in the properties file.
getSSLConnectorEnabled() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns true if and only if the SSL connector is enabled on the broker.
getSSLCRLLDAPList() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's SSL CRL LDAP list as stored in the properties file.
getSSLKeyRingFileName() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the name of the SSL Key ring file associated with this broker.
getSSLKeyStore() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's SSL key store as stored in the properties file.
getSSLPasswordFileName() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the name of the SSL Password file associated with this broker.
getSSLPeerName() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's SSL peer name as stored in the properties file.
getSSLTrustStore() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Returns the Configuration Manager's SSL trust store as stored in the properties file.
getSubscribe() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns the subscribe value associated with this principal.
getSubscription(int) - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Returns the Subscription at the supplied position in the list.
getSubscriptionFromString(String) - Static method in class com.ibm.broker.config.proxy.MQSubscription
Returns a new Subscription object that contains the information described in the encoded String.
getSubscriptionFromString(String) - Static method in class com.ibm.broker.config.proxy.Subscription
Returns a new Subscription object that contains the information described in the encoded String.
getSubscriptionPoint() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the subscription point field for the current subscription
getSubscriptions(String, String, String, String, GregorianCalendar, GregorianCalendar) - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Generates a SubscriptionsProxy that represents those subscriptions fulfilling the supplied criteria.
getSupportedSSLCipherSuites() - Static method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Minimum set of supported SSL Cipher Suites
getSysQualityOfProtectionLevel() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, ...) instead.
getTemporaryTopicQualityOfProtectionLevel() - Method in class com.ibm.broker.config.proxy.BrokerProxy
Returns the Quality of Protection level associated with this broker's temporary topic.
getTimeOfLastCompletionCode() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the time that the completion code field was last updated, as a result of a request that was sent out by this connection to the Configuration Manager.
getTimeOfLastUpdate() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Returns the time that the object was last updated by a Configuration Manager publication.
getTimestamp() - Method in class com.ibm.broker.config.proxy.LogEntry
Returns the timestamp for the current log entry
getTopicName() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the topicname field for the current subscription
getTopicName() - Method in class com.ibm.broker.config.proxy.TopicProxy
Returns the name of the topic
getTopicRoot() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the RootTopicProxy object associated with this Configuration Manager.
getTopology() - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Returns the TopologyProxy object associated with this Configuration Manager.
getType() - Method in class com.ibm.broker.config.proxy.AccessControlEntry
Describes whether the getName() method describes a user or an operating system group.
getType() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Convenience method to return the type of this administered object.
getUser() - Method in class com.ibm.broker.config.proxy.Subscription
Returns the user field for the current subscription
getUserID() - Method in interface com.ibm.broker.config.proxy.ConfigManagerConnectionParameters
This method is required by the Configuration Manager Proxy and should not be called by user applications.
getUserID() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
Crosses the JNI to return the correctly formatted MQSeries userId & domain.
getUserID() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
Crosses the JNI to return the correctly formatted MQSeries userId & domain.
getUsers() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Returns an Enumeration of all user principals known to the User Name Server.
getUserTrace() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the current state of user trace for this message flow
getUserTraceFromString(String) - Static method in class com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace
Returns a user trace value given a property String.
getUUID() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Convenience method to return the unique identifier of this administered object.
getVersion() - Method in class com.ibm.broker.config.proxy.BarEntry
Returns the value of the 'version' keyword if it is embedded in the object in the Bar file.
getVersion() - Method in interface com.ibm.broker.config.proxy.DeployableObject
Returns the value of the 'version' keyword if it was embedded in the object at deploy time.
getVersion() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns the version string for this dependency as it was set at deploy time.
getVersion() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy
Returns the version string associated with the current message flow.
group - Static variable in class com.ibm.broker.config.proxy.AccessControlEntryPrincipalType
States that the name component of the access control entry to which this principal type is related is an operating system group.

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