com.esri.arcgis.geodatabase
Class IReplica2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IReplica2'. 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 =

public class IReplica2Proxy
extends IReplicaProxy
implements IReplica2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IReplica2
IID, IID3b29c4b9_4989_4871_8006_57dcc67f59d9
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica
IIDc475452c_72f3_4277_9fb7_fd8099665cec
 
Constructor Summary
  IReplica2Proxy()
          Deprecated. For internal use only
  IReplica2Proxy(java.lang.Object obj)
          Deprecated.  
protected IReplica2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IReplica2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IReplica2Proxy(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.  
 int getAccessType()
          Deprecated. Replica access type.
 IEnumReplicaDataset getAllReplicaDatasets()
          Deprecated. The replica datasets for the replica.
 IEnumReplicaLog getLog()
          Deprecated. Replica log associated with this replica.
 int getMyGenerationNumber()
          Deprecated. The generation number for a replica.
 int getReconcilePolicyType()
          Deprecated. Replica reconcile policy.
 java.lang.String getReplicaReceivingVersion()
          Deprecated. The replica version that recieves the changes.
 int getReplicaState()
          Deprecated. The replica state.
 java.lang.String getSibConnectionString()
          Deprecated. The sib connection string for a replica.
 int getSibGenerationNumber()
          Deprecated. The generation number for a replica's sibling.
 int getSibMyGenNumber()
          Deprecated. The generation number that the sibling thinks is my generation number.
 void init2(IGPReplica gPReplica, IWorkspace targetWorkspace)
          Deprecated. Initializes a replica from a gpreplica.
 boolean isHasConflicts()
          Deprecated. Indicates if the replica sync has conflicts.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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.IReplica
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IReplica2Proxy

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

IReplica2Proxy

public IReplica2Proxy()
Deprecated. 
For internal use only


IReplica2Proxy

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

IReplica2Proxy

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

IReplica2Proxy

protected IReplica2Proxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Deprecated. 
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
Deprecated. 
Overrides:
addListener in class IReplicaProxy
Throws:
java.io.IOException

removeListener

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

getMyGenerationNumber

public int getMyGenerationNumber()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The generation number for a replica.

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

getSibGenerationNumber

public int getSibGenerationNumber()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The generation number for a replica's sibling.

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

getSibMyGenNumber

public int getSibMyGenNumber()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The generation number that the sibling thinks is my generation number.

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

getLog

public IEnumReplicaLog getLog()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Replica log associated with this replica.

Specified by:
getLog in interface IReplica2
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumReplicaLog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllReplicaDatasets

public IEnumReplicaDataset getAllReplicaDatasets()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The replica datasets for the replica.

Specified by:
getAllReplicaDatasets in interface IReplica2
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init2

public void init2(IGPReplica gPReplica,
                  IWorkspace targetWorkspace)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Initializes a replica from a gpreplica.

Specified by:
init2 in interface IReplica2
Parameters:
gPReplica - A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)
targetWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccessType

public int getAccessType()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Replica access type.

Specified by:
getAccessType in interface IReplica2
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.

getReconcilePolicyType

public int getReconcilePolicyType()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Replica reconcile policy.

Specified by:
getReconcilePolicyType in interface IReplica2
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.

isHasConflicts

public boolean isHasConflicts()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the replica sync has conflicts.

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

getReplicaReceivingVersion

public java.lang.String getReplicaReceivingVersion()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The replica version that recieves the changes.

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

getReplicaState

public int getReplicaState()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The replica state.

Specified by:
getReplicaState in interface IReplica2
Returns:
A com.esri.arcgis.geodatabase.esriReplicaState constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSibConnectionString

public java.lang.String getSibConnectionString()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The sib connection string for a replica.

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