|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.TopologyProxy.Connection
public static class TopologyProxy.Connection
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 |
---|
public java.lang.String source
public java.lang.String target
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |