Class ClientListenerProcessor.ClientProcessorMXBeanImpl

    • Constructor Detail

      • ClientProcessorMXBeanImpl

        public ClientProcessorMXBeanImpl()
    • Method Detail

      • dropConnection

        public boolean dropConnection​(long id)
        Drops client connection by id, if exists.
        Specified by:
        dropConnection in interface ClientProcessorMXBean
        Parameters:
        id - connection id.
        Returns:
        True if connection has been dropped successfully, false otherwise.
      • showFullStackOnClientSide

        public void showFullStackOnClientSide​(boolean show)
        If sets to true shows full stack trace otherwise highlevel short error message.
        Specified by:
        showFullStackOnClientSide in interface ClientProcessorMXBean
        Parameters:
        show - Show flag.