com.esri.arcgis.catalogUI
Interface IAGSObjectAdminDialog2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSObjectAdminDialog, IAGSObjectAdminDialog2Proxy

public interface IAGSObjectAdminDialog2
extends java.io.Serializable

COM Interface 'IAGSObjectAdminDialog2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the Server Object Admin Dialog.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2024bc01_b2d4_4adc_b25c_b623e1abe338
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSObjectCreationProperties doModalCreateService(int hParent, IAGSServerConnectionName pServerConnName, java.lang.String folderName)
          Displays the dialog to create a new service object.
 

Field Detail

IID2024bc01_b2d4_4adc_b25c_b623e1abe338

static final int IID2024bc01_b2d4_4adc_b25c_b623e1abe338
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModalCreateService

IAGSObjectCreationProperties doModalCreateService(int hParent,
                                                  IAGSServerConnectionName pServerConnName,
                                                  java.lang.String folderName)
                                                  throws java.io.IOException,
                                                         AutomationException
Displays the dialog to create a new service object.

Parameters:
hParent - The hParent (A COM typedef) (in)
pServerConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
folderName - The folderName (in)
Returns:
A reference to a com.esri.arcgis.catalog.IAGSObjectCreationProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.