com.ibm.broker.config.proxy

Class TopicProxy.Policy

  • java.lang.Object
    • com.ibm.broker.config.proxy.TopicProxy.Policy
  • 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.Policy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Policy(java.lang.String principalName, java.lang.String principalType, java.lang.String publish, java.lang.String subscribe, java.lang.String persistent)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String getPersistence()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      static TopicProxy.Policy getPolicyFromString(java.lang.String stringEncoded)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      static TopicProxy.Policy getPolicyFromString(java.lang.String stringEncoded, boolean principalNameIsEncoded)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getPrincipalName()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getPrincipalType()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getPublish()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      java.lang.String getSubscribe()
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      void setPersistence(java.lang.String persistent)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      void setPrincipalName(java.lang.String principalName)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      void setPrincipalType(java.lang.String principalType)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      void setPublish(java.lang.String publish)
      Deprecated. 
      This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
      void setSubscribe(java.lang.String subscribe)
      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, toString, wait, wait, wait
    • Constructor Detail

      • Policy

        public Policy(java.lang.String principalName,
                      java.lang.String principalType,
                      java.lang.String publish,
                      java.lang.String subscribe,
                      java.lang.String persistent)
               throws ConfigManagerProxyLoggedException
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
        Throws:
        ConfigManagerProxyLoggedException
    • Method Detail

      • getPrincipalName

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

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

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

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

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

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

        public static TopicProxy.Policy getPolicyFromString(java.lang.String stringEncoded,
                                                            boolean principalNameIsEncoded)
        Deprecated. This method is not used as of WebSphere Message Broker V7. The effects of invoking it are no longer defined.
        Returns an arbitrary Policy object.