|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IGraphicFeatureServerReplicationProxy
Description: 'Provides access to replication members of Graphic Feature Server.' 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 IGraphicFeatureServerReplicationProxy
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.carto.IGraphicFeatureServerReplication |
---|
IID, IID6a727d6f_0b7d_478e_847e_8cf875180b0d |
Constructor Summary | |
---|---|
|
IGraphicFeatureServerReplicationProxy()
Deprecated. For internal use only |
|
IGraphicFeatureServerReplicationProxy(java.lang.Object obj)
Deprecated. |
protected |
IGraphicFeatureServerReplicationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGraphicFeatureServerReplicationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGraphicFeatureServerReplicationProxy(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. |
void |
alterReplica(IGPReplica replica)
Deprecated. Alter the definition of a replica. |
IGDSData |
createReplica(java.lang.String replicaName,
IGFSReplicaDescription replicaDescription,
IGPReplicaOptions repOptions,
IGDSExportOptions exportOptions,
int transportType)
Deprecated. Create Replica. |
IGDSData |
exportReplicaDataChanges(java.lang.String replicaName,
IGDSExportOptions options,
int transportType)
Deprecated. Exports data changes for a replica. |
IGPReplicas |
getReplicas()
Deprecated. The replicas in the workspace of the mxd document's data source. |
boolean |
importReplicaDataChanges(int sourceType,
int reconcilePolicy,
IGDSData data)
Deprecated. Import the data changes for a replica. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
unregisterReplica(java.lang.String replicaName)
Deprecated. Unregister the replica. |
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 |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGraphicFeatureServerReplicationProxy(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 IGraphicFeatureServerReplicationProxy()
public IGraphicFeatureServerReplicationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServerReplicationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServerReplicationProxy(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 com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IGDSData createReplica(java.lang.String replicaName, IGFSReplicaDescription replicaDescription, IGPReplicaOptions repOptions, IGDSExportOptions exportOptions, int transportType) throws java.io.IOException, AutomationException
createReplica
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)replicaDescription
- A reference to a com.esri.arcgis.carto.IGFSReplicaDescription (in)repOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)exportOptions
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplicas getReplicas() throws java.io.IOException, AutomationException
getReplicas
in interface IGraphicFeatureServerReplication
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unregisterReplica(java.lang.String replicaName) throws java.io.IOException, AutomationException
unregisterReplica
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData exportReplicaDataChanges(java.lang.String replicaName, IGDSExportOptions options, int transportType) throws java.io.IOException, AutomationException
exportReplicaDataChanges
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)options
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean importReplicaDataChanges(int sourceType, int reconcilePolicy, IGDSData data) throws java.io.IOException, AutomationException
importReplicaDataChanges
in interface IGraphicFeatureServerReplication
sourceType
- A com.esri.arcgis.geodatabasedistributed.esriGDSReplicaImportSource constant (in)reconcilePolicy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)data
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterReplica(IGPReplica replica) throws java.io.IOException, AutomationException
alterReplica
in interface IGraphicFeatureServerReplication
replica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)
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 |