Class RemoteExecutionComponentFeature.RxHandler

    • Constructor Detail

      • RxHandler

        protected RxHandler()
    • Method Detail

      • isHandling

        public boolean isHandling​(ISecurityInfo secinfos,
                                  IMsgHeader header,
                                  java.lang.Object msg)
        Test if handler should handle a message.
        Specified by:
        isHandling in interface IMessageHandler
        Returns:
        True if it should handle the message.
      • isRemove

        public boolean isRemove()
        Test if handler should be removed.
        Specified by:
        isRemove in interface IMessageHandler
        Returns:
        True if it should be removed.
      • checkSecurity

        protected boolean checkSecurity​(ISecurityInfo secinfos,
                                        IMsgHeader header,
                                        java.lang.Object msg)
        Check if it is ok to execute a command.