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, Externalizable, Serializable

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

Provides access to members that return relationship class settings for the replica.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRelationshipClassInfoProxy()
           
  IRelationshipClassInfoProxy(Object obj)
           
protected IRelationshipClassInfoProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

IRelationshipClassInfoProxy

public IRelationshipClassInfoProxy()

IRelationshipClassInfoProxy

public IRelationshipClassInfoProxy(Object obj)
                            throws IOException
Throws:
IOException

IRelationshipClassInfoProxy

protected IRelationshipClassInfoProxy(Object obj,
                                      String iid)
                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getRelationshipClassName

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

Product Availability

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

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

setRelExtractDirection

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

Product Availability

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

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

getRelExtractDirection

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

Product Availability

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

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

setExcluded

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

Product Availability

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

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

isExcluded

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

Product Availability

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

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

getTargetID

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

Product Availability

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

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