com.ibm.broker.config.proxy
Class TopologyProxy.Connection

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

public static class TopologyProxy.Connection
extends java.lang.Object

A small data structure representing a connection between two brokers in the topology. The structure is only ever used to communicate data in transit to the caller of the API. The "definitive" copy of the TopologyProxy's connection data is stored inside the subcomponent attributes of the topology.


Field Summary
 java.lang.String source
          The UUID of the source broker
 java.lang.String target
          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
The UUID of the source broker


target

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