com.esri.arcgis.geodatabase
Interface IReplicaDescriptionExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
IReplicaDescriptionExtensionProxy, ReplicaDescriptionExtension

public interface IReplicaDescriptionExtension
extends Serializable

Provides access to a replica description extension.

Product Availability

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


Method Summary
 IUID getGUID()
          The GUID that identifies the replica description extension.
 String getName()
          The Name for this replica description extension.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The Name for this replica description extension.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getGUID

IUID getGUID()
             throws IOException,
                    AutomationException
The GUID that identifies the replica description extension.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.