|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.command.BaseEndpoint
public class BaseEndpoint
A default endpoint.
Constructor Summary | |
---|---|
BaseEndpoint(String name)
|
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 |
String |
getName()
Returns the name of the endpoint. |
void |
setBrokerInfo(BrokerInfo brokerInfo)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseEndpoint(String name)
Method Detail |
---|
public String getName()
Endpoint
getName
in interface Endpoint
public String toString()
toString
in class Object
public BrokerId getBrokerId()
getBrokerId
in interface Endpoint
public BrokerInfo getBrokerInfo()
getBrokerInfo
in interface Endpoint
public void setBrokerInfo(BrokerInfo brokerInfo)
setBrokerInfo
in interface Endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |