com.esri.arcgis.geodatabase
Class IGPReplicaDatasetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGPReplicaDatasetProxy
All Implemented Interfaces:
IGPReplicaDataset, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGPReplicaDataset2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IGPReplicaDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return the properties of a replica dataset.' 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 IGPReplicaDatasetProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPReplicaDataset, 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.IGPReplicaDataset
IID, IID7b913e1b_4de7_4d37_82fc_81e458964cd6
 
Constructor Summary
  IGPReplicaDatasetProxy()
          Deprecated. For internal use only
  IGPReplicaDatasetProxy(java.lang.Object obj)
          Deprecated.  
protected IGPReplicaDatasetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPReplicaDatasetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPReplicaDatasetProxy(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 getDatasetType()
          Deprecated. The dataset type.
 java.lang.String getDefQuery()
          Deprecated. Definition query for the replica dataset.
 java.lang.String getName()
          Deprecated. The name of the dataset.
 java.lang.String getRelDestinationClass()
          Deprecated. The destination class for the relationship class.
 int getRelExtractDirection()
          Deprecated. Defines the direction of the replicated relationship class.
 java.lang.String getRelOriginClass()
          Deprecated. The origin class for the relationship class.
 int getRowsType()
          Deprecated. Defines the replicated rows.
 ILongArray getSelectionIDs()
          Deprecated. Array of selected IDs.
 boolean isPrivate()
          Deprecated. Indicates if the replica dataset is private.
 boolean isUseGeometry()
          Deprecated. Indicates if the geometry defined in the replica description is applied to the replica dataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDatasetType(int datasetType)
          Deprecated. The dataset type.
 void setDefQuery(java.lang.String defQuery)
          Deprecated. Definition query for the replica dataset.
 void setIsPrivate(boolean isPrivate)
          Deprecated. Indicates if the replica dataset is private.
 void setName(java.lang.String name)
          Deprecated. The name of the dataset.
 void setRelDestinationClass(java.lang.String destClass)
          Deprecated. The destination class for the relationship class.
 void setRelExtractDirection(int relExtractDir)
          Deprecated. Defines the direction of the replicated relationship class.
 void setRelOriginClass(java.lang.String originClass)
          Deprecated. The origin class for the relationship class.
 void setRowsType(int rowsType)
          Deprecated. Defines the replicated rows.
 void setSelectionIDsByRef(ILongArray longArray)
          Deprecated. Array of selected IDs.
 void setUseGeometry(boolean useGeometry)
          Deprecated. Indicates if the geometry defined in the replica description is applied to the replica dataset.
 
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

IGPReplicaDatasetProxy

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

IGPReplicaDatasetProxy

public IGPReplicaDatasetProxy()
Deprecated. 
For internal use only


IGPReplicaDatasetProxy

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

IGPReplicaDatasetProxy

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

IGPReplicaDatasetProxy

protected IGPReplicaDatasetProxy(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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the dataset.

Specified by:
setName in interface IGPReplicaDataset
Parameters:
name - The name (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. 
The name of the dataset.

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

setDatasetType

public void setDatasetType(int datasetType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The dataset type.

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

getDatasetType

public int getDatasetType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The dataset type.

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

setRowsType

public void setRowsType(int rowsType)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Defines the replicated rows.

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

getRowsType

public int getRowsType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Defines the replicated rows.

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

setIsPrivate

public void setIsPrivate(boolean isPrivate)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the replica dataset is private.

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

isPrivate

public boolean isPrivate()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the replica dataset is private.

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

setUseGeometry

public void setUseGeometry(boolean useGeometry)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the geometry defined in the replica description is applied to the replica dataset.

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

isUseGeometry

public boolean isUseGeometry()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the geometry defined in the replica description is applied to the replica dataset.

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

setDefQuery

public void setDefQuery(java.lang.String defQuery)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Definition query for the replica dataset.

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

getDefQuery

public java.lang.String getDefQuery()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Definition query for the replica dataset.

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

setSelectionIDsByRef

public void setSelectionIDsByRef(ILongArray longArray)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Array of selected IDs.

Specified by:
setSelectionIDsByRef in interface IGPReplicaDataset
Parameters:
longArray - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionIDs

public ILongArray getSelectionIDs()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Array of selected IDs.

Specified by:
getSelectionIDs in interface IGPReplicaDataset
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelExtractDirection

public void setRelExtractDirection(int relExtractDir)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Defines the direction of the replicated relationship class.

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

getRelExtractDirection

public int getRelExtractDirection()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Defines the direction of the replicated relationship class.

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

setRelOriginClass

public void setRelOriginClass(java.lang.String originClass)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The origin class for the relationship class.

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

getRelOriginClass

public java.lang.String getRelOriginClass()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The origin class for the relationship class.

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

setRelDestinationClass

public void setRelDestinationClass(java.lang.String destClass)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The destination class for the relationship class.

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

getRelDestinationClass

public java.lang.String getRelDestinationClass()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The destination class for the relationship class.

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