cgl.narada.discovery.broker.bdn
Class BrokerTableEntry
java.lang.Object
cgl.narada.discovery.broker.bdn.BrokerTableEntry
public class BrokerTableEntry
- extends Object
Stores information regarding every broker that is connected to this instance
of BDN. Currently stores the UUID assigned to this broker, a BrokerConnection
(TCP) to the broker and a copy of the broker advertisement.
Created on Mar 29, 2005
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
brokerUUID
public String brokerUUID
brokerAd
public BrokerAdvertisement brokerAd
brokerConnection
public BrokerConnection brokerConnection
BrokerTableEntry
public BrokerTableEntry()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project