com.esri.arcgis.geodatabase
Class EnumTableVersionChanges

java.lang.Object
  extended by com.esri.arcgis.geodatabase.EnumTableVersionChanges
All Implemented Interfaces:
ICollectionTableVersionChanges, IEnumTableVersionChanges, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class EnumTableVersionChanges
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumTableVersionChanges, ICollectionTableVersionChanges

Esri EnumTableVersionChanges object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
EnumTableVersionChanges()
          Constructs a EnumTableVersionChanges using ArcGIS Engine.
EnumTableVersionChanges(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumTableVersionChanges theEnumTableVersionChanges = (EnumTableVersionChanges) obj;
 
Method Summary
 void add(ITable oldTable, ITable newTable)
          Tables whose version has been changed.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void next(ITable[] oldTable, ITable[] newTable)
          Retrieves the next table whose version has been changed.
 void removeAll()
          Remove all stored tables.
 void reset()
          Resets enumeration sequence to the beginning.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

EnumTableVersionChanges

public EnumTableVersionChanges()
                        throws IOException,
                               UnknownHostException
Constructs a EnumTableVersionChanges using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

EnumTableVersionChanges

public EnumTableVersionChanges(Object obj)
                        throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumTableVersionChanges theEnumTableVersionChanges = (EnumTableVersionChanges) obj;

Construct a EnumTableVersionChanges using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EnumTableVersionChanges.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

next

public void next(ITable[] oldTable,
                 ITable[] newTable)
          throws IOException,
                 AutomationException
Retrieves the next table whose version has been changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
next in interface IEnumTableVersionChanges
Parameters:
oldTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
newTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws IOException,
                  AutomationException
Resets enumeration sequence to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
reset in interface IEnumTableVersionChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(ITable oldTable,
                ITable newTable)
         throws IOException,
                AutomationException
Tables whose version has been changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
add in interface ICollectionTableVersionChanges
Parameters:
oldTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
newTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws IOException,
                      AutomationException
Remove all stored tables.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
removeAll in interface ICollectionTableVersionChanges
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.