com.esri.arcgis.geodatabase
Class ArchiveRegistrationInfo

java.lang.Object
  extended by com.esri.arcgis.geodatabase.ArchiveRegistrationInfo
All Implemented Interfaces:
IArchiveRegistrationInfo, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class ArchiveRegistrationInfo
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IArchiveRegistrationInfo

COM Class 'ArchiveRegistrationInfo'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IArchiveRegistrationInfo
IID, IID3112504b_a3c5_4729_ac3a_e2abcd29e260, xxDummy
 
Constructor Summary
ArchiveRegistrationInfo()
          Constructs a ArchiveRegistrationInfo using ArcGIS Engine.
ArchiveRegistrationInfo(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getArchiveTableName()
          The name of the archive table.
static java.lang.String getClsid()
          getClsid.
 java.lang.String getDatasetName()
          The name of the dataset this registration information applies to.
 java.lang.String getFromFieldName()
          The name of the FROM field.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getOIDFieldName()
          The name of the archive object id field.
 java.lang.Object getSeedTimeStamp()
          The initial timestamp when archiving was enabled.
 java.lang.String getToFieldName()
          The name of the TO field.
 int hashCode()
          the hashcode for this object
 void release()
          Release a ArchiveRegistrationInfo.
 void setArchiveTableName(java.lang.String archiveTableName)
          The name of the archive table.
 void setDatasetName(java.lang.String name)
          The name of the dataset this registration information applies to.
 void setFromFieldName(java.lang.String fromField)
          The name of the FROM field.
 void setOIDFieldName(java.lang.String oidField)
          The name of the archive object id field.
 void setToFieldName(java.lang.String toField)
          The name of the TO field.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveRegistrationInfo

public ArchiveRegistrationInfo()
                        throws java.io.IOException,
                               java.net.UnknownHostException
Constructs a ArchiveRegistrationInfo using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ArchiveRegistrationInfo

public ArchiveRegistrationInfo(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj;

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

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

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ArchiveRegistrationInfo.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getDatasetName

public java.lang.String getDatasetName()
                                throws java.io.IOException,
                                       AutomationException
The name of the dataset this registration information applies to.

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

setDatasetName

public void setDatasetName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The name of the dataset this registration information applies to.

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

getArchiveTableName

public java.lang.String getArchiveTableName()
                                     throws java.io.IOException,
                                            AutomationException
The name of the archive table.

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

setArchiveTableName

public void setArchiveTableName(java.lang.String archiveTableName)
                         throws java.io.IOException,
                                AutomationException
The name of the archive table.

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

getFromFieldName

public java.lang.String getFromFieldName()
                                  throws java.io.IOException,
                                         AutomationException
The name of the FROM field.

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

setFromFieldName

public void setFromFieldName(java.lang.String fromField)
                      throws java.io.IOException,
                             AutomationException
The name of the FROM field.

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

getToFieldName

public java.lang.String getToFieldName()
                                throws java.io.IOException,
                                       AutomationException
The name of the TO field.

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

setToFieldName

public void setToFieldName(java.lang.String toField)
                    throws java.io.IOException,
                           AutomationException
The name of the TO field.

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

getOIDFieldName

public java.lang.String getOIDFieldName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the archive object id field.

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

setOIDFieldName

public void setOIDFieldName(java.lang.String oidField)
                     throws java.io.IOException,
                            AutomationException
The name of the archive object id field.

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

getSeedTimeStamp

public java.lang.Object getSeedTimeStamp()
                                  throws java.io.IOException,
                                         AutomationException
The initial timestamp when archiving was enabled.

Specified by:
getSeedTimeStamp in interface IArchiveRegistrationInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.