com.esri.arcgis.geodatabase
Class INameMappingProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.INameMappingProxy
All Implemented Interfaces:
INameMapping, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INameMapping2Proxy

public class INameMappingProxy
extends com.esri.arcgis.interop.Dispatch
implements INameMapping, java.io.Serializable

Internal use class Proxy for COM Interface 'INameMapping'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage name mapping and conflicts between two locations.' 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
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.INameMapping
IID, IID36a4d96f_f5d5_11d3_8120_00c04f686238
 
Constructor Summary
  INameMappingProxy()
          For internal use only
  INameMappingProxy(java.lang.Object obj)
           
protected INameMappingProxy(java.lang.Object obj, java.lang.String iid)
           
  INameMappingProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected INameMappingProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IEnumNameMapping getChildren()
          Children objects (if any).
 java.lang.Object getSourceObject()
          The Source Object.
 java.lang.String getSuggestedName(IName toName)
          Gets the suggested name of the copied object (if conflict).
 java.lang.String getTargetName()
          The name of the copied object.
 boolean isNameConflicts()
          Indicates if target name conflicts with source name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setConfigKeyword(java.lang.String rhs1)
          The configuration keyword (for the data transfer).
 void setTargetName(java.lang.String name)
          The name of the copied object.
 void validateTargetName(IName toName)
          Checks whether target name conflicts or not.
 
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

noncastable

public boolean noncastable
Constructor Detail

INameMappingProxy

public INameMappingProxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

INameMappingProxy

public INameMappingProxy()
For internal use only


INameMappingProxy

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

INameMappingProxy

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

INameMappingProxy

protected INameMappingProxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getSourceObject

public java.lang.Object getSourceObject()
                                 throws java.io.IOException,
                                        AutomationException
The Source Object.

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

setTargetName

public void setTargetName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
The name of the copied object.

Specified by:
setTargetName in interface INameMapping
Parameters:
name - The name (in)
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
The name of the copied object.

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

isNameConflicts

public boolean isNameConflicts()
                        throws java.io.IOException,
                               AutomationException
Indicates if target name conflicts with source name.

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

validateTargetName

public void validateTargetName(IName toName)
                        throws java.io.IOException,
                               AutomationException
Checks whether target name conflicts or not.

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

getSuggestedName

public java.lang.String getSuggestedName(IName toName)
                                  throws java.io.IOException,
                                         AutomationException
Gets the suggested name of the copied object (if conflict).

Specified by:
getSuggestedName in interface INameMapping
Parameters:
toName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildren

public IEnumNameMapping getChildren()
                             throws java.io.IOException,
                                    AutomationException
Children objects (if any).

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

setConfigKeyword

public void setConfigKeyword(java.lang.String rhs1)
                      throws java.io.IOException,
                             AutomationException
The configuration keyword (for the data transfer).

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