com.esri.arcgis.geodatabasedistributed
Class ITableDataChangesInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabasedistributed.ITableDataChangesInfoProxy
All Implemented Interfaces:
ITableDataChangesInfo, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that initialize a TableDataChanges 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 =

public class ITableDataChangesInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableDataChangesInfo, 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.geodatabasedistributed.ITableDataChangesInfo
IID, IID387adb2e_328b_464d_b6d6_548d0fd4447d
 
Constructor Summary
  ITableDataChangesInfoProxy()
          Deprecated. For internal use only
  ITableDataChangesInfoProxy(java.lang.Object obj)
          Deprecated.  
protected ITableDataChangesInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableDataChangesInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableDataChangesInfoProxy(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.  
 void getDeletedIDs(ILongArray[] deletedIDs, IStringArray[] deletedGIDs)
          Deprecated. The deleted ids.
 ITable getDeletes()
          Deprecated. The delete changes table.
 IQueryFilter getFilter(int changeType)
          Deprecated. The filter for the inserts table.
 ITable getInserts()
          Deprecated. The insert changes table.
 java.lang.String getTargetName()
          Deprecated. The changes target name.
 ITable getUpdates()
          Deprecated. The updates changes table.
 void init(java.lang.String targetName, ITable inserts, ITable updates, ITable deletes)
          Deprecated. Initializes the class by setting the inserts, updates, and deletes table.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDeletedIDs(ILongArray deletedIDs, IStringArray deletedGIDs)
          Deprecated. The deleted ids.
 void setFilter(int changeType, IQueryFilter filter)
          Deprecated. The filter for the inserts table.
 
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

ITableDataChangesInfoProxy

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

ITableDataChangesInfoProxy

public ITableDataChangesInfoProxy()
Deprecated. 
For internal use only


ITableDataChangesInfoProxy

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

ITableDataChangesInfoProxy

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

ITableDataChangesInfoProxy

protected ITableDataChangesInfoProxy(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(java.lang.String targetName,
                 ITable inserts,
                 ITable updates,
                 ITable deletes)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the class by setting the inserts, updates, and deletes table.

Specified by:
init in interface ITableDataChangesInfo
Parameters:
targetName - The targetName (in)
inserts - A reference to a com.esri.arcgis.geodatabase.ITable (in)
updates - A reference to a com.esri.arcgis.geodatabase.ITable (in)
deletes - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilter

public void setFilter(int changeType,
                      IQueryFilter filter)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The filter for the inserts table.

Specified by:
setFilter in interface ITableDataChangesInfo
Parameters:
changeType - A com.esri.arcgis.geodatabasedistributed.esriDataChangeType constant (in)
filter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilter

public IQueryFilter getFilter(int changeType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The filter for the inserts table.

Specified by:
getFilter in interface ITableDataChangesInfo
Parameters:
changeType - A com.esri.arcgis.geodatabasedistributed.esriDataChangeType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetName

public java.lang.String getTargetName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The changes target name.

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

getInserts

public ITable getInserts()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The insert changes table.

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

getUpdates

public ITable getUpdates()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The updates changes table.

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

getDeletes

public ITable getDeletes()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The delete changes table.

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

setDeletedIDs

public void setDeletedIDs(ILongArray deletedIDs,
                          IStringArray deletedGIDs)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The deleted ids.

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

getDeletedIDs

public void getDeletedIDs(ILongArray[] deletedIDs,
                          IStringArray[] deletedGIDs)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The deleted ids.

Specified by:
getDeletedIDs in interface ITableDataChangesInfo
Parameters:
deletedIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)
deletedGIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.