FME Server C++ API 3.0

IFMEServerTransformationManager Member List

This is the complete list of members for IFMEServerTransformationManager, including all inherited members.
abortJob(const FME_Int32 jobID)=0IFMEServerTransformationManager [pure virtual]
getJobResult(const FME_Int32 jobID, FME_Boolean &jobResultAvailable, IFMEServerString &fmeServerResponse)=0IFMEServerTransformationManager [pure virtual]
getJobResult(const FME_Int32 jobID, FME_Boolean &jobResultAvailable, IFMEServerTransformationResult &result)=0IFMEServerTransformationManager [pure virtual]
getLogFile(const FME_Int32 jobID, const IFMEServerString &logFilePath, FME_Boolean &exists) const =0IFMEServerTransformationManager [pure virtual]
getLogFileInfo(const FME_Int32 jobID, IFMEServerLogFileInfo &logFileInfo, FME_Boolean &exists) const =0IFMEServerTransformationManager [pure virtual]
IFMEServerTransformationManager()IFMEServerTransformationManager [inline, protected]
IFMEServerTransformationManager(const IFMEServerTransformationManager &other)IFMEServerTransformationManager [private]
logFileExists(const FME_Int32 jobID, FME_Boolean &exists) const =0IFMEServerTransformationManager [pure virtual]
operator=(const IFMEServerTransformationManager &other)IFMEServerTransformationManager [private]
scheduleJob(const IFMEServerString &subsectionName, const IFMEServerString &request, const FME_UInt32 secondsFromNow, const IFMEServerStringArray &directives, FME_Int32 &jobID)=0IFMEServerTransformationManager [pure virtual]
scheduleJob(IFMEServerTransformationRequest &request, const FME_UInt32 secondsFromNow, FME_Int32 &jobID)=0IFMEServerTransformationManager [pure virtual]
submitJob(const IFMEServerString &subsectionName, const IFMEServerString &request, const IFMEServerStringArray &directives, FME_Int32 &jobID)=0IFMEServerTransformationManager [pure virtual]
submitJob(IFMEServerTransformationRequest &request, FME_Int32 &jobID)=0IFMEServerTransformationManager [pure virtual]
transactJob(const IFMEServerString &subsectionName, const IFMEServerString &request, const IFMEServerStringArray &directives, IFMEServerString &fmeServerResponse)=0IFMEServerTransformationManager [pure virtual]
transactJob(IFMEServerTransformationRequest &request, IFMEServerTransformationResult &result)=0IFMEServerTransformationManager [pure virtual]
~IFMEServerTransformationManager()IFMEServerTransformationManager [inline, protected, virtual]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines