com.esri.arcgis.catalogUI
Interface IAGSObjectAdminDialog

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

public interface IAGSObjectAdminDialog
extends java.io.Serializable

COM Interface 'IAGSObjectAdminDialog'. 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 IIDcac7e0e9_bde5_4a18_a18f_92b6b0bf86f4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSObjectCreationProperties doModalCreateServerObject(int hParent, IAGSServerConnectionName pServerConnName)
          Displays the dialog to create a new server object.
 

Field Detail

IIDcac7e0e9_bde5_4a18_a18f_92b6b0bf86f4

static final int IIDcac7e0e9_bde5_4a18_a18f_92b6b0bf86f4
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

doModalCreateServerObject

IAGSObjectCreationProperties doModalCreateServerObject(int hParent,
                                                       IAGSServerConnectionName pServerConnName)
                                                       throws java.io.IOException,
                                                              AutomationException
Displays the dialog to create a new server object.

Parameters:
hParent - The hParent (A COM typedef) (in)
pServerConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (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.