com.esri.arcgis.geodatabase
Interface IWorkspaceReplicas2

All Superinterfaces:
IWorkspaceReplicas, java.io.Serializable
All Known Implementing Classes:
IWorkspaceReplicas2Proxy

public interface IWorkspaceReplicas2
extends IWorkspaceReplicas, java.io.Serializable

COM Interface 'IWorkspaceReplicas2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return objects containing information about replicas.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID21841681_bc98_4c79_aff1_b13ccd06f107
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceReplicas
IIDd7463e40_9508_4b36_8728_29524d897fff
 
Method Summary
 void refreshReplica(java.lang.String replicaGuid)
          Refresh a replica from a geodatabase.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceReplicas
getReplicaByGuid, getReplicaByID, getReplicaByName, getReplicas, refreshReplicas
 

Field Detail

IID21841681_bc98_4c79_aff1_b13ccd06f107

static final int IID21841681_bc98_4c79_aff1_b13ccd06f107
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

refreshReplica

void refreshReplica(java.lang.String replicaGuid)
                    throws java.io.IOException,
                           AutomationException
Refresh a replica from a geodatabase.

Parameters:
replicaGuid - The replicaGuid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.