com.esri.arcgis.networkanalysis
Class INetworkLoaderPropsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalysis.INetworkLoaderPropsProxy
All Implemented Interfaces:
INetworkLoaderProps, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INetworkLoaderProps'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to memebers that return the default names of fields and domains used by the network loader.' 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 =

public class INetworkLoaderPropsProxy
extends com.esri.arcgis.interop.Dispatch
implements INetworkLoaderProps, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.networkanalysis.INetworkLoaderProps
IID, IID8f313d14_49de_11d3_9f5a_00c04f68e627
 
Constructor Summary
  INetworkLoaderPropsProxy()
          Deprecated. For internal use only
  INetworkLoaderPropsProxy(java.lang.Object obj)
          Deprecated.  
protected INetworkLoaderPropsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INetworkLoaderPropsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INetworkLoaderPropsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDefaultAncillaryRoleDomain()
          Deprecated. Default ancillary role domain name.
 java.lang.String getDefaultAncillaryRoleField()
          Deprecated. Default ancillary role field name.
 java.lang.String getDefaultEnabledDomain()
          Deprecated. Default enabled domain name.
 java.lang.String getDefaultEnabledField()
          Deprecated. Default enabled field name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INetworkLoaderPropsProxy

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

INetworkLoaderPropsProxy

public INetworkLoaderPropsProxy()
Deprecated. 
For internal use only


INetworkLoaderPropsProxy

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

INetworkLoaderPropsProxy

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

INetworkLoaderPropsProxy

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

getDefaultEnabledDomain

public java.lang.String getDefaultEnabledDomain()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Default enabled domain name.

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

getDefaultEnabledField

public java.lang.String getDefaultEnabledField()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Default enabled field name.

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

getDefaultAncillaryRoleDomain

public java.lang.String getDefaultAncillaryRoleDomain()
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
Default ancillary role domain name.

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

getDefaultAncillaryRoleField

public java.lang.String getDefaultAncillaryRoleField()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
Default ancillary role field name.

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