Interface LocalRequestChannelMBean

  • All Known Implementing Classes:
    LocalRequestChannel

    public interface LocalRequestChannelMBean
    Adds monitoring for a local connection.
    • Method Detail

      • getUserName

        String getUserName()
        Gets connected user's name.
        Returns:
        the name of the connected user.
      • getCreationDate

        Date getCreationDate()
        Gets connection creation date.
        Returns:
        the date of creation of the connection.
      • close

        void close()
        Closes the connection and unregisters the MBean.
      • getSentCount

        long getSentCount()
        Gets the number of requests sent on the connection.
        Returns:
        the number of requests sent on the connection.
      • getReceivedCount

        long getReceivedCount()
        Gets the number of replies received on the connection.
        Returns:
        the number of replies received on the connection.