com.phenix.pct
Interface ProgressProcedures

All Known Implementing Classes:
ProgressV10, ProgressV102B, ProgressV8, ProgressV9

public interface ProgressProcedures

Interface which has to be implement to reflect programs used by PCT depending on Progress version.

Version:
$Revision$
Author:
Gilles QUERRET

Method Summary
 String getAfterRun()
           
 String getAliasString()
           
 String getCompileProcedure()
           
 String getConnectString()
           
 String getIncrementalProcedure()
           
 String getInitString()
           
 String getOutputParameterCall()
           
 String getOutputParameterDeclaration()
           
 String getOutputParameterProc()
           
 String getParameterString()
           
 String getPropathString()
           
 String getQuit()
           
 String getReturnProc()
           
 String getRunString()
           
 boolean needRedirector()
           
 

Method Detail

getCompileProcedure

String getCompileProcedure()

getIncrementalProcedure

String getIncrementalProcedure()

needRedirector

boolean needRedirector()

getInitString

String getInitString()

getConnectString

String getConnectString()

getAliasString

String getAliasString()

getPropathString

String getPropathString()

getRunString

String getRunString()

getReturnProc

String getReturnProc()

getParameterString

String getParameterString()

getOutputParameterDeclaration

String getOutputParameterDeclaration()

getOutputParameterProc

String getOutputParameterProc()

getAfterRun

String getAfterRun()

getOutputParameterCall

String getOutputParameterCall()

getQuit

String getQuit()


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