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 =
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
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.