FME Server C++ API 3.0
|
IFMEServerMountPointManager interface. More...
#include <ifmeservermountpointmanager.h>
Public Member Functions | |
virtual IFMEServerStatus * | getMountPoint (const IFMEServerString &name, IFMEServerMountPoint &mountPoint, FME_Boolean &exists) const =0 |
virtual IFMEServerStatus * | getMountPoints (const IFMEServerStringArray *directives, IFMEServerMountPointVector &mountPoints) const =0 |
Protected Member Functions | |
IFMEServerMountPointManager () | |
virtual | ~IFMEServerMountPointManager () |
Private Member Functions | |
IFMEServerMountPointManager (const IFMEServerMountPointManager &other) | |
IFMEServerMountPointManager & | operator= (const IFMEServerMountPointManager &other) |
IFMEServerMountPointManager 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.
IFMEServerMountPointManager::IFMEServerMountPointManager | ( | ) | [inline, protected] |
virtual IFMEServerMountPointManager::~IFMEServerMountPointManager | ( | ) | [inline, protected, virtual] |
IFMEServerMountPointManager::IFMEServerMountPointManager | ( | const IFMEServerMountPointManager & | other | ) | [private] |
virtual IFMEServerStatus* IFMEServerMountPointManager::getMountPoint | ( | const IFMEServerString & | name, |
IFMEServerMountPoint & | mountPoint, | ||
FME_Boolean & | exists | ||
) | const [pure virtual] |
Gets the specified FME mount point.
name | the unique name that identifies the FME mount point. |
mountPoint | returns an FME mount point. |
exists | returns true if the requested mount point exists, otherwise false. |
virtual IFMEServerStatus* IFMEServerMountPointManager::getMountPoints | ( | const IFMEServerStringArray * | directives, |
IFMEServerMountPointVector & | mountPoints | ||
) | const [pure virtual] |
Gets a list of FME mount points.
directives | a list of keyword and values specifying the FME mount mounts to return. If NULL, then all mount points are returned. |
mountPoints | a list of returned FME mount points. An empty list is returned if there are no mount points. |
IFMEServerMountPointManager& IFMEServerMountPointManager::operator= | ( | const IFMEServerMountPointManager & | other | ) | [private] |