FME Server C++ API 3.0
|
IFMEServerStatus interface. More...
#include <ifmeserverstatus.h>
Public Member Functions | |
virtual const char * | getErrorMessage () const =0 |
virtual FME_MsgNum | getErrorNumber () const =0 |
virtual FMEServerErrorType | getErrorType () const =0 |
Protected Member Functions | |
IFMEServerStatus () | |
virtual | ~IFMEServerStatus () |
Private Member Functions | |
IFMEServerStatus (const IFMEServerStatus &other) | |
IFMEServerStatus & | operator= (const IFMEServerStatus &other) |
IFMEServerStatus interface.
Package Overview:
This file defines the interface that subclasses of this class MUST follow.
Developers MUST NOT implement their own subclasses of this, instead, the FME will ALWAYS provide them with the subclass instance they should be using.
IFMEServerStatus::IFMEServerStatus | ( | ) | [inline, protected] |
virtual IFMEServerStatus::~IFMEServerStatus | ( | ) | [inline, protected, virtual] |
IFMEServerStatus::IFMEServerStatus | ( | const IFMEServerStatus & | other | ) | [private] |
virtual const char* IFMEServerStatus::getErrorMessage | ( | ) | const [pure virtual] |
virtual FME_MsgNum IFMEServerStatus::getErrorNumber | ( | ) | const [pure virtual] |
virtual FMEServerErrorType IFMEServerStatus::getErrorType | ( | ) | const [pure virtual] |
IFMEServerStatus& IFMEServerStatus::operator= | ( | const IFMEServerStatus & | other | ) | [private] |