|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobalQueueRouteData
This interface describes a global queue advertisement known a SonicMQ broker.
The broker exposes an operation "getGlobalQueueAdvertisements" through its JMX interface. This operation returns an array list of IGlobalQueueRouteData elements. The broker also supports deleting of global queue advertisements through the "deleteGlobalQueueAdvertisements" operation which takes an array list of IGlobalQueueRouteData elements that describe which global queue advertisements should be dropped.
IBrokerProxy.getGlobalQueueAdvertisements(java.lang.String)
,
IBrokerProxy.deleteGlobalQueueAdvertisements(java.util.ArrayList)
Method Summary | |
---|---|
java.lang.String |
getGlobalQueueName()
Gets the queue name of the global queue hosted by the remote node. |
java.lang.String |
getRoutingNode()
Gets the remote routing node name of the DRA node hosting the global queue. |
Method Detail |
---|
java.lang.String getGlobalQueueName()
java.lang.String getRoutingNode()
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |