com.esri.arcgis.geodatabase
Class IRelationshipClassInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRelationshipClassInfoProxy
All Implemented Interfaces:
IRelationshipClassInfo, java.io.Externalizable, java.io.Serializable

public class IRelationshipClassInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IRelationshipClassInfo, java.io.Serializable

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

Description: 'Provides access to members that return relationship class settings for the replica.' 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.IRelationshipClassInfo
IID, IID713a5cef_a814_47aa_aae2_ee8937c4613b
 
Constructor Summary
  IRelationshipClassInfoProxy()
          For internal use only
  IRelationshipClassInfoProxy(java.lang.Object obj)
           
protected IRelationshipClassInfoProxy(java.lang.Object obj, java.lang.String iid)
           
  IRelationshipClassInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IRelationshipClassInfoProxy(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)
           
 IRelationshipClassName getRelationshipClassName()
          The relationship classes to replicate.
 int getRelExtractDirection()
          Indicates the direction of the relationship class to checkout.
 int getTargetID()
          Indicates if the targetID of the child replica.
 boolean isExcluded()
          Indicates if the relationship class to be excluded from the replica description.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setExcluded(boolean relExcluded)
          Indicates if the relationship class to be excluded from the replica description.
 void setRelExtractDirection(int relExtractDirection)
          Indicates the direction of the relationship class to checkout.
 
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

IRelationshipClassInfoProxy

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

IRelationshipClassInfoProxy

public IRelationshipClassInfoProxy()
For internal use only


IRelationshipClassInfoProxy

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

IRelationshipClassInfoProxy

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

IRelationshipClassInfoProxy

protected IRelationshipClassInfoProxy(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

getRelationshipClassName

public IRelationshipClassName getRelationshipClassName()
                                                throws java.io.IOException,
                                                       AutomationException
The relationship classes to replicate.

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

setRelExtractDirection

public void setRelExtractDirection(int relExtractDirection)
                            throws java.io.IOException,
                                   AutomationException
Indicates the direction of the relationship class to checkout.

Specified by:
setRelExtractDirection in interface IRelationshipClassInfo
Parameters:
relExtractDirection - A com.esri.arcgis.geodatabase.esriRelExtractDirection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelExtractDirection

public int getRelExtractDirection()
                           throws java.io.IOException,
                                  AutomationException
Indicates the direction of the relationship class to checkout.

Specified by:
getRelExtractDirection in interface IRelationshipClassInfo
Returns:
A com.esri.arcgis.geodatabase.esriRelExtractDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcluded

public void setExcluded(boolean relExcluded)
                 throws java.io.IOException,
                        AutomationException
Indicates if the relationship class to be excluded from the replica description.

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

isExcluded

public boolean isExcluded()
                   throws java.io.IOException,
                          AutomationException
Indicates if the relationship class to be excluded from the replica description.

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

getTargetID

public int getTargetID()
                throws java.io.IOException,
                       AutomationException
Indicates if the targetID of the child replica.

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