public interface Endpoint
Modifier and Type | Method and Description |
---|---|
BrokerId |
getBrokerId()
Returns the broker ID for this endpoint, if the endpoint is a broker or
null
|
BrokerInfo |
getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a
broker or null
|
java.lang.String |
getName()
Returns the name of the endpoint.
|
void |
setBrokerInfo(BrokerInfo brokerInfo) |
java.lang.String getName()
BrokerId getBrokerId()
BrokerInfo getBrokerInfo()
void setBrokerInfo(BrokerInfo brokerInfo)
Copyright © 2005-2012. All Rights Reserved.