com.ibm.broker.config.proxy

Class SubscriptionQuery

  • java.lang.Object
    • com.ibm.broker.config.proxy.SubscriptionQuery

  • Deprecated. 
    Use WebSphere MQ to manage subscriptions.

    public class SubscriptionQuery
    extends java.lang.Object
    As of Websphere Message Broker V7 this class should no longer be used. The effects of using this class are no longer defined.
     
      Change Activity:
      -------- ----------- -------------   ------------------------------------
      Reason:  Date:       Originator:     Comments:
      -------- ----------- -------------   ------------------------------------
      45920    2007-07-30  HDMPL           v6.1 release
      51619.1  2008-07-14  HDMPL           v7 release:
                                            Deprecated
     
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      SubscriptionsProxy executeQuery()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      int getQueryLimit()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7.
      void setBytes(java.lang.String parameterName, byte[] bytes)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7.
      void setDate(java.lang.String parameterName, java.util.GregorianCalendar date)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7.
      void setQueryLimit(int queryLimit)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7.
      void setString(java.lang.String parameterName, java.lang.String string)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setQueryLimit

        public void setQueryLimit(int queryLimit)
        Deprecated. This method is not used as of WebSphere Message Broker V7.
        This method does nothing.
      • setString

        public void setString(java.lang.String parameterName,
                              java.lang.String string)
        Deprecated. This method is not used as of WebSphere Message Broker V7.
        This method does nothing.
      • setBytes

        public void setBytes(java.lang.String parameterName,
                             byte[] bytes)
        Deprecated. This method is not used as of WebSphere Message Broker V7.
        This method does nothing.
      • setDate

        public void setDate(java.lang.String parameterName,
                            java.util.GregorianCalendar date)
        Deprecated. This method is not used as of WebSphere Message Broker V7.
        This method does nothing.
      • getQueryLimit

        public int getQueryLimit()
        Deprecated. This method is not used as of WebSphere Message Broker V7.
        This method returns 0.