com.esri.arcgis.geodatabase
Class IGPReplicaProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGPReplicaProxy
All Implemented Interfaces:
IGPReplica, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGPReplica2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IGPReplica'. Generated 3/19/2015 1:20:54 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 IGPReplicaProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPReplica, 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.IGPReplica
IID, IIDa64e67f0_91d2_4b3f_8553_bc9f641cbc37
 
Constructor Summary
  IGPReplicaProxy()
          Deprecated. For internal use only
  IGPReplicaProxy(java.lang.Object obj)
          Deprecated.  
protected IGPReplicaProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPReplicaProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPReplicaProxy(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.
 java.lang.Object getCreationDate()
          Deprecated. The date the replica was created.
 java.lang.String getGUID()
          Deprecated. The guid of the replica.
 int getID()
          Deprecated. The ID of the replica.
 int getMyGenerationNumber()
          Deprecated. The generation number for the replica.
 java.lang.String getName()
          Deprecated. Name of the replica.
 int getReconcilePolicy()
          Deprecated. The replica reconcile policy.
 IGPReplicaDescription getReplicaDescription()
          Deprecated. The replica description for the replica.
 int getReplicaState()
          Deprecated. The replica state.
 java.lang.String getReplicaVersion()
          Deprecated. The name of the replica version.
 int getRole()
          Deprecated. The replica role.
 java.lang.String getSibConnectionString()
          Deprecated. The connection string of the relative replica.
 int getSibGenerationNumber()
          Deprecated. The generation number of the relative replica.
 int getSibMyGenerationNumber()
          Deprecated. The last generation number that has been acknowledged by the relative replica.
 void init(IReplica replica)
          Deprecated. Initializes the class using an IReplica object.
 boolean isHasConflicts()
          Deprecated. Indicates if the replica is in conflict.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAccessType(int accessType)
          Deprecated. Replica access type.
 void setCreationDate(java.lang.Object replicaRole)
          Deprecated. The date the replica was created.
 void setGUID(java.lang.String gUID)
          Deprecated. The guid of the replica.
 void setHasConflicts(boolean hasConflicts)
          Deprecated. Indicates if the replica is in conflict.
 void setID(int replicaID)
          Deprecated. The ID of the replica.
 void setMyGenerationNumber(int pMyGenerationNumber)
          Deprecated. The generation number for the replica.
 void setName(java.lang.String replicaName)
          Deprecated. Name of the replica.
 void setReconcilePolicy(int policy)
          Deprecated. The replica reconcile policy.
 void setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription)
          Deprecated. The replica description for the replica.
 void setReplicaState(int replicaState)
          Deprecated. The replica state.
 void setReplicaVersion(java.lang.String replicaVersion)
          Deprecated. The name of the replica version.
 void setRole(int replicaRole)
          Deprecated. The replica role.
 void setSibConnectionString(java.lang.String sibConnectionString)
          Deprecated. The connection string of the relative replica.
 void setSibGenerationNumber(int pSibGenerationNumber)
          Deprecated. The generation number of the relative replica.
 void setSibMyGenerationNumber(int pSibMyGenerationNumber)
          Deprecated. The last generation number that has been acknowledged by the relative 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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPReplicaProxy

public IGPReplicaProxy(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

IGPReplicaProxy

public IGPReplicaProxy()
Deprecated. 
For internal use only


IGPReplicaProxy

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

IGPReplicaProxy

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

IGPReplicaProxy

protected IGPReplicaProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

init

public void init(IReplica replica)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the class using an IReplica object.

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

setName

public void setName(java.lang.String replicaName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the replica.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the replica.

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

setID

public void setID(int replicaID)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
The ID of the replica.

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

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The ID of the replica.

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

setGUID

public void setGUID(java.lang.String gUID)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The guid of the replica.

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

getGUID

public java.lang.String getGUID()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The guid of the replica.

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

setRole

public void setRole(int replicaRole)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The replica role.

Specified by:
setRole in interface IGPReplica
Parameters:
replicaRole - A com.esri.arcgis.geodatabase.esriReplicaRole constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRole

public int getRole()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The replica role.

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

setAccessType

public void setAccessType(int accessType)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Replica access type.

Specified by:
setAccessType in interface IGPReplica
Parameters:
accessType - A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (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 IGPReplica
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.

setCreationDate

public void setCreationDate(java.lang.Object replicaRole)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The date the replica was created.

Specified by:
setCreationDate in interface IGPReplica
Parameters:
replicaRole - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreationDate

public java.lang.Object getCreationDate()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The date the replica was created.

Specified by:
getCreationDate in interface IGPReplica
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplicaVersion

public void setReplicaVersion(java.lang.String replicaVersion)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The name of the replica version.

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

getReplicaVersion

public java.lang.String getReplicaVersion()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The name of the replica version.

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

setMyGenerationNumber

public void setMyGenerationNumber(int pMyGenerationNumber)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The generation number for the replica.

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

getMyGenerationNumber

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

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

setSibGenerationNumber

public void setSibGenerationNumber(int pSibGenerationNumber)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The generation number of the relative replica.

Specified by:
setSibGenerationNumber in interface IGPReplica
Parameters:
pSibGenerationNumber - The pSibGenerationNumber (in)
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 of the relative replica.

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

setSibMyGenerationNumber

public void setSibMyGenerationNumber(int pSibMyGenerationNumber)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The last generation number that has been acknowledged by the relative replica.

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

getSibMyGenerationNumber

public int getSibMyGenerationNumber()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The last generation number that has been acknowledged by the relative replica.

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

setReplicaState

public void setReplicaState(int replicaState)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The replica state.

Specified by:
setReplicaState in interface IGPReplica
Parameters:
replicaState - A com.esri.arcgis.geodatabase.esriReplicaState constant (in)
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 IGPReplica
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.

setSibConnectionString

public void setSibConnectionString(java.lang.String sibConnectionString)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The connection string of the relative replica.

Specified by:
setSibConnectionString in interface IGPReplica
Parameters:
sibConnectionString - The sibConnectionString (in)
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 connection string of the relative replica.

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

setReplicaDescriptionByRef

public void setReplicaDescriptionByRef(IGPReplicaDescription replicaDescription)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The replica description for the replica.

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

getReplicaDescription

public IGPReplicaDescription getReplicaDescription()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The replica description for the replica.

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

setReconcilePolicy

public void setReconcilePolicy(int policy)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The replica reconcile policy.

Specified by:
setReconcilePolicy in interface IGPReplica
Parameters:
policy - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReconcilePolicy

public int getReconcilePolicy()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The replica reconcile policy.

Specified by:
getReconcilePolicy in interface IGPReplica
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.

setHasConflicts

public void setHasConflicts(boolean hasConflicts)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the replica is in conflict.

Specified by:
setHasConflicts in interface IGPReplica
Parameters:
hasConflicts - The hasConflicts (in)
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 is in conflict.

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