Class SynchronizeFiles

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="_synchronize-files")
    @PerLookup
    @CommandLock(EXCLUSIVE)
    public class SynchronizeFiles
    extends Object
    implements AdminCommand
    Synchronize files. Accepts an XML document containing files and mod times and sends the client new versions of anything that's out of date.
    Author:
    Bill Shannon
    • Constructor Detail

      • SynchronizeFiles

        public SynchronizeFiles()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        context - information