TPTP 4.6.0 Platform Project
Internal API Specification

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

All Superinterfaces:
ICommand, IFileServerCommand, IServerInterrogationCommand

public interface IQueryServerStatusCommand
extends IServerInterrogationCommand

The query server status command interface, a specialized server interrogation command used to execute a simple test from client to server and back to the client again -- one method for determining the result of the command is available


Method Summary
 boolean isServerAvailable()
          Indicates if the server is available, used to query the server availability status after the command has executed and attempted server interrogation
 
Methods inherited from interface org.eclipse.hyades.internal.execution.core.file.dynamic.IFileServerCommand
dispose
 
Methods inherited from interface org.eclipse.hyades.internal.execution.core.file.dynamic.ICommand
execute
 

Method Detail

isServerAvailable

boolean isServerAvailable()
Indicates if the server is available, used to query the server availability status after the command has executed and attempted server interrogation

Returns:

TPTP 4.6.0 Platform Project
Internal API Specification