com.ibm.broker.config.proxy

Class TopicProxy.QoP

  • java.lang.Object
    • com.ibm.broker.config.proxy.TopicProxy.QoP
  • Enclosing class:
    TopicProxy

    Deprecated. 
    As of Websphere Message Broker V7 this class should no longer be used. The effects of using this class are no longer defined.

    public static class TopicProxy.QoP
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static TopicProxy.QoP channelIntegrity
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      static TopicProxy.QoP encrypted
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      static TopicProxy.QoP messageIntegrity
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      static TopicProxy.QoP none
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      static TopicProxy.QoP unknown
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      static TopicProxy.QoP getQualityOfProtectionFromString(java.lang.String qop)
      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
    • Field Detail

      • unknown

        public static final TopicProxy.QoP unknown
        Deprecated. This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      • none

        public static final TopicProxy.QoP none
        Deprecated. This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      • channelIntegrity

        public static final TopicProxy.QoP channelIntegrity
        Deprecated. This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      • messageIntegrity

        public static final TopicProxy.QoP messageIntegrity
        Deprecated. This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
      • encrypted

        public static final TopicProxy.QoP encrypted
        Deprecated. This constant is not used as of WebSphere Message Broker V7. The effects of using it are no longer defined.
    • Method Detail

      • 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
      • getQualityOfProtectionFromString

        public static TopicProxy.QoP getQualityOfProtectionFromString(java.lang.String qop)
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.