Uses of Class
com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException

Uses of ConfigManagerProxyLoggedException in com.ibm.broker.config.proxy
 

Subclasses of ConfigManagerProxyLoggedException in com.ibm.broker.config.proxy
 class ConfigManagerProxyLoggedMQException
          This class is used to describe exceptions due to problems flagged by the WebSphere MQ Classes for Java.
 

Methods in com.ibm.broker.config.proxy that throw ConfigManagerProxyLoggedException
 void TopologyProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void TopicRootProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void SubscriptionsProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void ExecutionGroupProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void ConfigManagerProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void BrokerProxy.addAccessControlEntries(AccessControlEntry[] accessControlList)
          Adds this list to the list of access control entries that applies to this object.
 void CollectiveProxy.addBrokers(java.lang.String[] list)
          Adds an array of broker UUIDs to this collective's list of members and sends the results to the Configuration Manager.
 void TopicRootProxy.addDefaultPolicy(TopicProxy.Policy defaultPolicy)
          Does nothing when applied to the topic root.
 void TopicProxy.addDefaultPolicy(TopicProxy.Policy defaultPolicy)
          Adds the default Topic Policy.
 void TopicProxy.addPolicies(TopicProxy.Policy[] list)
          Adds an array of policies to this topic's list of policies and sends the results to the Configuration Manager.
 BrokerProxy TopologyProxy.adoptBroker(java.lang.String brokerName, java.lang.String brokerQmgr, java.lang.String brokerUUID)
          Asks the Configuration Manager to attempt to take ownership of a running broker that is currently assigned to either a different Configuration Manager or a Configuration Manager that is no longer accessible.
 void ConfigManagerProxy.beginUpdates()
          Tells the ConfigManagerProxy to hold back from sending any subsequent state-changing requests to the Configuration Manager, so multiple requests can be later sent off in a single message (or "batch").
 void ConfigManagerProxy.cancelDeployment()
          Tells the Configuration Manager to remove all of the deployment locks that are currently in place.
 void BrokerProxy.cancelDeployment()
          Tells the Configuration Manager to remove any deployment lock that may currently be in place for the current broker.
 DeployResult ConfigManagerProxy.cancelDeployment(long timeToWaitMs)
          Tells the Configuration Manager to remove all of the deployment locks that are currently in place.
 DeployResult BrokerProxy.cancelDeployment(long timeToWaitMs)
          Tells the Configuration Manager to remove any deployment lock that may currently be in place for the current broker.
 void LogProxy.clear()
          Removes all log entries associated with this LogProxy (that is, clears the log of all of this user's messages).
 BrokerProxy TopologyProxy.createBroker(java.lang.String name, java.lang.String qmgr)
          Asks the Configuration Manager to add a broker with the supplied name and queue manager to the Topology workspace.
 TopicProxy TopicProxy.createChildTopic(java.lang.String name)
          Creates a topic of the supplied name so that it sits under the current topic.
 CollectiveProxy TopologyProxy.createCollective(java.lang.String name)
          Asks the Configuration Manager to create a collective with the supplied name.
 void TopologyProxy.createConnectionByName(java.lang.String sourceName, java.lang.String targetName)
          Asks the Configuration Manager to create a publish/subscribe connection between two brokers.
 void TopologyProxy.createConnectionByUUID(java.lang.String sourceUUID, java.lang.String targetUUID)
          Asks the Configuration Manager to create a publish/subscribe connection between two brokers by UUID.
 ExecutionGroupProxy BrokerProxy.createExecutionGroup(java.lang.String name)
          Asks the Configuration Manager to add an Execution Group of the supplied name to the broker.
 ExecutionGroupProxy BrokerProxy.createExecutionGroup(java.lang.String name, int arch)
          Asks the Configuration Manager to add an Execution Group of the supplied name and architecture to the broker.
 void Subscription.delete(SubscriptionsProxy owningProxy)
          Asks the Configuration Manager to delete the supplied subscription.
 void BrokerProxy.deleteAllExecutionGroupsAndDeploy()
          Deletes all execution groups existing in the broker and deploys this change to the broker.
 DeployResult BrokerProxy.deleteAllExecutionGroupsAndDeploy(long timeToWaitMs)
          Deletes all execution groups existing in the broker and deploys this change to the broker.
 void TopologyProxy.deleteBroker(java.lang.String name)
          Asks the Configuration Manager to remove the broker with the supplied name from the Topology workspace.
 DeployResult TopologyProxy.deleteBroker(java.lang.String name, long timeToWaitMs)
          Asks the Configuration Manager to remove the broker with the supplied name from the Topology workspace.
 void TopicProxy.deleteChildTopic(java.lang.String name)
          Removes the topic with the supplied name (and its children) from the current topic.
 void TopologyProxy.deleteCollective(java.lang.String name)
          Asks the Configuration Manager to remove the collective with the supplied name from the Topology workspace.
 void TopologyProxy.deleteConnectionByName(java.lang.String sourceName, java.lang.String targetName)
          Asks the Configuration Manager to remove a logical connection between two brokers.
 void TopologyProxy.deleteConnectionByUUID(java.lang.String sourceUUID, java.lang.String targetUUID)
          Asks the Configuration Manager to remove a logical connection between two brokers.
 DeployResult ExecutionGroupProxy.deleteDeployedObjects(DeployedObject[] forDeletion, long timeToWaitMs)
          Asks the Configuration Manager to remove deployed objects from the execution group.
 DeployResult ExecutionGroupProxy.deleteDeployedObjectsByName(java.lang.String[] forDeletion, long timeToWaitMs)
          Asks the Configuration Manager to remove deployed objects from the execution group.
 void BrokerProxy.deleteExecutionGroup(java.lang.String name)
          Asks the Configuration Manager to remove the execution group with the supplied name from the broker.
 DeployResult BrokerProxy.deleteExecutionGroup(java.lang.String name, long timeToWaitMs)
          Asks the Configuration Manager to remove the execution group with the supplied name from the broker.
 void SubscriptionsProxy.deleteSubscriptions(Subscription[] subs)
          Asks the Configuration Manager to delete the supplied subscriptions.
 void TopologyProxy.deploy()
          Deploys any changes made to the pub/sub topology since the last pub/sub topology deploy to the affected brokers.
 void TopicRootProxy.deploy()
          Deploys any changes to the topic tree to all brokers
 void BrokerProxy.deploy()
          Deploys the broker's configuration to the broker.
 void TopologyProxy.deploy(boolean isDelta)
          Deploys the pub/sub topology configuration to brokers.
 void TopicRootProxy.deploy(boolean isDelta)
          Deploys the topic tree to all brokers.
 DeployResult TopologyProxy.deploy(boolean isDelta, long timeToWaitMs)
          Deploys the pub/sub topology configuration to brokers.
 DeployResult TopicRootProxy.deploy(boolean isDelta, long timeToWaitMs)
          Deploys the topic tree to the brokers
 void ExecutionGroupProxy.deploy(java.io.InputStream barStream)
          Starts an incremental deploy of the BAR file, whose contents are embedded in the supplied InputStream, to the execution group.
 DeployResult ExecutionGroupProxy.deploy(java.io.InputStream barStream, java.lang.String barFileLabel, boolean isIncremental, long timeToWaitMs)
          Starts a deploy of the BAR file, whose contents are embedded in the supplied InputStream, to the execution group.
 DeployResult BrokerProxy.deploy(long timeToWaitMs)
          Deploys the broker's configuration to the broker.
 void ExecutionGroupProxy.deploy(java.lang.String barFileName)
          Starts an incremental deploy of the BAR file pointed to by the supplied filename, to the execution group.
 DeployResult ExecutionGroupProxy.deploy(java.lang.String barFileName, boolean isIncremental, long timeToWaitMs)
          Starts a deploy of the BAR file pointed to by the supplied filename, to the execution group.
 void BrokerProxy.discoverConfiguration()
          Asks the Configuration Manager to replace the information that it holds regarding a broker and its configuration with information provided by the broker itself.
static void ConfigManagerProxy.enableConfigManagerProxyTracing(java.lang.String filename)
          Enables Configuration Manager Proxy service tracing, sending output to the file with the supplied name.
 SubscriptionsProxy SubscriptionQuery.executeQuery()
          Executes the subscription query specified by this SubscriptionQuery object against the broker.
 void BrokerProxy.forceSubscribe()
          Asks the Configuration Manager to (re)subscribe itself to the broker's status topics.
 ExecutionGroupProxy MessageFlowProxy.getExecutionGroup()
          Returns a reference to the execution group on which this message flow was deployed.
 ExecutionGroupProxy MessageFlowDependency.getExecutionGroup()
          Returns a reference to the execution group on which this dependency was deployed.
 ExecutionGroupProxy DeployedObject.getExecutionGroup()
          Returns a reference to the execution group on which this deployed object was deployed.
static ConfigManagerProxy ConfigManagerProxy.getInstance(ConfigManagerConnectionParameters cmcp)
          Asks the Configuration Manager Proxy to connect to a Configuration Manager with the supplied parameters.
 AdministeredObject AdministeredObject.getParent()
          Returns the AdministeredObject that logically owns this object.
 com.ibm.broker.config.proxy.Receiver MQPropertyFileConfigManagerConnectionParameters.getReceiver()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 com.ibm.broker.config.proxy.Receiver MQConfigManagerConnectionParameters.getReceiver()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 com.ibm.broker.config.proxy.Receiver ConfigManagerConnectionParameters.getReceiver()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 com.ibm.broker.config.proxy.Sender MQPropertyFileConfigManagerConnectionParameters.getSender()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 com.ibm.broker.config.proxy.Sender MQConfigManagerConnectionParameters.getSender()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 com.ibm.broker.config.proxy.Sender ConfigManagerConnectionParameters.getSender()
          This method is required by the Configuration Manager Proxy and should not be called by user applications.
 SubscriptionsProxy ConfigManagerProxy.getSubscriptions(java.lang.String topic, java.lang.String brokers, java.lang.String users, java.lang.String subscriptionsPoints, java.util.GregorianCalendar startDate, java.util.GregorianCalendar endDate)
          Generates a SubscriptionsProxy that represents those subscriptions fulfilling the supplied criteria.
 void CollectiveProxy.moveBroker(java.lang.String name, CollectiveProxy newProxy)
          Atomically removes the broker with the supplied name from the current collective and adds it to the supplied instance.
 void TopicProxy.moveTopic(java.lang.String name, TopicProxy newProxy)
          Atomically removes the topic tree with the supplied name from the current TopicProxy and adds it to the supplied instance.
 void AdministeredObject.refresh()
          Forces this AdministeredObject to reregister itself with the Configuration Manager and to re-receive the object's complete set of attributes.
 void TopologyProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void TopicRootProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void SubscriptionsProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void ExecutionGroupProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void ConfigManagerProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void BrokerProxy.removeAccessControlEntries(AccessControlEntry[] accessControlList)
          Deletes this list from the list of access control entries that applies to this object.
 void CollectiveProxy.removeBrokers(java.lang.String[] list)
          Removes a list of broker UUIDs from this collective's list of members and sends the results to the Configuration Manager.
 void TopicRootProxy.removeDefaultPolicy()
          Does nothing when applied to the topic root.
 void TopicProxy.removeDefaultPolicy()
          Removes the default Topic Policy.
 void TopologyProxy.removeDeletedBroker(java.lang.String nameOrUUID)
          Asks the Configuration Manager to remove all references to the broker with the supplied name or UUID from the Configuration Manager repository.
 void TopicProxy.removePolicies(TopicProxy.Policy[] list)
          Removes a list of policies from this topic's list of policies and sends the results to the Configuration Manager.
 void ConfigManagerProxy.sendUpdates()
          Tells the ConfigManagerProxy to send to the Configuration Manager all requests received since the beginUpdates() call.
 void ConfigManagerProxy.sendUpdates(int correlationID)
          Tells the ConfigManagerProxy to send to the Configuration Manager all requests received since the beginUpdates() call.
 void TopologyProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void TopicRootProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void SubscriptionsProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void ExecutionGroupProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void ConfigManagerProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void BrokerProxy.setAccessControlEntries(AccessControlEntry[] accessControlList)
          Sets the complete list of access control entries that apply to this object.
 void MessageFlowProxy.setAdditionalInstances(int newValue)
          Attempts to ask the broker to directly set the value of the Additional Instances property for this message flow.
 void BrokerProxy.setAuthenticationProtocols(java.lang.String authProtocols)
          Sets the authentication parameter for the broker.
 void ConfigManagerProxy.setAutoDiscoveryIntervalMins(int newIntervalMins)
          Sets the period of time between attempts by the Configuration Manager to automatically discover broker information.
 void BrokerProxy.setConfigurableServiceProperty(java.lang.String serviceObjectAndPropertyName, java.lang.String propertyValue)
          Asks the Configuration Manager to configure an arbitrary broker-wide configurable service property.
 void TopicProxy.setDefaultPolicy(TopicProxy.Policy defaultPolicy)
          Sets the default Topic Policy.
 void BrokerProxy.setHTTPListenerProperty(java.lang.String objectAndPropertyName, java.lang.String propertyValue)
          Asks the Configuration Manager to configure an arbitrary property on the broker's HTTP listener component.
 void BrokerProxy.setInterbrokerHost(java.lang.String ibHost)
          Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERHOST, ibHost) instead.
 void BrokerProxy.setInterbrokerPort(int ibPort)
          Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERPORT, ibPort) instead.
 void BrokerProxy.setISysQualityOfProtectionLevel(TopicProxy.QoP newQoP)
          Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, newQoP) instead.
