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

T

target - Variable in class com.ibm.broker.config.proxy.TopologyProxy.Connection
The UUID of the target broker
topic - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the topic type
TOPIC - Static variable in class com.ibm.broker.config.proxy.SubscriptionParameters
The subscription topic.
TOPIC_DEFAULTPOLICY_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property is the default policy for the topic root.
TOPIC_MULTICAST_ENABLE_INHERIT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of TOPIC_MULTICAST_ENABLE_PROPERTY it means that the multicast enabled property is inherited from the topic's parent.
TOPIC_MULTICAST_ENABLE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property describes whether multicast is enabled on the topic.
TOPIC_MULTICAST_ENCRYPTED_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property describes the multicast encryption setting for the topic.
TOPIC_MULTICAST_GROUPADDRESS_IPV4IPV6DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
This constant is used in the value of the TOPIC_MULTICAST_GROUPADDRESS_PROPERTY property, as the String that separates the IPv4 group address from the IPv6 group address.
TOPIC_MULTICAST_GROUPADDRESS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property describes the group address of the topic.
TOPIC_MULTICAST_PROPERTY_GROUP - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If a TopicProxy's attribute key name or request reference property begins with the value of this constant, the attribute is multicast related.
TOPIC_MULTICAST_QOS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property describes the multicast Quality of Service setting for the topic.
TOPIC_NEWPOLICIES_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties involving a topic, the value of this property is the list of policies that were requested to be added to the topic.
TOPIC_POLICIES_DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The String used to separate multiple policies when described in a single String (for example, separates policy_one from policy_two).
TOPIC_PRINCIPAL_ALLOW - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe() it means that the action is permitted by the policy.
TOPIC_PRINCIPAL_DENY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe() it means that the action is denied by the policy.
TOPIC_PRINCIPAL_GROUP - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPrincipalType() it means that the principal to which the policy refers is a group.
TOPIC_PRINCIPAL_INHERIT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe() it means that the permission for the action is inherited from the parent topic.
TOPIC_PRINCIPAL_NOTPERSISTENT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPersistence() it means that the policy is not persistent.
TOPIC_PRINCIPAL_PERSISTENT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPersistence() it means that the policy is persistent.
TOPIC_PRINCIPAL_PUBLICGROUP - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPrincipalType() it means that the principal to which the policy refers is a public group.
TOPIC_PRINCIPAL_USER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If the value of this constant is returned from TopicProxy.Policy.getPrincipalType() it means that the principal to which the policy refers is a user.
TOPIC_QOP_CHANNELINTEGRITY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of TOPIC_QOP_PROPERTY, it means that channel integrity Quality of Protection applies.
TOPIC_QOP_ENCRYPTED - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of TOPIC_QOP_PROPERTY, it means that encrypted Quality of Protection applies.
TOPIC_QOP_MESSAGEINTEGRITY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of TOPIC_QOP_PROPERTY, it means that message integrity Quality of Protection applies.
TOPIC_QOP_NONE - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
If this is the value of TOPIC_QOP_PROPERTY, it means that no Quality of Protection applies.
TOPIC_QOP_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicProxy's attribute key name, the value of this property is the Quality of Protection setting for the topic.
TOPIC_REMOVEDPOLICIES_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For request reference properties involving a topic, the value of this property is the list of policies that were requested to be removed from the topic.
TopicProxy - Class in com.ibm.broker.config.proxy
Represents a node in the topic hierarchy.
TopicProxy.Policy - Class in com.ibm.broker.config.proxy
A small class that represents a policy for a given topic.
TopicProxy.Policy(String, String, String, String, String) - Constructor for class com.ibm.broker.config.proxy.TopicProxy.Policy
Creates a new Policy object.
TopicProxy.QoP - Class in com.ibm.broker.config.proxy
A small structure that represents all the possible types of a topic's quality of protection.
topicroot - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the root topic type
TOPICROOT_GROUPS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicRootProxy's attribute key name, the value of this property is the list of groups defined in the User Name Server.
TOPICROOT_PRINCIPALSLIST_DELIMITER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
The String used to delimit a list of principals.
TOPICROOT_PUBLICGROUPS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicRootProxy's attribute key name, the value of this property is the list of public groups defined in the User Name Server.
TOPICROOT_USERS_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As a TopicRootProxy's attribute key name, the value of this property is the list of users defined in the User Name Server.
TopicRootProxy - Class in com.ibm.broker.config.proxy
Represents the root of the topic hierarchy.
topology - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents the topology type
TopologyProxy - Class in com.ibm.broker.config.proxy
There is exactly one Topology associated with each Configuration Manager, and this is referenced by the TopologyProxy object.
TopologyProxy.Connection - Class in com.ibm.broker.config.proxy
A small data structure representing a connection between two brokers in the topology.
toString() - Method in class com.ibm.broker.config.proxy.AccessControlEntry
Returns a string representation of the AccessControlEntry.
toString() - Method in class com.ibm.broker.config.proxy.AccessControlEntryPermission
Return a textual representation of the permission.
toString() - Method in class com.ibm.broker.config.proxy.AccessControlEntryPrincipalType
Return a textual representation of the principal type.
toString() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Displays the type and UUID of the current object (or the name if it is available).
toString() - Method in class com.ibm.broker.config.proxy.CompletionCodeType
Returns a String representation of the instance.
toString() - Method in class com.ibm.broker.config.proxy.ConfigurationObjectType
Returns the unique classname associated with the instance.
toString() - Method in class com.ibm.broker.config.proxy.DeployResult
Returns a String representation of the overall outcome of the deploy.
toString() - Method in class com.ibm.broker.config.proxy.LogEntry
Displays information on the log entry (for trace)
toString() - Method in class com.ibm.broker.config.proxy.LogProxy
Displays the type and UUID of the current object (or the name if it is available).
toString() - Method in class com.ibm.broker.config.proxy.MessageFlowDependency
Returns a string representation of the object.
toString() - Method in class com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace
Returns the String representation of the user trace.
toString() - Method in class com.ibm.broker.config.proxy.MQConfigManagerConnectionParameters
For diagnostic information, this method displays the current connection parameters.
toString() - Method in class com.ibm.broker.config.proxy.MQPropertyFileConfigManagerConnectionParameters
For diagnostic information, this method displays the current connection parameters.
toString() - Method in class com.ibm.broker.config.proxy.OperationType
Returns a String representation of the instance.
toString() - Method in class com.ibm.broker.config.proxy.Subscription
Displays information on the subscription (for trace)
toString() - Method in class com.ibm.broker.config.proxy.TopicProxy.Policy
Returns a String representation of the policy.
toString() - Method in class com.ibm.broker.config.proxy.TopicProxy.QoP
Returns the String representation of the QoP.
toString() - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Displays the name of the object
toString() - Method in class com.ibm.broker.config.proxy.TopologyProxy
Displays the name of the object
toVerboseString() - Method in class com.ibm.broker.config.proxy.AdministeredObject
Displays the list of all properties currently associated with this administered object.
TRUE - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
Various attributes use this value to mean that the specified property exists or is enabled.
TYPE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As an AdministeredObject attribute key name, the value of this property is the type of the object.

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