com.esri.arcgis.catalogUI
Interface IAGSSOEParameterPage

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAGSSOEParameterPage2, IAGSSOEParameterPage3
All Known Implementing Classes:
BaseSOEPropertyPage, GxFeatureAccessSOEPage, GxKMLSOEPage, GxMapSOPage, GxNASOEPage, GxWCSSOEPage, GxWFSSOEPage, GxWMSSOEPage, GxWPSSOEPage, IAGSSOEParameterPage2Proxy, IAGSSOEParameterPage3Proxy, IAGSSOEParameterPageProxy

public interface IAGSSOEParameterPage
extends java.io.Serializable

COM Interface 'IAGSSOEParameterPage'. 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 java.lang.String IID
          Deprecated. Internal use only
static int IID2cc34141_016d_4ec0_913e_4d803ee43b8f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getExtensionProperties()
          Extension Properties.
 java.lang.String getServerObjectExtensionType()
          Server object extension type.
 IPropertySet getServerObjectProperties()
          Extension Properties.
 java.lang.String getServerObjectType()
          Server object type.
 void setExtensionPropertiesByRef(IPropertySet extProps)
          Extension Properties.
 void setServerObjectPropertiesByRef(IPropertySet extProps)
          Extension Properties.
 

Field Detail

IID2cc34141_016d_4ec0_913e_4d803ee43b8f

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

getServerObjectType

java.lang.String getServerObjectType()
                                     throws java.io.IOException,
                                            AutomationException
Server object type.

Returns:
The serverObjType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerObjectExtensionType

java.lang.String getServerObjectExtensionType()
                                              throws java.io.IOException,
                                                     AutomationException
Server object extension type.

Returns:
The serverObjExtType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionProperties

IPropertySet getExtensionProperties()
                                    throws java.io.IOException,
                                           AutomationException
Extension Properties.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionPropertiesByRef

void setExtensionPropertiesByRef(IPropertySet extProps)
                                 throws java.io.IOException,
                                        AutomationException
Extension Properties.

Parameters:
extProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerObjectProperties

IPropertySet getServerObjectProperties()
                                       throws java.io.IOException,
                                              AutomationException
Extension Properties.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectPropertiesByRef

void setServerObjectPropertiesByRef(IPropertySet extProps)
                                    throws java.io.IOException,
                                           AutomationException
Extension Properties.

Parameters:
extProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.