com.esri.arcgis.schematic
Class ISchematicLinkProxy

java.lang.Object
  extended bycom.esri.arcgis.interop.Dispatch
      extended bycom.esri.arcgis.geodatabase.IRowBufferProxy
          extended bycom.esri.arcgis.geodatabase.IRowProxy
              extended bycom.esri.arcgis.geodatabase.IObjectProxy
                  extended bycom.esri.arcgis.schematic.ISchematicLinkProxy
All Implemented Interfaces:
java.io.Externalizable, IObject, IRow, IRowBuffer, ISchematicLink, java.io.Serializable

public class ISchematicLinkProxy
extends IObjectProxy
implements ISchematicLink, java.io.Serializable

Provides access to members that control the schematic link element.

See Also:
Serialized Form

Field Summary
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
  ISchematicLinkProxy()
          For internal use only
  ISchematicLinkProxy(java.lang.Object obj)
           
protected ISchematicLinkProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicLinkProxy(java.lang.String CLSID, java.lang.String host, AuthInfo authInfo)
           
protected ISchematicLinkProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Adds a Java object to be a listener for a specific kind of event generated by the COM object.
 int getFlowDirection()
          Flow direction of the schematic link.
 ISchematicNode getFromNode()
          Schematic origin node of the link.
 int getFromPort()
          Port number on the schematic origin node used to connect the schematic link.
 ISchematicNode getToNode()
          Schematic extremity node of the link.
 int getToPort()
          Port number on the schematic extremity node used to connect the schematic link.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Removes a Java object as a listener to events generated by a COM object.
 void setFlowDirection(int flowDirection)
          Flow direction of the schematic link.
 void setFromNodeByRef(ISchematicNode schematicNode)
          Schematic origin node of the link.
 void setFromPort(int portNumber)
          Port number on the schematic origin node used to connect the schematic link.
 void setToNodeByRef(ISchematicNode schematicNode)
          Schematic extremity node of the link.
 void setToPort(int portNumber)
          Port number on the schematic extremity node used to connect the schematic link.
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, hashCode, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, readExternal, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Constructor Detail

ISchematicLinkProxy

public ISchematicLinkProxy(java.lang.String CLSID,
                           java.lang.String host,
                           AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException

ISchematicLinkProxy

public ISchematicLinkProxy()
For internal use only


ISchematicLinkProxy

public ISchematicLinkProxy(java.lang.Object obj)
                    throws java.io.IOException

ISchematicLinkProxy

protected ISchematicLinkProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException

ISchematicLinkProxy

protected ISchematicLinkProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              AuthInfo authInfo)
                       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
Description copied from class: Dispatch
Adds a Java object to be a listener for a specific kind of event generated by the COM object. when you wish to invoke method on the COM object using IDispatch (not using custom marshalling).

Overrides:
addListener in class IObjectProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Description copied from class: Dispatch
Removes a Java object as a listener to events generated by a COM object. when you wish to invoke method on the COM object using IDispatch (not using custom marshalling).

Overrides:
removeListener in class IObjectProxy
Throws:
java.io.IOException

getFromNode

public ISchematicNode getFromNode()
                           throws java.io.IOException,
                                  AutomationException
Description copied from interface: ISchematicLink
Schematic origin node of the link.

Specified by:
getFromNode in interface ISchematicLink
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromNodeByRef

public void setFromNodeByRef(ISchematicNode schematicNode)
                      throws java.io.IOException,
                             AutomationException
Description copied from interface: ISchematicLink
Schematic origin node of the link.

Specified by:
setFromNodeByRef in interface ISchematicLink
Parameters:
schematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getToNode

public ISchematicNode getToNode()
                         throws java.io.IOException,
                                AutomationException
Description copied from interface: ISchematicLink
Schematic extremity node of the link.

Specified by:
getToNode in interface ISchematicLink
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicNode
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setToNodeByRef

public void setToNodeByRef(ISchematicNode schematicNode)
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicLink
Schematic extremity node of the link.

Specified by:
setToNodeByRef in interface ISchematicLink
Parameters:
schematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getFromPort

public int getFromPort()
                throws java.io.IOException,
                       AutomationException
Description copied from interface: ISchematicLink
Port number on the schematic origin node used to connect the schematic link.

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

setFromPort

public void setFromPort(int portNumber)
                 throws java.io.IOException,
                        AutomationException
Description copied from interface: ISchematicLink
Port number on the schematic origin node used to connect the schematic link.

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

getToPort

public int getToPort()
              throws java.io.IOException,
                     AutomationException
Description copied from interface: ISchematicLink
Port number on the schematic extremity node used to connect the schematic link.

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

setToPort

public void setToPort(int portNumber)
               throws java.io.IOException,
                      AutomationException
Description copied from interface: ISchematicLink
Port number on the schematic extremity node used to connect the schematic link.

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

getFlowDirection

public int getFlowDirection()
                     throws java.io.IOException,
                            AutomationException
Description copied from interface: ISchematicLink
Flow direction of the schematic link.

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

setFlowDirection

public void setFlowDirection(int flowDirection)
                      throws java.io.IOException,
                             AutomationException
Description copied from interface: ISchematicLink
Flow direction of the schematic link.

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