com.esri.arcgis.catalogUI
Interface IAGSSOEParameterPage2

All Superinterfaces:
IAGSSOEParameterPage, Serializable
All Known Subinterfaces:
IAGSSOEParameterPage3
All Known Implementing Classes:
GxFeatureAccessSOEPage, GxKMLSOEPage, GxNASOEPage, GxWCSSOEPage, GxWFSSOEPage, GxWMSSOEPage, IAGSSOEParameterPage2Proxy

public interface IAGSSOEParameterPage2
extends IAGSSOEParameterPage, Serializable

COM Interface 'IAGSSOEParameterPage2'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control ArcGIS server object extension parameter pages.' 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 String IID
          Deprecated. Internal use only
static int IIDa81c1560_c5ed_43bc_b921_b328a9c652e2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.IAGSSOEParameterPage
IID2cc34141_016d_4ec0_913e_4d803ee43b8f
 
Method Summary
 void setPageReadOnly(boolean rhs1)
          Read-only state of the SOE parameter page.
 void setQualifiedDefaultName(String rhs1)
          Qualified name of the service.
 void setServiceName(String rhs1)
          Name of the service.
 void setServiceURL(String rhs1)
          URL of the service.
 
Methods inherited from interface com.esri.arcgis.catalogUI.IAGSSOEParameterPage
getExtensionProperties, getServerObjectExtensionType, getServerObjectProperties, getServerObjectType, setExtensionPropertiesByRef, setServerObjectPropertiesByRef
 

Field Detail

IIDa81c1560_c5ed_43bc_b921_b328a9c652e2

static final int IIDa81c1560_c5ed_43bc_b921_b328a9c652e2
See Also:
Constant Field Values

xxDummy

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

IID

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

setServiceName

void setServiceName(String rhs1)
                    throws IOException,
                           AutomationException
Name of the service.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQualifiedDefaultName

void setQualifiedDefaultName(String rhs1)
                             throws IOException,
                                    AutomationException
Qualified name of the service.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceURL

void setServiceURL(String rhs1)
                   throws IOException,
                          AutomationException
URL of the service.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageReadOnly

void setPageReadOnly(boolean rhs1)
                     throws IOException,
                            AutomationException
Read-only state of the SOE parameter page.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.