Interface RemoteBrokerConnectionControl
public interface RemoteBrokerConnectionControl
An API for a RemoteBrokerConnectionControl object that is used to view information about active remote broker
connections.
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the remote broker connection.- Returns:
- the name of the remote broker connection
-
getNodeId
String getNodeId()Returns the Node ID of the remote broker connection.- Returns:
- the Node ID of the remote broker connection
-
getProtocol
String getProtocol()Returns the wire protocol this broker connection is using.- Returns:
- the wire protocol this broker connection is using
-