FME Server C++ API 3.0

IFMEServerMountPointManager Class Reference

IFMEServerMountPointManager interface. More...

#include <ifmeservermountpointmanager.h>

List of all members.

Public Member Functions

virtual IFMEServerStatusgetMountPoint (const IFMEServerString &name, IFMEServerMountPoint &mountPoint, FME_Boolean &exists) const =0
virtual IFMEServerStatusgetMountPoints (const IFMEServerStringArray *directives, IFMEServerMountPointVector &mountPoints) const =0

Protected Member Functions

 IFMEServerMountPointManager ()
virtual ~IFMEServerMountPointManager ()

Private Member Functions

 IFMEServerMountPointManager (const IFMEServerMountPointManager &other)
IFMEServerMountPointManageroperator= (const IFMEServerMountPointManager &other)

Detailed Description

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.


Constructor & Destructor Documentation

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

Member Function Documentation

virtual IFMEServerStatus* IFMEServerMountPointManager::getMountPoint ( const IFMEServerString name,
IFMEServerMountPoint mountPoint,
FME_Boolean &  exists 
) const [pure virtual]

Gets the specified FME mount point.

Parameters:
namethe unique name that identifies the FME mount point.
mountPointreturns an FME mount point.
existsreturns true if the requested mount point exists, otherwise false.
Returns:
IFMEServerStatus if an FME Server exception occurred.
virtual IFMEServerStatus* IFMEServerMountPointManager::getMountPoints ( const IFMEServerStringArray directives,
IFMEServerMountPointVector mountPoints 
) const [pure virtual]

Gets a list of FME mount points.

Parameters:
directivesa list of keyword and values specifying the FME mount mounts to return. If NULL, then all mount points are returned.
mountPointsa list of returned FME mount points. An empty list is returned if there are no mount points.
Returns:
IFMEServerStatus if an FME Server exception occurred.
IFMEServerMountPointManager& IFMEServerMountPointManager::operator= ( const IFMEServerMountPointManager other) [private]

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