Node Director
|
Classes in this package are expected to be implementations of the GenericConnection interface and will execute RemoteJobs with method equal class name. More...
Classes | |
class | appInventory |
class | appInventoryPush |
class | ArchiveIt |
class | DSMerger |
class | InstallFromArchive |
accepts an Archive archive as the input file and extracts it into a given directory. More... | |
class | InstallFromZIP |
accepts a ZIP archive as the input file and extracts it into a given directory. More... | |
class | scanRepositoryPush |
class | ZIPit |
Classes in this package are expected to be implementations of the GenericConnection interface and will execute RemoteJobs with method equal class name.
The classes are instantiated by one of the AppExecutor instances set up in Setup.
It is sufficient for a class to be in this package, implement the GenericConnection interface and carry the same name as the method argument appearing in a RemoteJob instance to be instantiated and have the exec() method invoked during job execution.