com.esri.arcgis.server
Interface IServerObjectExtensionType3

All Superinterfaces:
IServerObjectExtensionType, IServerObjectExtensionType2, java.io.Serializable
All Known Implementing Classes:
IServerObjectExtensionType3Proxy, ServerObjectExtensionType

public interface IServerObjectExtensionType3
extends IServerObjectExtensionType2, java.io.Serializable

COM Interface 'IServerObjectExtensionType3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties, for administrators, of a server object extension type.' 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 IIDbc0eecab_48dd_439e_8eca_f2c4e3f37beb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionType2
IID552accd0_d000_49a7_beef_bf9849b22141
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionType
IID47cb8511_3aa6_4da6_9095_b6f70237acee
 
Method Summary
 java.lang.String getConfigurationFactoryCLSID()
          Configuration Factory CLSID.
 IPropertySet getInfo()
          Auxiliary information for the server objects extension type ?passive properties only.
 IPropertySet getProperties()
          Properties for the server object extension type.
 void setConfigurationFactoryCLSID(java.lang.String pVal)
          Configuration Factory CLSID.
 void setInfoByRef(IPropertySet props)
          Auxiliary information for the server objects extension type ?passive properties only.
 void setPropertiesByRef(IPropertySet props)
          Properties for the server object extension type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionType2
getDisplayName, setDisplayName
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Field Detail

IIDbc0eecab_48dd_439e_8eca_f2c4e3f37beb

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Properties for the server object extension type.

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.

setPropertiesByRef

void setPropertiesByRef(IPropertySet props)
                        throws java.io.IOException,
                               AutomationException
Properties for the server object extension type.

Parameters:
props - 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.

getInfo

IPropertySet getInfo()
                     throws java.io.IOException,
                            AutomationException
Auxiliary information for the server objects extension type ?passive properties only.

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.

setInfoByRef

void setInfoByRef(IPropertySet props)
                  throws java.io.IOException,
                         AutomationException
Auxiliary information for the server objects extension type ?passive properties only.

Parameters:
props - 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.

getConfigurationFactoryCLSID

java.lang.String getConfigurationFactoryCLSID()
                                              throws java.io.IOException,
                                                     AutomationException
Configuration Factory CLSID.

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

setConfigurationFactoryCLSID

void setConfigurationFactoryCLSID(java.lang.String pVal)
                                  throws java.io.IOException,
                                         AutomationException
Configuration Factory CLSID.

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