com.ibm.broker.config.proxy

Class TopologyProxy.Connection

  • java.lang.Object
    • com.ibm.broker.config.proxy.TopologyProxy.Connection
  • Enclosing class:
    TopologyProxy

    Deprecated. 
    This method is not used as of WebSphere Message Broker V7. Use WebSphere MQ to manage the publish/subscribe topology.

    public static class TopologyProxy.Connection
    extends java.lang.Object
    This class is not used as of WebSphere Message Broker V7. From WebSphere Message Broker V7 there is no longer a concept of a publish/subscribe topology, so this Connection class is no longer used. The effects of using this class are undefined.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String source
      Deprecated. 
      The UUID of the source broker
      java.lang.String target
      Deprecated. 
      The UUID of the target broker
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • source

        public java.lang.String source
        Deprecated. 
        The UUID of the source broker
      • target

        public java.lang.String target
        Deprecated. 
        The UUID of the target broker