|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectAdmin8
Provides access to members that administer the ArcGIS server.
Method Summary | |
---|---|
void |
addGeodatabase(String gdbName,
String val)
Add Geodatabase. |
void |
deleteGeodatabase(String gdbName)
Delete Geodatabase. |
String |
getGeodatabase(String gdbName,
String[] pUpdateID)
Get Geodatabase. |
String |
getGeodatabases()
Get Geodatabases. |
void |
putGeodatabase(String gdbName,
String val)
Put Geodatabase. |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin7 |
---|
isAdminUser |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin6 |
---|
getInputDir, isInputDirInUse, uploadData |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin5 |
---|
getConfigurationProperties, updateConfigurationProperties |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin4 |
---|
isSecurityEnabled, setIsSecurityEnabled |
Methods inherited from interface com.esri.arcgis.server.IServerObjectAdmin3 |
---|
getConfigurationsEx2 |
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 |
---|
void addGeodatabase(String gdbName, String val) throws IOException, AutomationException
gdbName
- The gdbName (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteGeodatabase(String gdbName) throws IOException, AutomationException
gdbName
- The gdbName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGeodatabases() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGeodatabase(String gdbName, String[] pUpdateID) throws IOException, AutomationException
gdbName
- The gdbName (in)pUpdateID
- The pUpdateID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putGeodatabase(String gdbName, String val) throws IOException, AutomationException
gdbName
- The gdbName (in)val
- The val (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 |