com.esri.arcgis.geodatabasedistributed
Class SchemaChangeInfo

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.SchemaChangeInfo
All Implemented Interfaces:
ISchemaChangeInfo, com.esri.arcgis.interop.RemoteObjRef, IXMLSerialize, IXMLVersionSupport, java.io.Serializable

public class SchemaChangeInfo
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ISchemaChangeInfo, IXMLSerialize, IXMLVersionSupport

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

Description 'Esri Schema Change Info 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.ISchemaChangeInfo
IID, IIDb5ccf6d9_d034_4177_8827_f1493785de8f, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IXMLSerialize
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IXMLVersionSupport
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy
 
Constructor Summary
SchemaChangeInfo()
          Constructs a SchemaChangeInfo using ArcGIS Engine.
SchemaChangeInfo(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SchemaChangeInfo theSchemaChangeInfo = (SchemaChangeInfo) obj;
 
Method Summary
 void deserialize(IXMLSerializeData data)
          Deserializes an object from XML.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IEnumSchemaChange getChanges()
          The schema changes.
static java.lang.String getClsid()
          getClsid.
 IPropertySet getExtendedProperties()
          Properties associated with the schema change object.
 java.lang.Object getFromObject()
          The source replicas representation of the schema.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getMinNamespaceSupported()
          The minimum namespace the class can serialize to (eg the 90 namespace).
 int getSchemaChangeType()
          Type of schema change.
 java.lang.Object getToObject()
          The target replicas representation of the schema.
 java.lang.Object getToParent()
          The parent container of the schema change object.
 int hashCode()
          the hashcode for this object
 boolean isApplySchemaChange()
          Indicates if schema changes will be applied.
 void release()
          Release a SchemaChangeInfo.
 void serialize(IXMLSerializeData data)
          Serializes an object to XML.
 void setApplySchemaChange(boolean applySchemaChange)
          Indicates if schema changes will be applied.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaChangeInfo

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

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

SchemaChangeInfo

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

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

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 SchemaChangeInfo.

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

getSchemaChangeType

public int getSchemaChangeType()
                        throws java.io.IOException,
                               AutomationException
Type of schema change.

Specified by:
getSchemaChangeType in interface ISchemaChangeInfo
Returns:
A com.esri.arcgis.geodatabasedistributed.esriSchemaChangeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromObject

public java.lang.Object getFromObject()
                               throws java.io.IOException,
                                      AutomationException
The source replicas representation of the schema.

Specified by:
getFromObject in interface ISchemaChangeInfo
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToObject

public java.lang.Object getToObject()
                             throws java.io.IOException,
                                    AutomationException
The target replicas representation of the schema.

Specified by:
getToObject in interface ISchemaChangeInfo
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToParent

public java.lang.Object getToParent()
                             throws java.io.IOException,
                                    AutomationException
The parent container of the schema change object.

Specified by:
getToParent in interface ISchemaChangeInfo
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isApplySchemaChange

public boolean isApplySchemaChange()
                            throws java.io.IOException,
                                   AutomationException
Indicates if schema changes will be applied.

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

setApplySchemaChange

public void setApplySchemaChange(boolean applySchemaChange)
                          throws java.io.IOException,
                                 AutomationException
Indicates if schema changes will be applied.

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

getChanges

public IEnumSchemaChange getChanges()
                             throws java.io.IOException,
                                    AutomationException
The schema changes.

Specified by:
getChanges in interface ISchemaChangeInfo
Returns:
A reference to a com.esri.arcgis.geodatabasedistributed.IEnumSchemaChange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtendedProperties

public IPropertySet getExtendedProperties()
                                   throws java.io.IOException,
                                          AutomationException
Properties associated with the schema change object.

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

serialize

public void serialize(IXMLSerializeData data)
               throws java.io.IOException,
                      AutomationException
Serializes an object to XML.

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

deserialize

public void deserialize(IXMLSerializeData data)
                 throws java.io.IOException,
                        AutomationException
Deserializes an object from XML.

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

getMinNamespaceSupported

public java.lang.String getMinNamespaceSupported()
                                          throws java.io.IOException,
                                                 AutomationException
The minimum namespace the class can serialize to (eg the 90 namespace).

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