|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerConfigurationStorage
Method Summary | |
---|---|
void |
addFolder(String folderName,
String info)
addFolder |
void |
addGeodatabase(String gdbName,
String val)
addGeodatabase |
void |
addPermission(String resourceID,
String acl)
addPermission |
void |
addService(String iD,
String definition)
addService |
void |
connect(String connectionString)
connect |
void |
deleteFolder(String folderName)
deleteFolder |
void |
deleteGeodatabase(String gdbName)
deleteGeodatabase |
void |
deleteLogFile(String fileName)
deleteLogFile |
void |
deletePermission(String resourceID)
deletePermission |
void |
deleteService(String iD)
deleteService |
String |
getACL(String resourceID,
String[] pUpdateID)
getACL |
String |
getFolderInfo(String folderName,
String[] pUpdateID)
getFolderInfo |
String |
getFolders()
getFolders |
String |
getGeodatabase(String gdbName,
String[] pUpdateID)
getGeodatabase |
String |
getGeodatabases()
getGeodatabases |
String |
getLogFile(String fileName,
Date[] pDateCreated,
Date[] pDateModified)
getLogFile |
String |
getLogFiles()
getLogFiles |
String |
getPermissions()
getPermissions |
String |
getServerProperties()
getServerProperties |
String |
getServerProperty(String name)
getServerProperty |
String |
getServiceDefinition(String iD,
String[] pUpdateID)
getServiceDefinition |
boolean |
getServiceIsStarted(String iD)
getServiceIsStarted |
String |
getServices()
getServices |
void |
getUpdateIDs(String[] pServerUpdateID,
String[] pServicesUpdateID,
String[] pFoldersUpdateID,
String[] pPermissionsUpdateID,
String[] pLogUpdateID,
String[] pGDBUpdateID)
getUpdateIDs |
void |
putACL(String resourceID,
String val)
putACL |
void |
putFolderInfo(String folderName,
String val)
putFolderInfo |
void |
putGeodatabase(String gdbName,
String val)
putGeodatabase |
void |
putLogFile(String fileName,
Date dateCreated,
Date dateModified,
String log)
putLogFile |
void |
putServerProperty(String name,
String val)
putServerProperty |
void |
putServiceDefinition(String iD,
String val)
putServiceDefinition |
void |
putServiceIsStarted(String iD,
boolean val)
putServiceIsStarted |
void |
renameFolder(String oldName,
String newName)
renameFolder |
Method Detail |
---|
void connect(String connectionString) throws IOException, AutomationException
connectionString
- The connectionString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getUpdateIDs(String[] pServerUpdateID, String[] pServicesUpdateID, String[] pFoldersUpdateID, String[] pPermissionsUpdateID, String[] pLogUpdateID, String[] pGDBUpdateID) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerProperty(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putServerProperty(String name, String val) throws IOException, AutomationException
name
- The name (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addFolder(String folderName, String info) throws IOException, AutomationException
folderName
- The folderName (in)info
- The info (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteFolder(String folderName) throws IOException, AutomationException
folderName
- The folderName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void renameFolder(String oldName, String newName) throws IOException, AutomationException
oldName
- The oldName (in)newName
- The newName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFolders() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFolderInfo(String folderName, String[] pUpdateID) throws IOException, AutomationException
folderName
- The folderName (in)pUpdateID
- The pUpdateID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putFolderInfo(String folderName, String val) throws IOException, AutomationException
folderName
- The folderName (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addService(String iD, String definition) throws IOException, AutomationException
iD
- The iD (in)definition
- The definition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteService(String iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServiceDefinition(String iD, String[] pUpdateID) throws IOException, AutomationException
iD
- The iD (in)pUpdateID
- The pUpdateID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putServiceDefinition(String iD, String val) throws IOException, AutomationException
iD
- The iD (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean getServiceIsStarted(String iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putServiceIsStarted(String iD, boolean val) throws IOException, AutomationException
iD
- The iD (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addPermission(String resourceID, String acl) throws IOException, AutomationException
resourceID
- The resourceID (in)acl
- The acl (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deletePermission(String resourceID) throws IOException, AutomationException
resourceID
- The resourceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPermissions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getACL(String resourceID, String[] pUpdateID) throws IOException, AutomationException
resourceID
- The resourceID (in)pUpdateID
- The pUpdateID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putACL(String resourceID, String val) throws IOException, AutomationException
resourceID
- The resourceID (in)val
- The val (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.String getLogFiles() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putLogFile(String fileName, Date dateCreated, Date dateModified, String log) throws IOException, AutomationException
fileName
- The fileName (in)dateCreated
- The dateCreated (in)dateModified
- The dateModified (in)log
- The log (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLogFile(String fileName, Date[] pDateCreated, Date[] pDateModified) throws IOException, AutomationException
fileName
- The fileName (in)pDateCreated
- The pDateCreated (out: use single element array)pDateModified
- The pDateModified (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteLogFile(String fileName) throws IOException, AutomationException
fileName
- The fileName (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 |