|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.ReplicaDataset
public class ReplicaDataset
COM Class 'ReplicaDataset'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'Esri Replica Dataset 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.IReplicaDataset2 |
|---|
IID, IID829135b2_0bd4_4422_971c_19e27b8741ab, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDataset |
|---|
IID4e087148_2c4f_452f_bff0_88c67d3efb15 |
| Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDatasetEdit |
|---|
IID, IID79db3598_6e18_4921_b4f7_2cc03ad52c47, xxDummy |
| Constructor Summary | |
|---|---|
ReplicaDataset()
Constructs a ReplicaDataset using ArcGIS Engine. |
|
ReplicaDataset(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ReplicaDataset theReplicaDataset = (ReplicaDataset) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getDatasetID()
The ID of the dataset. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the dataset. |
java.lang.String |
getParentDatabase()
The name of the master geodatabase the dataset was checked out from. |
java.lang.String |
getParentOwner()
The owner of the dataset in the master geodatabase. |
int |
getReplicaID()
The ID of the replica associated with this dataset. |
java.lang.String |
getTargetName()
The target name of the dataset. |
int |
getType()
The type of the dataset. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ReplicaDataset. |
void |
setDatasetID(int rhs1)
The ID of the dataset. |
void |
setName(java.lang.String rhs1)
The name of the dataset. |
void |
setParentDatabase(java.lang.String rhs1)
The name of the master geodatabase the dataset was checked out from. |
void |
setParentOwner(java.lang.String rhs1)
The owner of the dataset in the master geodatabase. |
void |
setReplicaID(int rhs1)
The ID of the check-out associated with this dataset. |
void |
setTargetName(java.lang.String targetName)
The target name of the dataset. |
void |
setType(int rhs1)
The type of the dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplicaDataset()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ReplicaDataset(java.lang.Object obj)
throws java.io.IOException
ReplicaDataset theReplicaDataset = (ReplicaDataset) obj;
obj to ReplicaDataset.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
getType in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDatasetID()
throws java.io.IOException,
AutomationException
getDatasetID in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getParentOwner()
throws java.io.IOException,
AutomationException
getParentOwner in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getParentDatabase()
throws java.io.IOException,
AutomationException
getParentDatabase in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReplicaID()
throws java.io.IOException,
AutomationException
getReplicaID in interface IReplicaDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTargetName()
throws java.io.IOException,
AutomationException
getTargetName in interface IReplicaDataset2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetName(java.lang.String targetName)
throws java.io.IOException,
AutomationException
setTargetName in interface IReplicaDataset2targetName - The targetName (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 IReplicaDatasetEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int rhs1)
throws java.io.IOException,
AutomationException
setType in interface IReplicaDatasetEditrhs1 - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatasetID(int rhs1)
throws java.io.IOException,
AutomationException
setDatasetID in interface IReplicaDatasetEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentOwner(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setParentOwner in interface IReplicaDatasetEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentDatabase(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setParentDatabase in interface IReplicaDatasetEditrhs1 - The rhs1 (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 IReplicaDatasetEditrhs1 - 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 | ||||||||