|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectAdmin3
Provides access to members that administer the ArcGIS server.
IServerObjectAdmin3 provides methods to retrieve server configuration information and to administer the ArcGIS Server.
The IServerObjectAdmin3 interface can be obtained by a query interface with the IServerObjectAdmin interface.
Method Summary | |
---|---|
IEnumServerObjectConfiguration |
getConfigurationsEx2(String folderName,
int stat)
An enumerator over all the server object configurations in a server configuration folder. |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin2 |
---|
addExtensionType, createExtensionType, createFolder, deleteExtensionType, deleteFolder, disable, enable, getConfigurationsEx, getExtensionTypes, getFolderInfo, getFolders, getServerLog, renameFolder, setFolderInfo, validateConfiguration |
Method Detail |
---|
IEnumServerObjectConfiguration getConfigurationsEx2(String folderName, int stat) throws IOException, AutomationException
GetConfigurationsEx2 returns an enumeration (IEnumServerObjectConfiguration) of IServerObjectConfiguration for configurations of a specific esriConfigurationStatus from the folder specified.
Some folderNames have special significance:
folderName == "" means "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 |