WBI BrokersTM
Config Manager Proxy API

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

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

public static class TopologyProxy.Connection
extends 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
 String source
          The UUID of the source broker
 String target
          The UUID of the target broker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public String source
The UUID of the source broker


target

public String target
The UUID of the target broker


WBI BrokersTM
Config Manager Proxy API