|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.Replica
public class Replica
COM Class 'Replica'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'Esri Replica object.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.IReplica3 |
---|
IID, IIDa3213932_009d_4a49_ae5e_945f32e079f2, xxDummy |
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 |
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaEdit2 |
---|
IID, IIDe4f414d0_398a_47b8_8176_daa6860cdd77, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaEdit |
---|
IID891ac2b8_4744_454c_8e16_1c46c38fc0b4 |
Constructor Summary | |
---|---|
Replica()
Constructs a Replica using ArcGIS Engine. |
|
Replica(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Replica theReplica = (Replica) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getAccessType()
Replica access type. |
IEnumReplicaDataset |
getAllReplicaDatasets()
The replica datasets for the replica. |
static java.lang.String |
getClsid()
getClsid. |
IWorkspaceName |
getConnectionInfo()
The WorkspaceName object for the master geodatabase. |
IReplicaDescription |
getDescription()
The ReplicaDescription associated with the replica. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IEnumReplicaLog |
getLog()
Replica log associated with this replica. |
int |
getMyGenerationNumber()
The generation number for a replica. |
java.lang.String |
getName()
The name of the replica. |
java.lang.String |
getOwner()
The database user that owns the replica in the workspace. |
int |
getParentID()
The ID of the replica reference in the master geodatabase. |
int |
getReconcilePolicyType()
Replica reconcile policy. |
IEnumReplicaDataset |
getReplicaDatasets()
The replica datasets for this replica. |
double |
getReplicaDate()
The date that the data was checked out. |
java.lang.String |
getReplicaGuid()
The guid of the replica. |
int |
getReplicaID()
The ID of the replica. |
java.lang.String |
getReplicaReceivingVersion()
The replica version that recieves the changes. |
int |
getReplicaRole()
Determines if the workspace is the replica geodatabase or the master geodatabase for the replica. |
int |
getReplicaState()
The replica state. |
java.lang.String |
getSibConnectionString()
The sib connection string for a replica. |
int |
getSibGenerationNumber()
The generation number for a replica's sibling. |
int |
getSibMyGenNumber()
The generation number that the sibling thinks is my generation number. |
java.lang.String |
getVersion()
The name of the replica version. |
int |
hashCode()
the hashcode for this object |
void |
init(IReplica otherReplica)
Init the replica from other replica. |
void |
init2(IGPReplica gPReplica,
IWorkspace targetWorkspace)
Initializes a replica from a gpreplica. |
boolean |
isHasConflicts()
Indicates if the replica sync has conflicts. |
boolean |
isUseArchiving()
Use archiving instead of versions to track replica changes. |
void |
release()
Release a Replica. |
void |
setAccessType(int rhs1)
Replica access type. |
void |
setAllReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
The replica datasets for this replica. |
void |
setConnectionInfoByRef(IWorkspaceName rhs1)
The connection string for the master geodatabase. |
void |
setDescriptionByRef(IReplicaDescription rhs1)
The replica version description. |
void |
setName(java.lang.String rhs1)
The name of the replica. |
void |
setOwner(java.lang.String rhs1)
The master geodatabase login used to create the replica. |
void |
setParentID(int rhs1)
The ID of the replica reference in the master geodatabase. |
void |
setReconcilePolicyType(int rhs1)
Replica reconcile policy. |
void |
setReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
The replica datasets for this replica. |
void |
setReplicaDate(double rhs1)
The date that the data was checked out. |
void |
setReplicaGuid(java.lang.String rhs1)
The guid of the replica. |
void |
setReplicaID(int rhs1)
The ID of the replica. |
void |
setReplicaRole(int rhs1)
Determines if the workspace is the replica geodatabase or the master geodatabase for the replica. |
void |
setSibConnectionString(java.lang.String rhs1)
The sib connection string for a replica. |
void |
setSibMyGenNumber(int rhs1)
The generation number that the sibling thinks is my generation number. |
void |
setUseArchiving(boolean useArchiving)
Use archiving instead of versions to track replica changes. |
void |
setVersion(java.lang.String rhs1)
The name of the replica version. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Replica() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic Replica(java.lang.Object obj) throws java.io.IOException
Replica theReplica = (Replica) obj;
obj
to Replica
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getReplicaID() throws java.io.IOException, AutomationException
getReplicaID
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOwner() throws java.io.IOException, AutomationException
getOwner
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParentID() throws java.io.IOException, AutomationException
getParentID
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getReplicaDate() throws java.io.IOException, AutomationException
getReplicaDate
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReplicaGuid() throws java.io.IOException, AutomationException
getReplicaGuid
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IReplicaDescription getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getConnectionInfo() throws java.io.IOException, AutomationException
getConnectionInfo
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReplicaRole() throws java.io.IOException, AutomationException
getReplicaRole
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumReplicaDataset getReplicaDatasets() throws java.io.IOException, AutomationException
getReplicaDatasets
in interface IReplica
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMyGenerationNumber() throws java.io.IOException, AutomationException
getMyGenerationNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSibGenerationNumber() throws java.io.IOException, AutomationException
getSibGenerationNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSibMyGenNumber() throws java.io.IOException, AutomationException
getSibMyGenNumber
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumReplicaLog getLog() throws java.io.IOException, AutomationException
getLog
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumReplicaDataset getAllReplicaDatasets() throws java.io.IOException, AutomationException
getAllReplicaDatasets
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init2(IGPReplica gPReplica, IWorkspace targetWorkspace) throws java.io.IOException, AutomationException
init2
in interface IReplica2
gPReplica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)targetWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAccessType() throws java.io.IOException, AutomationException
getAccessType
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReconcilePolicyType() throws java.io.IOException, AutomationException
getReconcilePolicyType
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasConflicts() throws java.io.IOException, AutomationException
isHasConflicts
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReplicaReceivingVersion() throws java.io.IOException, AutomationException
getReplicaReceivingVersion
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReplicaState() throws java.io.IOException, AutomationException
getReplicaState
in interface IReplica2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSibConnectionString() throws java.io.IOException, AutomationException
getSibConnectionString
in interface IReplica2
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 IReplica3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseArchiving(boolean useArchiving) throws java.io.IOException, AutomationException
setUseArchiving
in interface IReplica3
useArchiving
- The useArchiving (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaID(int rhs1) throws java.io.IOException, AutomationException
setReplicaID
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setName
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOwner(java.lang.String rhs1) throws java.io.IOException, AutomationException
setOwner
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVersion(java.lang.String rhs1) throws java.io.IOException, AutomationException
setVersion
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentID(int rhs1) throws java.io.IOException, AutomationException
setParentID
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaDate(double rhs1) throws java.io.IOException, AutomationException
setReplicaDate
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaGuid(java.lang.String rhs1) throws java.io.IOException, AutomationException
setReplicaGuid
in interface IReplicaEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescriptionByRef(IReplicaDescription rhs1) throws java.io.IOException, AutomationException
setDescriptionByRef
in interface IReplicaEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConnectionInfoByRef(IWorkspaceName rhs1) throws java.io.IOException, AutomationException
setConnectionInfoByRef
in interface IReplicaEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaRole(int rhs1) throws java.io.IOException, AutomationException
setReplicaRole
in interface IReplicaEdit
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplicaDatasetsByRef(IEnumReplicaDataset rhs1) throws java.io.IOException, AutomationException
setReplicaDatasetsByRef
in interface IReplicaEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(IReplica otherReplica) throws java.io.IOException, AutomationException
init
in interface IReplicaEdit
otherReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSibMyGenNumber(int rhs1) throws java.io.IOException, AutomationException
setSibMyGenNumber
in interface IReplicaEdit2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllReplicaDatasetsByRef(IEnumReplicaDataset rhs1) throws java.io.IOException, AutomationException
setAllReplicaDatasetsByRef
in interface IReplicaEdit2
rhs1
- A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccessType(int rhs1) throws java.io.IOException, AutomationException
setAccessType
in interface IReplicaEdit2
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReconcilePolicyType(int rhs1) throws java.io.IOException, AutomationException
setReconcilePolicyType
in interface IReplicaEdit2
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSibConnectionString(java.lang.String rhs1) throws java.io.IOException, AutomationException
setSibConnectionString
in interface IReplicaEdit2
rhs1
- The rhs1 (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 |