|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerConfigurationStorage
COM Interface 'IServerConfigurationStorage'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'
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 |
IID53011377_69ef_42e5_93c8_26735b801969
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addFolder(java.lang.String folderName,
java.lang.String info)
addFolder |
void |
addGeodatabase(java.lang.String gdbName,
java.lang.String val)
addGeodatabase |
void |
addPermission(java.lang.String resourceID,
java.lang.String acl)
addPermission |
void |
addService(java.lang.String iD,
java.lang.String definition)
addService |
void |
connect(java.lang.String connectionString)
connect |
void |
deleteFolder(java.lang.String folderName)
deleteFolder |
void |
deleteGeodatabase(java.lang.String gdbName)
deleteGeodatabase |
void |
deleteLogFile(java.lang.String fileName)
deleteLogFile |
void |
deletePermission(java.lang.String resourceID)
deletePermission |
void |
deleteService(java.lang.String iD)
deleteService |
java.lang.String |
getACL(java.lang.String resourceID,
java.lang.String[] pUpdateID)
getACL |
java.lang.String |
getFolderInfo(java.lang.String folderName,
java.lang.String[] pUpdateID)
getFolderInfo |
java.lang.String |
getFolders()
getFolders |
java.lang.String |
getGeodatabase(java.lang.String gdbName,
java.lang.String[] pUpdateID)
getGeodatabase |
java.lang.String |
getGeodatabases()
getGeodatabases |
java.lang.String |
getLogFile(java.lang.String fileName,
java.util.Date[] pDateCreated,
java.util.Date[] pDateModified)
getLogFile |
java.lang.String |
getLogFiles()
getLogFiles |
java.lang.String |
getPermissions()
getPermissions |
java.lang.String |
getServerProperties()
getServerProperties |
java.lang.String |
getServerProperty(java.lang.String name)
getServerProperty |
java.lang.String |
getServiceDefinition(java.lang.String iD,
java.lang.String[] pUpdateID)
getServiceDefinition |
boolean |
getServiceIsStarted(java.lang.String iD)
getServiceIsStarted |
java.lang.String |
getServices()
getServices |
void |
getUpdateIDs(java.lang.String[] pServerUpdateID,
java.lang.String[] pServicesUpdateID,
java.lang.String[] pFoldersUpdateID,
java.lang.String[] pPermissionsUpdateID,
java.lang.String[] pLogUpdateID,
java.lang.String[] pGDBUpdateID)
getUpdateIDs |
void |
putACL(java.lang.String resourceID,
java.lang.String val)
putACL |
void |
putFolderInfo(java.lang.String folderName,
java.lang.String val)
putFolderInfo |
void |
putGeodatabase(java.lang.String gdbName,
java.lang.String val)
putGeodatabase |
void |
putLogFile(java.lang.String fileName,
java.util.Date dateCreated,
java.util.Date dateModified,
java.lang.String log)
putLogFile |
void |
putServerProperty(java.lang.String name,
java.lang.String val)
putServerProperty |
void |
putServiceDefinition(java.lang.String iD,
java.lang.String val)
putServiceDefinition |
void |
putServiceIsStarted(java.lang.String iD,
boolean val)
putServiceIsStarted |
void |
renameFolder(java.lang.String oldName,
java.lang.String newName)
renameFolder |
| Field Detail |
|---|
static final int IID53011377_69ef_42e5_93c8_26735b801969
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void connect(java.lang.String connectionString)
throws java.io.IOException,
AutomationException
connectionString - The connectionString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getUpdateIDs(java.lang.String[] pServerUpdateID,
java.lang.String[] pServicesUpdateID,
java.lang.String[] pFoldersUpdateID,
java.lang.String[] pPermissionsUpdateID,
java.lang.String[] pLogUpdateID,
java.lang.String[] pGDBUpdateID)
throws java.io.IOException,
AutomationException
pServerUpdateID - The pServerUpdateID (out: use single element array)pServicesUpdateID - The pServicesUpdateID (out: use single element array)pFoldersUpdateID - The pFoldersUpdateID (out: use single element array)pPermissionsUpdateID - The pPermissionsUpdateID (out: use single element array)pLogUpdateID - The pLogUpdateID (out: use single element array)pGDBUpdateID - The pGDBUpdateID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServerProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putServerProperty(java.lang.String name,
java.lang.String val)
throws java.io.IOException,
AutomationException
name - The name (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServerProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFolder(java.lang.String folderName,
java.lang.String info)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)info - The info (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 oldName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
oldName - The oldName (in)newName - The newName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFolders()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFolderInfo(java.lang.String folderName,
java.lang.String[] pUpdateID)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)pUpdateID - The pUpdateID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putFolderInfo(java.lang.String folderName,
java.lang.String val)
throws java.io.IOException,
AutomationException
folderName - The folderName (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addService(java.lang.String iD,
java.lang.String definition)
throws java.io.IOException,
AutomationException
iD - The iD (in)definition - The definition (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteService(java.lang.String iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServices()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServiceDefinition(java.lang.String iD,
java.lang.String[] pUpdateID)
throws java.io.IOException,
AutomationException
iD - The iD (in)pUpdateID - The pUpdateID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putServiceDefinition(java.lang.String iD,
java.lang.String val)
throws java.io.IOException,
AutomationException
iD - The iD (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean getServiceIsStarted(java.lang.String iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putServiceIsStarted(java.lang.String iD,
boolean val)
throws java.io.IOException,
AutomationException
iD - The iD (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addPermission(java.lang.String resourceID,
java.lang.String acl)
throws java.io.IOException,
AutomationException
resourceID - The resourceID (in)acl - The acl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deletePermission(java.lang.String resourceID)
throws java.io.IOException,
AutomationException
resourceID - The resourceID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPermissions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getACL(java.lang.String resourceID,
java.lang.String[] pUpdateID)
throws java.io.IOException,
AutomationException
resourceID - The resourceID (in)pUpdateID - The pUpdateID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putACL(java.lang.String resourceID,
java.lang.String val)
throws java.io.IOException,
AutomationException
resourceID - The resourceID (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addGeodatabase(java.lang.String gdbName,
java.lang.String val)
throws java.io.IOException,
AutomationException
gdbName - The gdbName (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteGeodatabase(java.lang.String gdbName)
throws java.io.IOException,
AutomationException
gdbName - The gdbName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getGeodatabases()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getGeodatabase(java.lang.String gdbName,
java.lang.String[] pUpdateID)
throws java.io.IOException,
AutomationException
gdbName - The gdbName (in)pUpdateID - The pUpdateID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putGeodatabase(java.lang.String gdbName,
java.lang.String val)
throws java.io.IOException,
AutomationException
gdbName - The gdbName (in)val - The val (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLogFiles()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putLogFile(java.lang.String fileName,
java.util.Date dateCreated,
java.util.Date dateModified,
java.lang.String log)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)dateCreated - The dateCreated (in)dateModified - The dateModified (in)log - The log (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLogFile(java.lang.String fileName,
java.util.Date[] pDateCreated,
java.util.Date[] pDateModified)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)pDateCreated - The pDateCreated (out: use single element array)pDateModified - The pDateModified (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteLogFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (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 | ||||||||