Class SynchronizeInstanceCommand

    • Field Detail

    • Constructor Detail

      • SynchronizeInstanceCommand

        public SynchronizeInstanceCommand()
    • Method Detail

      • synchronizeInstance

        protected boolean synchronizeInstance()
                                       throws CommandException
        Synchronize this server instance. Return true if server is synchronized. Return false if synchronization failed, but no files were changed (meaning that it is ok to bring the server up). Throw a CommandException if synchronization failed in such a way that instance startup should not be attempted.
        Throws:
        CommandException