com.phenix.pct
Class WSServerProcess

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.phenix.pct.PCT
              extended by com.phenix.pct.PCTRun
                  extended by com.phenix.pct.WSServerProcess
All Implemented Interfaces:
Cloneable

public class WSServerProcess
extends PCTRun


Field Summary
 
Fields inherited from class com.phenix.pct.PCTRun
dbConnList, exec, initID, initProc, internalPropath, outputParameters, outputStream, outputStreamID, pctLib, plID, procedure, propath, runParameters, status, statusID
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
WSServerProcess()
           
 
Method Summary
protected  List getCmdLineParameters()
           
 String getPropath()
          Get the current propath as a path-separated list
 boolean isWebLogError()
           
 void setBaseDir(File baseDir)
          The directory in which the Progress runtime should be executed.
 void setDebugPCT(boolean debugPCT)
          Turns on/off debugging mode (keeps Progress temp files on disk)
 void setFailOnError(boolean failOnError)
          Sets the failOnError parameter.
 void setGraphicalMode(boolean graphMode)
          Graphical mode on/off (call to _progres or prowin32)
 void setWebLogError(boolean webLogError)
           
 
Methods inherited from class com.phenix.pct.PCTRun
addOption, addOutputParameter, addParameter, addPCTConnection, addPCTRunOption, addPropath, cleanup, createPropath, escapeString, execute, getDebugPCT, getStatusFileName, isPrepared, maybeSetResultPropertyValue, prepareExecTask, preparePropath, setCenturyYearOffset, setCompileUnderscore, setCpInternal, setCpStream, setDebugReady, setDirSize, setExecTaskParams, setIniFile, setInputChars, setMaximumMemory, setMsgBufferSize, setNumDec, setNumSep, setParameter, setParameters, setParamFile, setProcedure, setResultProperty, setStackSize, setTempDir, setToken, setTTBufferSize
 
Methods inherited from class com.phenix.pct.PCT
addEnv, checkDlcHome, deleteDirectory, extractPL, extractPL, getDlcBin, getDlcHome, getDLCMaintenanceVersion, getDLCMajorVersion, getDLCMinorVersion, getDLCPatchLevel, getDLCRevision, getEnvironment, getExecPath, getFullVersion, getIncludedPL, getJavaFileset, getJavaFileset, getProgressProcedures, getRCodeVersion, getReducedVersion, isSourceCodeUsed, nextRandomInt, setDlcBin, setDlcHome, setDlcJava, setIncludedPL
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSServerProcess

public WSServerProcess()
Method Detail

setGraphicalMode

public void setGraphicalMode(boolean graphMode)
Description copied from class: PCTRun
Graphical mode on/off (call to _progres or prowin32)

Overrides:
setGraphicalMode in class PCTRun
Parameters:
graphMode - boolean

setDebugPCT

public void setDebugPCT(boolean debugPCT)
Description copied from class: PCTRun
Turns on/off debugging mode (keeps Progress temp files on disk)

Overrides:
setDebugPCT in class PCTRun
Parameters:
debugPCT - boolean

setBaseDir

public void setBaseDir(File baseDir)
Description copied from class: PCTRun
The directory in which the Progress runtime should be executed.

Overrides:
setBaseDir in class PCTRun
Parameters:
baseDir - File

setFailOnError

public void setFailOnError(boolean failOnError)
Description copied from class: PCTRun
Sets the failOnError parameter. Defaults to true.

Overrides:
setFailOnError in class PCTRun

isWebLogError

public boolean isWebLogError()

setWebLogError

public void setWebLogError(boolean webLogError)

getCmdLineParameters

protected List getCmdLineParameters()
Overrides:
getCmdLineParameters in class PCTRun

getPropath

public String getPropath()
Get the current propath as a path-separated list

Returns:
String


Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.