com.esri.arcgis.geodatabase
Interface IGPReplica2

All Superinterfaces:
IGPReplica, java.io.Serializable
All Known Implementing Classes:
GPReplica, IGPReplica2Proxy

public interface IGPReplica2
extends IGPReplica, java.io.Serializable

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

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 IID4202a324_d1de_46d9_8469_f14ed363f12c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplica
IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37
 
Method Summary
 java.lang.Object getMyTime()
          getMyTime
 java.lang.Object getSibMyTime()
          getSibMyTime
 java.lang.Object getSibTime()
          getSibTime
 boolean isInTransportFile()
          isInTransportFile
 boolean isResolveDatasetNameConflicts()
          Resolve dataset name conflicts when creating replicas.
 boolean isUseArchiving()
          Use archiving instead of versions to track changes in one way replicas.
 void setInTransportFile(boolean inTransportFile)
          setInTransportFile
 void setMyTime(java.lang.Object myTime)
          setMyTime
 void setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts)
          Resolve dataset name conflicts when creating replicas.
 void setSibMyTime(java.lang.Object sibMyTime)
          setSibMyTime
 void setSibTime(java.lang.Object sibTime)
          setSibTime
 void setUseArchiving(boolean useArchiving)
          Use archiving instead of versions to track changes in one way replicas.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGPReplica
getAccessType, getCreationDate, getGUID, getID, getMyGenerationNumber, getName, getReconcilePolicy, getReplicaDescription, getReplicaState, getReplicaVersion, getRole, getSibConnectionString, getSibGenerationNumber, getSibMyGenerationNumber, init, isHasConflicts, setAccessType, setCreationDate, setGUID, setHasConflicts, setID, setMyGenerationNumber, setName, setReconcilePolicy, setReplicaDescriptionByRef, setReplicaState, setReplicaVersion, setRole, setSibConnectionString, setSibGenerationNumber, setSibMyGenerationNumber
 

Field Detail

IID4202a324_d1de_46d9_8469_f14ed363f12c

static final int IID4202a324_d1de_46d9_8469_f14ed363f12c
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

setUseArchiving

void setUseArchiving(boolean useArchiving)
                     throws java.io.IOException,
                            AutomationException
Use archiving instead of versions to track changes in one way replicas.

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

isUseArchiving

boolean isUseArchiving()
                       throws java.io.IOException,
                              AutomationException
Use archiving instead of versions to track changes in one way replicas.

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

getMyTime

java.lang.Object getMyTime()
                           throws java.io.IOException,
                                  AutomationException
getMyTime

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMyTime

void setMyTime(java.lang.Object myTime)
               throws java.io.IOException,
                      AutomationException
setMyTime

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

getSibTime

java.lang.Object getSibTime()
                            throws java.io.IOException,
                                   AutomationException
getSibTime

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSibTime

void setSibTime(java.lang.Object sibTime)
                throws java.io.IOException,
                       AutomationException
setSibTime

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

getSibMyTime

java.lang.Object getSibMyTime()
                              throws java.io.IOException,
                                     AutomationException
getSibMyTime

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSibMyTime

void setSibMyTime(java.lang.Object sibMyTime)
                  throws java.io.IOException,
                         AutomationException
setSibMyTime

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

setInTransportFile

void setInTransportFile(boolean inTransportFile)
                        throws java.io.IOException,
                               AutomationException
setInTransportFile

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

isInTransportFile

boolean isInTransportFile()
                          throws java.io.IOException,
                                 AutomationException
isInTransportFile

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

setResolveDatasetNameConflicts

void setResolveDatasetNameConflicts(boolean resolveDatasetNameConflicts)
                                    throws java.io.IOException,
                                           AutomationException
Resolve dataset name conflicts when creating replicas.

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

isResolveDatasetNameConflicts

boolean isResolveDatasetNameConflicts()
                                      throws java.io.IOException,
                                             AutomationException
Resolve dataset name conflicts when creating replicas.

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