com.esri.arcgis.geodatabaseextensions
Interface ITemporalFeatureClass2

All Superinterfaces:
Serializable
All Known Implementing Classes:
TemporalFeatureClass

public interface ITemporalFeatureClass2
extends Serializable

Provides access to server name info.

Product Availability

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


Method Summary
 String getConnectionName()
          Return Connection Name.
 String getServerName()
          Return Server Name.
 

Method Detail

getServerName

String getServerName()
                     throws IOException,
                            AutomationException
Return Server Name.

Product Availability

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

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

getConnectionName

String getConnectionName()
                         throws IOException,
                                AutomationException
Return Connection Name.

Product Availability

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

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