|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileServerCommand
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 |
|---|
void dispose()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||