com.ibm.di.eclipse.http.commands
Class ServerCommand

java.lang.Object
  extended by com.ibm.di.eclipse.http.commands.RestCommand
      extended by com.ibm.di.eclipse.http.commands.ServerCommand

public class ServerCommand
extends RestCommand


Field Summary
static java.lang.String SERVER_LOG
           
static java.lang.String SERVER_STOP
           
 
Fields inherited from class com.ibm.di.eclipse.http.commands.RestCommand
HTTP_BODY, HTTP_CONTENT_TYPE, HTTP_QS, RES_ASSEMBLY_LINE, RES_ASSEMBLY_LINE_LOG, RES_CONFIG_AL, RES_CONFIG_INSTANCE, RES_CONFIG_RUNAL, RES_CONFIGURATION, RES_CONNECTOR_CLOSE, RES_CONNECTOR_GETNEXT, RES_CONNECTOR_LOAD, RES_CONNECTOR_QUERYSCHEMA, sRes
 
Constructor Summary
ServerCommand()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class com.ibm.di.eclipse.http.commands.RestCommand
addPendingCommand, appendBody, appendResult, dispose, getApi, getCommand, getConnector, getPath, getPath, getPendingCommand, getRequest, getRequestBody, getRequestParam, getResponse, getSession, isParamTrue, isReusable, readFile, setApi, setBody, setBody, setPath, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_STOP

public static final java.lang.String SERVER_STOP
See Also:
Constant Field Values

SERVER_LOG

public static final java.lang.String SERVER_LOG
See Also:
Constant Field Values
Constructor Detail

ServerCommand

public ServerCommand()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in class RestCommand
Throws:
java.lang.Exception