Interface RemoteBrokerConnectionControl


public interface RemoteBrokerConnectionControl
An API for a RemoteBrokerConnectionControl object that is used to view information about active remote broker connections.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the remote broker connection.
    Returns the Node ID of the remote broker connection.
    Returns the wire protocol this broker connection is using.
  • 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