com.esri.arcgis.geodatabase
Interface IGPReplicaOptions

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGPReplicaOptions2
All Known Implementing Classes:
GPReplicaOptions, IGPReplicaOptions2Proxy, IGPReplicaOptionsProxy

public interface IGPReplicaOptions
extends java.io.Serializable

COM Interface 'IGPReplicaOptions'. Generated 3/19/2015 1:20:54 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 IIDc75f38cc_f589_42cd_9a85_b0be9b7fcd2b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAccessType()
          The replica access type.
 java.lang.String getChildConnectionString()
          The connection string for the child geodatabase.
 int getChildReconcilePolicy()
          The childs replica reconcile property.
 java.lang.String getParentConnectionString()
          The connection string for the parent geodatabase.
 int getParentReconcilePolicy()
          The parents replica reconcile policy.
 boolean isChildFirstSender()
          Indicates if the child replica will be the first sender.
 boolean isRegisterReplicaOnly()
          Indicates if the replica will be created using the register existing data only option.
 void setAccessType(int accessType)
          The replica access type.
 void setChildConnectionString(java.lang.String childConnectionString)
          The connection string for the child geodatabase.
 void setChildReconcilePolicy(int childPolicy)
          The childs replica reconcile property.
 void setIsChildFirstSender(boolean childIsFirstSender)
          Indicates if the child replica will be the first sender.
 void setParentConnectionString(java.lang.String parentConnectionString)
          The connection string for the parent geodatabase.
 void setParentReconcilePolicy(int parentPolicy)
          The parents replica reconcile policy.
 void setRegisterReplicaOnly(boolean registerReplicaData)
          Indicates if the replica will be created using the register existing data only option.
 

Field Detail

IIDc75f38cc_f589_42cd_9a85_b0be9b7fcd2b

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

setIsChildFirstSender

void setIsChildFirstSender(boolean childIsFirstSender)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the child replica will be the first sender.

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

isChildFirstSender

boolean isChildFirstSender()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the child replica will be the first sender.

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

setAccessType

void setAccessType(int accessType)
                   throws java.io.IOException,
                          AutomationException
The replica access type.

Parameters:
accessType - A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccessType

int getAccessType()
                  throws java.io.IOException,
                         AutomationException
The replica access type.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaAccessType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChildReconcilePolicy

void setChildReconcilePolicy(int childPolicy)
                             throws java.io.IOException,
                                    AutomationException
The childs replica reconcile property.

Parameters:
childPolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildReconcilePolicy

int getChildReconcilePolicy()
                            throws java.io.IOException,
                                   AutomationException
The childs replica reconcile property.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentReconcilePolicy

void setParentReconcilePolicy(int parentPolicy)
                              throws java.io.IOException,
                                     AutomationException
The parents replica reconcile policy.

Parameters:
parentPolicy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentReconcilePolicy

int getParentReconcilePolicy()
                             throws java.io.IOException,
                                    AutomationException
The parents replica reconcile policy.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRegisterReplicaOnly

void setRegisterReplicaOnly(boolean registerReplicaData)
                            throws java.io.IOException,
                                   AutomationException
Indicates if the replica will be created using the register existing data only option.

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

isRegisterReplicaOnly

boolean isRegisterReplicaOnly()
                              throws java.io.IOException,
                                     AutomationException
Indicates if the replica will be created using the register existing data only option.

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

setChildConnectionString

void setChildConnectionString(java.lang.String childConnectionString)
                              throws java.io.IOException,
                                     AutomationException
The connection string for the child geodatabase.

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

getChildConnectionString

java.lang.String getChildConnectionString()
                                          throws java.io.IOException,
                                                 AutomationException
The connection string for the child geodatabase.

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

setParentConnectionString

void setParentConnectionString(java.lang.String parentConnectionString)
                               throws java.io.IOException,
                                      AutomationException
The connection string for the parent geodatabase.

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

getParentConnectionString

java.lang.String getParentConnectionString()
                                           throws java.io.IOException,
                                                  AutomationException
The connection string for the parent geodatabase.

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