|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPReplicaOptions
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 |
---|
static final int IIDc75f38cc_f589_42cd_9a85_b0be9b7fcd2b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIsChildFirstSender(boolean childIsFirstSender) throws java.io.IOException, AutomationException
childIsFirstSender
- The childIsFirstSender (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isChildFirstSender() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAccessType(int accessType) throws java.io.IOException, AutomationException
accessType
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAccessType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildReconcilePolicy(int childPolicy) throws java.io.IOException, AutomationException
childPolicy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getChildReconcilePolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentReconcilePolicy(int parentPolicy) throws java.io.IOException, AutomationException
parentPolicy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParentReconcilePolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRegisterReplicaOnly(boolean registerReplicaData) throws java.io.IOException, AutomationException
registerReplicaData
- The registerReplicaData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRegisterReplicaOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildConnectionString(java.lang.String childConnectionString) throws java.io.IOException, AutomationException
childConnectionString
- The childConnectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getChildConnectionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentConnectionString(java.lang.String parentConnectionString) throws java.io.IOException, AutomationException
parentConnectionString
- The parentConnectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentConnectionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |