Description: 'Provides access to members that access named trace configuration information.' 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 INetworkTraceConfigurationProxy extends com.esri.arcgis.interop.Dispatch implements INetworkTraceConfiguration, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID2746c123_a968_4661_8e25_0bb55414dcce
Modifier | Constructor and Description |
---|---|
|
INetworkTraceConfigurationProxy()
Deprecated.
For internal use only
|
|
INetworkTraceConfigurationProxy(java.lang.Object obj)
Deprecated.
|
protected |
INetworkTraceConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
INetworkTraceConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
INetworkTraceConfigurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addTraceConfiguration(java.lang.String creator,
java.lang.String name,
java.lang.String description,
int traceType,
ITraceConfiguration traceConfiguration,
IArray resultTypes,
IStringArray tags)
Deprecated.
Saves the named trace configuration.
|
void |
alterTraceConfiguration(GUID globalID,
java.lang.String name,
java.lang.String description,
int traceType,
ITraceConfiguration traceConfiguration,
IArray resultTypes,
IStringArray tags)
Deprecated.
Updates the named trace configurations with new information.
|
void |
deleteTraceConfigurationByCreatorAndName(java.lang.String creator,
java.lang.String name)
Deprecated.
Deletes the named trace configuration.
|
void |
deleteTraceConfigurations(IStringArray pGlobalIDs)
Deprecated.
Deletes the collection of named trace configurations.
|
void |
getTraceConfigurations(IStringArray globalIDs,
IStringArray creators,
IStringArray names,
IStringArray tags,
IStringArray[] creatorsRetVal,
IStringArray[] namesRetVal,
IStringArray[] ppDescriptionsRetVal,
ILongArray[] ppTraceTypesRetVal,
IArray[] traceConfigurationsRetVal,
IArray[] resultTypesRetVal,
ILongArray[] minimumStartingPointsRetVal,
IDoubleArray[] creationDates,
IArray[] tagsRetVal,
IStringArray[] returnGlobalIDsRetVal)
Deprecated.
Gets trace configurations as per passed globalIDs, creators, configiraton names and tags.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public INetworkTraceConfigurationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INetworkTraceConfigurationProxy()
public INetworkTraceConfigurationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INetworkTraceConfigurationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INetworkTraceConfigurationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void addTraceConfiguration(java.lang.String creator, java.lang.String name, java.lang.String description, int traceType, ITraceConfiguration traceConfiguration, IArray resultTypes, IStringArray tags) throws java.io.IOException, AutomationException
addTraceConfiguration
in interface INetworkTraceConfiguration
creator
- The creator (in)name
- The name (in)description
- The description (in)traceType
- A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceType constant (in)traceConfiguration
- A reference to a com.esri.arcgis.geodatabase.ITraceConfiguration (in)resultTypes
- A reference to a com.esri.arcgis.system.IArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteTraceConfigurationByCreatorAndName(java.lang.String creator, java.lang.String name) throws java.io.IOException, AutomationException
deleteTraceConfigurationByCreatorAndName
in interface INetworkTraceConfiguration
creator
- The creator (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteTraceConfigurations(IStringArray pGlobalIDs) throws java.io.IOException, AutomationException
deleteTraceConfigurations
in interface INetworkTraceConfiguration
pGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void alterTraceConfiguration(GUID globalID, java.lang.String name, java.lang.String description, int traceType, ITraceConfiguration traceConfiguration, IArray resultTypes, IStringArray tags) throws java.io.IOException, AutomationException
alterTraceConfiguration
in interface INetworkTraceConfiguration
globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)description
- The description (in)traceType
- A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceType constant (in)traceConfiguration
- A reference to a com.esri.arcgis.geodatabase.ITraceConfiguration (in)resultTypes
- A reference to a com.esri.arcgis.system.IArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getTraceConfigurations(IStringArray globalIDs, IStringArray creators, IStringArray names, IStringArray tags, IStringArray[] creatorsRetVal, IStringArray[] namesRetVal, IStringArray[] ppDescriptionsRetVal, ILongArray[] ppTraceTypesRetVal, IArray[] traceConfigurationsRetVal, IArray[] resultTypesRetVal, ILongArray[] minimumStartingPointsRetVal, IDoubleArray[] creationDates, IArray[] tagsRetVal, IStringArray[] returnGlobalIDsRetVal) throws java.io.IOException, AutomationException
getTraceConfigurations
in interface INetworkTraceConfiguration
globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)creators
- A reference to a com.esri.arcgis.system.IStringArray (in)names
- A reference to a com.esri.arcgis.system.IStringArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)creatorsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)namesRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppDescriptionsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppTraceTypesRetVal
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)traceConfigurationsRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)resultTypesRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)minimumStartingPointsRetVal
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)creationDates
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)tagsRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)returnGlobalIDsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.