com.ibm.broker.config.proxy

Class SubscriptionParameters

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

  • Deprecated. 
    Use WebSphere MQ v7 or later to manage subscriptions.

    public class SubscriptionParameters
    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
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  SubscriptionParameters.MQ
      Deprecated. 
      Use WebSphere MQ to manage subscriptions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ENDDATE
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String STARTDATE
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String TOPIC
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String USER
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TOPIC

        public static final java.lang.String TOPIC
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • STARTDATE

        public static final java.lang.String STARTDATE
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • ENDDATE

        public static final java.lang.String ENDDATE
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SubscriptionParameters

        public SubscriptionParameters()
        Deprecated.