|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IGPReplicaOptionsProxy com.esri.arcgis.geodatabase.IGPReplicaOptions2Proxy
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 =
public class IGPReplicaOptions2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaOptions2 |
---|
IID, IIDc2d25f91_087a_4b2e_bfe1_2dbac9cd6128 |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaOptions |
---|
IIDc75f38cc_f589_42cd_9a85_b0be9b7fcd2b |
Constructor Summary | |
---|---|
|
IGPReplicaOptions2Proxy()
Deprecated. For internal use only |
|
IGPReplicaOptions2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGPReplicaOptions2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPReplicaOptions2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPReplicaOptions2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
boolean |
isIncludeMapLayers()
Deprecated. isIncludeMapLayers |
boolean |
isResolveDatasetNameConflicts()
Deprecated. Resolve dataset name conflicts when creating replicas. |
boolean |
isReturnAllExpandedDatasets()
Deprecated. Return all datasets including feature datasets, topologies, and geometric networks when expanding. |
boolean |
isUseArchiving()
Deprecated. Use archiving instead of versions to track changes in one way replicas. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setIncludeMapLayers(boolean includeMapLayers)
Deprecated. setIncludeMapLayers |
void |
setResolveDatasetNameConflicts(boolean resolveNameConflicts)
Deprecated. Resolve dataset name conflicts when creating replicas. |
void |
setReturnAllExpandedDatasets(boolean returnAllExpandedDatasets)
Deprecated. Return all datasets including feature datasets, topologies, and geometric networks when expanding. |
void |
setUseArchiving(boolean useArchiving)
Deprecated. Use archiving instead of versions to track changes in one way replicas. |
Methods inherited from class com.esri.arcgis.geodatabase.IGPReplicaOptionsProxy |
---|
getAccessType, getChildConnectionString, getChildReconcilePolicy, getParentConnectionString, getParentReconcilePolicy, isChildFirstSender, isRegisterReplicaOnly, setAccessType, setChildConnectionString, setChildReconcilePolicy, setIsChildFirstSender, setParentConnectionString, setParentReconcilePolicy, setRegisterReplicaOnly |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.geodatabase.IGPReplicaOptions |
---|
getAccessType, getChildConnectionString, getChildReconcilePolicy, getParentConnectionString, getParentReconcilePolicy, isChildFirstSender, isRegisterReplicaOnly, setAccessType, setChildConnectionString, setChildReconcilePolicy, setIsChildFirstSender, setParentConnectionString, setParentReconcilePolicy, setRegisterReplicaOnly |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPReplicaOptions2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPReplicaOptions2Proxy()
public IGPReplicaOptions2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPReplicaOptions2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPReplicaOptions2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IGPReplicaOptionsProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IGPReplicaOptionsProxy
java.io.IOException
public void setUseArchiving(boolean useArchiving) throws java.io.IOException, AutomationException
setUseArchiving
in interface IGPReplicaOptions2
useArchiving
- The useArchiving (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseArchiving() throws java.io.IOException, AutomationException
isUseArchiving
in interface IGPReplicaOptions2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIncludeMapLayers(boolean includeMapLayers) throws java.io.IOException, AutomationException
setIncludeMapLayers
in interface IGPReplicaOptions2
includeMapLayers
- The includeMapLayers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIncludeMapLayers() throws java.io.IOException, AutomationException
isIncludeMapLayers
in interface IGPReplicaOptions2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnAllExpandedDatasets(boolean returnAllExpandedDatasets) throws java.io.IOException, AutomationException
setReturnAllExpandedDatasets
in interface IGPReplicaOptions2
returnAllExpandedDatasets
- The returnAllExpandedDatasets (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnAllExpandedDatasets() throws java.io.IOException, AutomationException
isReturnAllExpandedDatasets
in interface IGPReplicaOptions2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolveDatasetNameConflicts(boolean resolveNameConflicts) throws java.io.IOException, AutomationException
setResolveDatasetNameConflicts
in interface IGPReplicaOptions2
resolveNameConflicts
- The resolveNameConflicts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isResolveDatasetNameConflicts() throws java.io.IOException, AutomationException
isResolveDatasetNameConflicts
in interface IGPReplicaOptions2
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 |