static void ConfigManagerProxy.setLogger(java.lang.String className)
          If directed to gather Configuration Manager Proxy trace for IBM service, do not use this method - use enableTracing(String) and disableTracing() instead.
static void ConfigManagerProxy.setLogger(java.lang.String className, java.lang.String params)
          Initializes a Configuration Manager Proxy logger.
 void AdministeredObject.setLongDescription(java.lang.String desc)
          Helper method to set the long description field of the current Administered Object.
 void TopicProxy.setMulticastEnabled(java.lang.String isEnabled)
          Sets the multicast 'enabled' value for the topic.
 void TopicProxy.setMulticastEncrypted(boolean isEncrypted)
          Sets the multicast 'encrypted' flag for the topic.
 void TopicProxy.setMulticastGroupAddress(java.lang.String ipv4GroupAddress, java.lang.String ipv6GroupAddress)
          Sets the multicast group addresses for the topic.
 void BrokerProxy.setMulticastParameters(BrokerProxy.MulticastParameterSet newParameterSet)
          Deprecated. This method is not compatible with values changed using the mqsichangeproperties command; use ExecutionGroupProxy.setRuntimeProperties() instead.
 void TopicProxy.setMulticastQualityOfService(boolean isReliable)
          Sets the multicast QoS flag for the topic.
 void AdministeredObject.setName(java.lang.String name)
          Helper method to set the name of the Administered Object.
 void TopicProxy.Policy.setPersistence(java.lang.String persistent)
          Sets whether persistence is enabled.
 void BrokerProxy.setPolicySet(java.lang.String policySet, java.io.InputStream policySetContents)
          Asks the broker to save a policy set with the supplied contents.
 void BrokerProxy.setPolicySetBinding(java.lang.String policySetBinding, java.io.InputStream policySetBindingContents)
          Asks the broker to save policy set binding information with the supplied contents.
 void TopicProxy.Policy.setPrincipalName(java.lang.String principalName)
          Sets the user or group name of the principal.
 void TopicProxy.Policy.setPrincipalType(java.lang.String principalType)
          Sets the type of the principal.
 void AdministeredObject.setProperties(java.util.Properties suppliedProps)
          Asks the Configuration Manager to update a set of attributes for the current object.
 void TopicProxy.Policy.setPublish(java.lang.String publish)
          Sets whether publish is allowed by the policy.
 void TopicProxy.setQualityOfProtectionLevel(TopicProxy.QoP newQoP)
          Sets the Quality of Protection level for the topic.
 void BrokerProxy.setQueueManagerName(java.lang.String newQMgr)
          Sets the queue manager name of the broker.
 void ExecutionGroupProxy.setRuntimeProperty(java.lang.String objectAndPropertyName, java.lang.String propertyValue)
          Asks the Configuration Manager to configure an arbitrary execution group property.
 void BrokerProxy.setRuntimeProperty(java.lang.String objectAndPropertyName, java.lang.String propertyValue)
          Asks the Configuration Manager to configure an arbitrary broker-wide property.
 void AdministeredObject.setShortDescription(java.lang.String desc)
          Helper method to set the short description field of the Administered Object.
 void BrokerProxy.setSSLConnectorEnabled(boolean isEnabled)
          Enables or disables the SSL connector on this broker.
 void BrokerProxy.setSSLKeyRingFileName(java.lang.String keyRingFile)
          Sets the SSL key ring file parameter for the broker.
 void BrokerProxy.setSSLPasswordFileName(java.lang.String passwordFile)
          Sets the SSL password file parameter for the broker.
 void TopicProxy.Policy.setSubscribe(java.lang.String subscribe)
          Sets whether subscribe is allowed by the policy.
 void BrokerProxy.setSysQualityOfProtectionLevel(TopicProxy.QoP newQoP)
          Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, newQoP) instead.
 void BrokerProxy.setTemporaryTopicQualityOfProtectionLevel(TopicProxy.QoP newQoP)
          Sets the Quality of Protection level for this broker's temporary topic.
 void MessageFlowProxy.setUserTrace(MessageFlowProxy.UserTrace newTrace)
          Configures the user trace setting for the current flow.
 void ExecutionGroupProxy.setUserTrace(MessageFlowProxy.UserTrace newTrace)
          Configures the user trace settings for every deployed message flow under the execution group's control.
 void BrokerProxy.setUserTrace(MessageFlowProxy.UserTrace newTrace)
          Configures the user trace settings for every execution group under the execution group's control.
 void BrokerProxy.setUUID(java.lang.String newUUID)
          Replaces all occurrences of the broker's UUID in the Configuration Manager repository with the supplied value.
 void MessageFlowProxy.start()
          Requests that the messageflow.runstate attribute be set to "running", which causes the message flow to start.
 void ConfigManagerProxy.startDebugSystemTrace()
          Asks the Configuration Manager to start debug system trace.
 void ExecutionGroupProxy.startMessageFlows()
          Asks the broker to start all message flows in the deployed execution group.
 void BrokerProxy.startMessageFlows()
          Asks the Configuration Manager to start all message flows deployed to the broker.
 void ConfigManagerProxy.startSystemTrace()
          Asks the Configuration Manager to start system trace.
 void MessageFlowProxy.stop(boolean immediate)
          Requests that the messageflow.runstate attribute be set to "stopped", which causes the message flow to stop.
 void ExecutionGroupProxy.stopMessageFlows(boolean immediate)
          Invokes the stopMessageFlows() method for each Message Flow within the execution group's control.
 void BrokerProxy.stopMessageFlows(boolean immediate)
          Asks the Configuration Manager to stop all message flows deployed to the broker.
 void ConfigManagerProxy.stopSystemTrace()
          Asks the Configuration Manager to stop system trace.
 

Constructors in com.ibm.broker.config.proxy that throw ConfigManagerProxyLoggedException
TopicProxy.Policy(java.lang.String principalName, java.lang.String principalType, java.lang.String publish, java.lang.String subscribe, java.lang.String persistent)
          Creates a new Policy object.