com.esri.arcgis.server
Interface IServerObjectManager

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerObjectManager2, IServerObjectManager3, IServerObjectManager4
All Known Implementing Classes:
IServerObjectManager2Proxy, IServerObjectManager3Proxy, IServerObjectManager4Proxy, IServerObjectManagerProxy, ServerObjectManager

public interface IServerObjectManager
extends java.io.Serializable

COM Interface 'IServerObjectManager'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriServer.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcf25ea7a_b5bc_47aa_94b2_4cd598b0c428
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDcf25ea7a_b5bc_47aa_94b2_4cd598b0c428

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

createServerContext

IServerContext createServerContext(java.lang.String configName,
                                   java.lang.String typeName)
                                   throws java.io.IOException,
                                          AutomationException
Gets a reference to a server context. The server context can be based on a specified server object configuration, or can be an empty server context if no server object configuration is specified.

Parameters:
configName - The configName (in)
typeName - The typeName (in)
Returns:
A reference to a com.esri.arcgis.server.IServerContext
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationInfo

IServerObjectConfigurationInfo getConfigurationInfo(java.lang.String name,
                                                    java.lang.String typeName)
                                                    throws java.io.IOException,
                                                           AutomationException
Gets the ServerObjectConfigurationInfo for the specified Name and TypeName.

Parameters:
name - The name (in)
typeName - The typeName (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectConfigurationInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationInfos

IEnumServerObjectConfigurationInfo getConfigurationInfos()
                                                         throws java.io.IOException,
                                                                AutomationException
An enumerator over all the GIS server's ServerObjectConfigurationInfos.

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

getTypeInfos

IEnumServerObjectTypeInfo getTypeInfos()
                                       throws java.io.IOException,
                                              AutomationException
An enumerator over all the GIS server's ServerObjectTypeInfos.

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

getServerDirectoryInfos

IEnumServerDirectoryInfo getServerDirectoryInfos()
                                                 throws java.io.IOException,
                                                        AutomationException
An enumerator over all the GIS server's ServerDirectoryInfos.

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