|
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 | ||||||||
java.lang.Objectorg.eclipse.hyades.internal.execution.core.file.dynamic.AbstractFileServerCommand
public abstract class AbstractFileServerCommand
The abstract base class for all file server commands, there are other more specific abstract classes that further extend this one, a concrete file server command will likely extend those downstream subclasses and not this base class directly.
| Method Summary | |
|---|---|
void |
dispose()
Dispose the command, will release any resources such as network connections, if not called, resources and connections will build up and likely cause un- desirable results |
void |
execute()
Execute the command, instance acts polymorphically based on the way the command was constructed (either client-side or server-side) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void dispose()
dispose in interface IFileServerCommand
public final void execute()
throws java.io.IOException
execute in interface ICommandjava.io.IOException
|
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 | ||||||||