Class Hierarchy All Classes All Fields and Methods

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

java.lang.Object
        com.ibm.broker.config.proxy.TopologyProxy.Connection

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 Index
Field Description
source The UUID of the source broker
target The UUID of the target broker
Constructor Index
Constructor Description
TopologyProxy.Connection(String, String) Creates a new Connection object.

Fields

source

public java.lang.String source

The UUID of the source broker

target

public java.lang.String target

The UUID of the target broker

Constructors

TopologyProxy.Connection

protected TopologyProxy.Connection(String source,
                                   String target) 

Creates a new Connection object.

Class Hierarchy All Classes All Fields and Methods