|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectManager3
Provides access to properties and members of the ArcGIS server's server object manager for server object extensions.
Method Summary | |
---|---|
IEnumServerObjectConfigurationInfo |
getConfigurationInfosEx2(String folderName,
int stat)
An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder. |
Methods inherited from interface com.esri.arcgis.server.IServerObjectManager2 |
---|
getConfigurationInfosEx, getConfigurationStatus, getExtensionTypeInfos, getFolderInfo, getFolders, getSystemInfo |
Methods inherited from interface com.esri.arcgis.server.IServerObjectManager |
---|
createServerContext, getConfigurationInfo, getConfigurationInfos, getServerDirectoryInfos, getTypeInfos |
Method Detail |
---|
IEnumServerObjectConfigurationInfo getConfigurationInfosEx2(String folderName, int stat) throws IOException, AutomationException
GetConfigurationInfosEx2 returns an enumeration (IEnumServerObjectConfigurationInfo) of IServerObjectConfigurationInfo for configurations of a specific esriConfigurationStatus from the folder specified.
Some folderNames have special significance:
folderName == “” means “root”.
folderName == “NULL” means “all folders and root”
folderName
- The folderName (in)stat
- A com.esri.arcgis.server.esriConfigurationStatus constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |