|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerObjectAdmin2
COM Interface 'IServerObjectAdmin2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description: 'Provides access to members that administer the ArcGIS server.' 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 |
IID4bc97a90_0b03_478c_8eb8_2ba647297bf7
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectAdmin |
|---|
IID01f6db39_6458_4c12_bcc7_30f1021075e2 |
| Method Summary | |
|---|---|
void |
addExtensionType(java.lang.String sOTypeName,
IServerObjectExtensionType pSOEType)
Registers a new server object extension type with the server object type indicated in the argument list. |
IServerObjectExtensionType |
createExtensionType()
Creates a new empty server object extension type. |
void |
createFolder(java.lang.String folderName)
Creates a server configuration folder. |
void |
deleteExtensionType(java.lang.String sOTypeName,
java.lang.String sOETypeName)
Unregisters a server object extension type from the server object type indicated in the argument list. |
void |
deleteFolder(java.lang.String folderName)
Deletes a server configuration folder. |
void |
disable()
Disables a started SOM. |
void |
enable()
Enables a disabled SOM. |
IEnumServerObjectConfiguration |
getConfigurationsEx(java.lang.String folderName)
An enumerator over all the server object configurations in a server configuration folder. |
IEnumServerObjectExtensionType |
getExtensionTypes(java.lang.String sOTypeName)
An enumerator over all the server object extension types. |
IPropertySet |
getFolderInfo(java.lang.String folderName)
Properties associated with a server configuration folder. |
IEnumBSTR |
getFolders(java.lang.String folderName)
An array of folder names in the server configuration folder. |
IServerLog |
getServerLog()
Retrieves a reference to the ArcGIS Server logs. |
void |
renameFolder(java.lang.String folderName,
java.lang.String newName)
Renames a server configuration folder. |
void |
setFolderInfo(java.lang.String folderName,
IPropertySet ppInfo)
Properties associated with a server configuration folder. |
void |
validateConfiguration(java.lang.String name,
java.lang.String typeName)
Validates server object configuration. |
| Field Detail |
|---|
static final int IID4bc97a90_0b03_478c_8eb8_2ba647297bf7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IEnumServerObjectExtensionType getExtensionTypes(java.lang.String sOTypeName)
throws java.io.IOException,
AutomationException
sOTypeName - The sOTypeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerLog getServerLog()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerObjectExtensionType createExtensionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addExtensionType(java.lang.String sOTypeName,
IServerObjectExtensionType pSOEType)
throws java.io.IOException,
AutomationException
sOTypeName - The sOTypeName (in)pSOEType - A reference to a com.esri.arcgis.server.IServerObjectExtensionType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteExtensionType(java.lang.String sOTypeName,
java.lang.String sOETypeName)
throws java.io.IOException,
AutomationException
sOTypeName - The sOTypeName (in)sOETypeName - The sOETypeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createFolder(java.lang.String folderName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteFolder(java.lang.String folderName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void renameFolder(java.lang.String folderName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)newName - The newName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getFolders(java.lang.String folderName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getFolderInfo(java.lang.String folderName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFolderInfo(java.lang.String folderName,
IPropertySet ppInfo)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)ppInfo - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumServerObjectConfiguration getConfigurationsEx(java.lang.String folderName)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void validateConfiguration(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||