com.esri.arcgis.geodatabase
Class IReplica3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IReplicaProxy
          extended by com.esri.arcgis.geodatabase.IReplica2Proxy
              extended by com.esri.arcgis.geodatabase.IReplica3Proxy
All Implemented Interfaces:
IReplica, IReplica2, IReplica3, java.io.Externalizable, java.io.Serializable

public class IReplica3Proxy
extends IReplica2Proxy
implements IReplica3, java.io.Serializable

Internal use class Proxy for COM Interface 'IReplica3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get information about a replica.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IReplica3
IID, IIDa3213932_009d_4a49_ae5e_945f32e079f2
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica2
IID3b29c4b9_4989_4871_8006_57dcc67f59d9
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica
IIDc475452c_72f3_4277_9fb7_fd8099665cec
 
Constructor Summary
  IReplica3Proxy()
          For internal use only
  IReplica3Proxy(java.lang.Object obj)
           
protected IReplica3Proxy(java.lang.Object obj, java.lang.String iid)
           
  IReplica3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IReplica3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 boolean isUseArchiving()
          Use archiving instead of versions to track replica changes.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setUseArchiving(boolean useArchiving)
          Use archiving instead of versions to track replica changes.
 
Methods inherited from class com.esri.arcgis.geodatabase.IReplica2Proxy
getAccessType, getAllReplicaDatasets, getLog, getMyGenerationNumber, getReconcilePolicyType, getReplicaReceivingVersion, getReplicaState, getSibConnectionString, getSibGenerationNumber, getSibMyGenNumber, init2, isHasConflicts
 
Methods inherited from class com.esri.arcgis.geodatabase.IReplicaProxy
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion
 
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.IReplica2
getAccessType, getAllReplicaDatasets, getLog, getMyGenerationNumber, getReconcilePolicyType, getReplicaReceivingVersion, getReplicaState, getSibConnectionString, getSibGenerationNumber, getSibMyGenNumber, init2, isHasConflicts
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplica
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IReplica3Proxy

public IReplica3Proxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IReplica3Proxy

public IReplica3Proxy()
For internal use only


IReplica3Proxy

public IReplica3Proxy(java.lang.Object obj)
               throws java.io.IOException
Throws:
java.io.IOException

IReplica3Proxy

protected IReplica3Proxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Throws:
java.io.IOException

IReplica3Proxy

protected IReplica3Proxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IReplica2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IReplica2Proxy
Throws:
java.io.IOException

isUseArchiving

public boolean isUseArchiving()
                       throws java.io.IOException,
                              AutomationException
Use archiving instead of versions to track replica changes.

Specified by:
isUseArchiving in interface IReplica3
Returns:
The useArchiving
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseArchiving

public void setUseArchiving(boolean useArchiving)
                     throws java.io.IOException,
                            AutomationException
Use archiving instead of versions to track replica changes.

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