public interface IServerObjectManager
extends java.io.Serializable
Description: 'Provides access to properties and members of the ArcGIS server's server object manager.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcf25ea7a_b5bc_47aa_94b2_4cd598b0c428 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IServerContext |
createServerContext(java.lang.String configName,
java.lang.String typeName)
Gets a reference to a server context.
|
IServerObjectConfigurationInfo |
getConfigurationInfo(java.lang.String name,
java.lang.String typeName)
Gets the ServerObjectConfigurationInfo for the specified Name and TypeName.
|
IEnumServerObjectConfigurationInfo |
getConfigurationInfos()
An enumerator over all the GIS server's ServerObjectConfigurationInfos.
|
IEnumServerDirectoryInfo |
getServerDirectoryInfos()
An enumerator over all the GIS server's ServerDirectoryInfos.
|
IEnumServerObjectTypeInfo |
getTypeInfos()
An enumerator over all the GIS server's ServerObjectTypeInfos.
|
static final int IIDcf25ea7a_b5bc_47aa_94b2_4cd598b0c428
static final int xxDummy
static final java.lang.String IID
IServerContext createServerContext(java.lang.String configName, java.lang.String typeName) throws java.io.IOException, AutomationException
configName
- The configName (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IServerObjectConfigurationInfo getConfigurationInfo(java.lang.String name, java.lang.String typeName) throws java.io.IOException, AutomationException
name
- The name (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumServerObjectConfigurationInfo getConfigurationInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumServerObjectTypeInfo getTypeInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumServerDirectoryInfo getServerDirectoryInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.