com.esri.arcgis.server
Interface IServerObjectType4

All Superinterfaces:
IServerObjectType, IServerObjectType2, IServerObjectType3, java.io.Serializable
All Known Implementing Classes:
IServerObjectType4Proxy, ServerObjectType

public interface IServerObjectType4
extends IServerObjectType3, java.io.Serializable

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

Description: 'Provides access to methods, for administrators, that control the behavior and properties of a server object 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 IID6640b74d_69ce_4d7f_8222_ad46936c1799
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType3
IIDc54dd682_295a_4f38_93e3_7da20dca88c8
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType2
IID42472792_5345_4b93_b132_3977c24bacb4
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType
IID9ad7beca_fbc3_494a_bec6_790ff0e6946e
 
Method Summary
 IPropertySet getInfo()
          Auxiliary information for the server objects type.
 void setInfoByRef(IPropertySet props)
          Auxiliary information for the server objects type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType3
getConfigurationsLimit, setConfigurationsLimit
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType2
getDisplayName, getIsolationLevel, setDisplayName, setIsolationLevel
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Field Detail

IID6640b74d_69ce_4d7f_8222_ad46936c1799

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

setInfoByRef

void setInfoByRef(IPropertySet props)
                  throws java.io.IOException,
                         AutomationException
Auxiliary information for the server objects 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 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.