com.ibm.broker.config.proxy

Class Subscription

  • java.lang.Object
    • com.ibm.broker.config.proxy.Subscription
  • Direct Known Subclasses:
    MQSubscription

    Deprecated. 
    Use WebSphere MQ to manage subscriptions.

    public class Subscription
    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:
     -------- ----------- -------------   ------------------------------------
     25103.1  2004-04-22  HDMPL           v6 Release
     44739.7  2007-07-30  HDMPL           v6.1 release (no changes)
     51619.1  2008-07-14  HDMPL           v7 release:
                                            Deprecated
     
     
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      void delete(SubscriptionsProxy owningProxy)
      Deprecated. 
      Use WebSphere MQ to manage subscriptions. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getBroker()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getClient()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getFilter()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.util.Date getRegistrationDate()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      static Subscription getSubscriptionFromString(java.lang.String encodedData)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getSubscriptionPoint()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getTopicName()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getUser()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String toString()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • Methods inherited from class java.lang.Object

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

      • getTopicName

        public java.lang.String getTopicName()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getUser

        public java.lang.String getUser()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getSubscriptionPoint

        public java.lang.String getSubscriptionPoint()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getRegistrationDate

        public java.util.Date getRegistrationDate()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getClient

        public java.lang.String getClient()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getFilter

        public java.lang.String getFilter()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getBroker

        public java.lang.String getBroker()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • getSubscriptionFromString

        public static Subscription getSubscriptionFromString(java.lang.String encodedData)
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      • toString

        public java.lang.String toString()
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
        Overrides:
        toString in class java.lang.Object