Deprecated API


Contents
Deprecated Classes
com.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
          This technique of changing multicast parameters is not compatible with values changed using the mqsichangeproperties command; use ExecutionGroupProxy.setRuntimeProperties() and BrokerProxy.setRuntimeProperties() instead. 
 

Deprecated Methods
com.ibm.broker.config.proxy.BrokerProxy.getAuthenticationProtocols()
          Use getRuntimeProperty(RuntimePropertyConstants.NAME_BROKERAUTHPROTOCOLS) instead. 
com.ibm.broker.config.proxy.BrokerProxy.getInterbrokerHost()
          Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERHOST, ...) instead. 
com.ibm.broker.config.proxy.BrokerProxy.getInterbrokerPort()
          Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERPORT, ...) instead. 
com.ibm.broker.config.proxy.BrokerProxy.getISysQualityOfProtectionLevel()
          Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, ...) instead. 
com.ibm.broker.config.proxy.AdministeredObject.getManagedSubcomponents(Properties, boolean)
          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). 
com.ibm.broker.config.proxy.AdministeredObject.getManagedSubcomponents(Properties, boolean, Properties)
          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). 
com.ibm.broker.config.proxy.BrokerProxy.getMulticastParameters()
          This method will not reflect any values changed changed using the mqsichangeproperties command; use ExecutionGroupProxy.getRuntimeProperty() instead. 
com.ibm.broker.config.proxy.BrokerProxy.getSysQualityOfProtectionLevel()
          Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, ...) instead. 
com.ibm.broker.config.proxy.BrokerProxy.setInterbrokerHost(String)
          Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERHOST, ibHost) instead. 
com.ibm.broker.config.proxy.BrokerProxy.setInterbrokerPort(int)
          Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERPORT, ibPort) instead. 
com.ibm.broker.config.proxy.BrokerProxy.setISysQualityOfProtectionLevel(TopicProxy.QoP)
          Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, newQoP) instead. 
com.ibm.broker.config.proxy.BrokerProxy.setMulticastParameters(BrokerProxy.MulticastParameterSet)
          This method is not compatible with values changed using the mqsichangeproperties command; use ExecutionGroupProxy.setRuntimeProperties() instead. 
com.ibm.broker.config.proxy.BrokerProxy.setSysQualityOfProtectionLevel(TopicProxy.QoP)
          Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, newQoP) instead.