public interface IUNSubnetworkManager
extends java.io.Serializable
Description: 'Provides access to a utility network subnetwork manager.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcf7f21ea_58f8_4ddf_81e9_a046f58ddf16 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exportSubnetwork(java.lang.String domainNetworkName,
java.lang.String tierName,
java.lang.String subnetworkName,
boolean acknowledged,
java.lang.String outputPath,
ITrackCancel trackCancel)
Export subnetwork.
|
void |
setTraceConfigurationByRef(IUNTraceConfiguration rhs1)
Sets trace configuration.
|
void |
updateIsConnected()
Update is connected.
|
void |
updateSubnetwork(java.lang.String domainNetworkName,
java.lang.String tierName,
boolean allSubnetworksInTier,
java.lang.String subnetworkName,
boolean continueOnFailure,
boolean asynchronous,
ITrackCancel trackCancel)
Update subnetwork.
|
static final int IIDcf7f21ea_58f8_4ddf_81e9_a046f58ddf16
static final int xxDummy
static final java.lang.String IID
void updateSubnetwork(java.lang.String domainNetworkName,
java.lang.String tierName,
boolean allSubnetworksInTier,
java.lang.String subnetworkName,
boolean continueOnFailure,
boolean asynchronous,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)tierName - The tierName (in)allSubnetworksInTier - The allSubnetworksInTier (in)subnetworkName - The subnetworkName (in)continueOnFailure - The continueOnFailure (in)asynchronous - The asynchronous (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void updateIsConnected()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean exportSubnetwork(java.lang.String domainNetworkName,
java.lang.String tierName,
java.lang.String subnetworkName,
boolean acknowledged,
java.lang.String outputPath,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)tierName - The tierName (in)subnetworkName - The subnetworkName (in)acknowledged - The acknowledged (in)outputPath - The outputPath (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTraceConfigurationByRef(IUNTraceConfiguration rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IUNTraceConfiguration (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.