com.esri.arcgis.datainterop
Interface IFMEExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
IFMEExtensionProxy

public interface IFMEExtension
extends Serializable

IFMEExtension Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void addShutdownCallback(IShutdownCallback shutdownCallback)
          method AddShutdownCallback
 String getExtensionTempDirectory()
          property ExtensionTempDirectory
 void resetAllDatasets()
          method ResetAllDatasets
 

Method Detail

resetAllDatasets

void resetAllDatasets()
                      throws IOException,
                             AutomationException
method ResetAllDatasets

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionTempDirectory

String getExtensionTempDirectory()
                                 throws IOException,
                                        AutomationException
property ExtensionTempDirectory

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addShutdownCallback

void addShutdownCallback(IShutdownCallback shutdownCallback)
                         throws IOException,
                                AutomationException
method AddShutdownCallback

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
shutdownCallback - A reference to a com.esri.arcgis.datainterop.IShutdownCallback (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.