TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.core.file.dynamic
Interface IFileServerCommand

All Superinterfaces:
ICommand
All Known Subinterfaces:
IDeleteDirectoryCommand, IDeleteFileCommand, IDetermineServerReachCommand, IFileInspectionCommand, IFileManipulationCommand, IFileTransferCommand, IGetFileCommand, IListContentCommand, IModifyPermissionCommand, IPutFileCommand, IQueryServerStatusCommand, IServerInterrogationCommand, IValidateDirectoryExistenceCommand
All Known Implementing Classes:
AbstractFileServerCommand

public interface IFileServerCommand
extends ICommand

An interface that all file server commands implement, it also extends from the general command interface to support the implementation of the command design pattern


Method Summary
 void dispose()
          Disposes the resources associated with the implementing command, used to clean up after a command is no longer required and before it goes unreferenced and garbage collected; an example, release network resources such as locks or database connections or UI handles to fully cleanup
 
Methods inherited from interface org.eclipse.hyades.internal.execution.core.file.dynamic.ICommand
execute
 

Method Detail

dispose

void dispose()
Disposes the resources associated with the implementing command, used to clean up after a command is no longer required and before it goes unreferenced and garbage collected; an example, release network resources such as locks or database connections or UI handles to fully cleanup


TPTP 4.6.0 Platform Project
Internal API Specification