|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Endpoint
Represents the logical endpoint where commands come from or are sent to. For connection based transports like TCP / VM then there is a single endpoint for all commands. For transports like multicast there could be different endpoints being used on the same transport.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
java.lang.String getName()
BrokerId getBrokerId()
BrokerInfo getBrokerInfo()
void setBrokerInfo(BrokerInfo brokerInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |