Class AbstractAutoStartMechanism

    • Field Detail

      • open

        protected boolean open
        Flag whether the starter is open.
    • Constructor Detail

      • AbstractAutoStartMechanism

        public AbstractAutoStartMechanism()
        Constructor.
    • Method Detail

      • open

        public void open()
        Starts a transaction for writting (add/delete) classes to the auto start mechanism. Simply sets the open flag to true.
        Specified by:
        open in interface AutoStartMechanism
      • isOpen

        public boolean isOpen()
        Whether it's open for writing (add/delete) classes to the auto start mechanism
        Specified by:
        isOpen in interface AutoStartMechanism
        Returns:
        whether this is open for writing
      • close

        public void close()
        Closes a transaction for writing (add/delete) classes to the auto start mechanism. Set the open flag to false.
        Specified by:
        close in interface AutoStartMechanism