com.esri.arcgis.geodatabase
Interface IWorkspaceDefinition2

All Superinterfaces:
IWorkspaceDefinition, Serializable
All Known Implementing Classes:
WorkspaceDefinition

public interface IWorkspaceDefinition2
extends IWorkspaceDefinition, Serializable

Provides access to members that describe the definition of a workspace.

Product Availability

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


Method Summary
 IGPReplica getGPReplica()
          The replica.
 void setGPReplicaByRef(IGPReplica replica)
          The replica.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceDefinition
getChildren, getDomains, getVersion, getWorkspaceType, setChildrenByRef, setDomainsByRef, setVersion, setWorkspaceType
 

Method Detail

setGPReplicaByRef

void setGPReplicaByRef(IGPReplica replica)
                       throws IOException,
                              AutomationException
The replica.

Product Availability

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

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

getGPReplica

IGPReplica getGPReplica()
                        throws IOException,
                               AutomationException
The replica.

Product Availability

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

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