FME Server C++ API 3.0

IFMEServerStatus Class Reference

IFMEServerStatus interface. More...

#include <ifmeserverstatus.h>

List of all members.

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)
IFMEServerStatusoperator= (const IFMEServerStatus &other)

Detailed Description

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.


Constructor & Destructor Documentation

IFMEServerStatus::IFMEServerStatus ( ) [inline, protected]
virtual IFMEServerStatus::~IFMEServerStatus ( ) [inline, protected, virtual]
IFMEServerStatus::IFMEServerStatus ( const IFMEServerStatus other) [private]

Member Function Documentation

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]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines