org.apache.uima.ducc.common.admin.event

Class RmAdminReply

    • Constructor Detail

      • RmAdminReply

        public RmAdminReply()
    • Method Detail

      • notReady

        public void notReady()
      • isReady

        public boolean isReady()
        Returns:
        True if RM is able to schedule and be queried, false otherwise. If the RM is not yet ready to schedule, e.g. immediately after boot or reconfigure, this method will return false.
      • setRc

        public void setRc(boolean rc)
      • getRc

        public boolean getRc()
        Returns success or failure status.
        Returns:
        true if the action worked, false otherwise.
      • setMessage

        public void setMessage(String m)
      • getMessage

        public String getMessage()
        Returns:
        a string with the RM's response message.

Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.