Interface CasProcessorController

    • Method Detail

      • getCasProcessor

        CasProcessor getCasProcessor()
        Returns instance of CasProcessor
        Returns:
        CasProcessor
      • getStatus

        int getStatus()
        Returns status of CasProcessor
        Returns:
        int status
      • setStatus

        void setStatus​(int aStatus)
        Sets status of CasProcessor
        Parameters:
        aStatus -
      • isLocal

        boolean isLocal()
        Returns true if this is a Locally Deployed CasProcessor ( Same machine, different JVM )
        Returns:
        true if Local, false otherwise
      • isRemote

        boolean isRemote()
        Returns true if this is a Remotely Deployed CasProcessor
        Returns:
        true if Remote, false otherwise
      • isIntegrated

        boolean isIntegrated()
        Returns true if this is a Integrated CasProcessor
        Returns:
        true if Integrated, false otherwise
      • isAbortable

        boolean isAbortable()
        Returns true if CasProcessor can be Aborted/Disabled.
        Returns:
        true if abortable, false otherwise