|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IServerConfigurationStorageProxy
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 =
public class IServerConfigurationStorageProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.server.IServerConfigurationStorage |
---|
IID, IID53011377_69ef_42e5_93c8_26735b801969 |
Constructor Summary | |
---|---|
|
IServerConfigurationStorageProxy()
Deprecated. For internal use only |
|
IServerConfigurationStorageProxy(java.lang.Object obj)
Deprecated. |
protected |
IServerConfigurationStorageProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IServerConfigurationStorageProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IServerConfigurationStorageProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addFolder(java.lang.String folderName,
java.lang.String info)
Deprecated. addFolder |
void |
addGeodatabase(java.lang.String gdbName,
java.lang.String val)
Deprecated. addGeodatabase |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addPermission(java.lang.String resourceID,
java.lang.String acl)
Deprecated. addPermission |
void |
addService(java.lang.String iD,
java.lang.String definition)
Deprecated. addService |
void |
connect(java.lang.String connectionString)
Deprecated. connect |
void |
deleteFolder(java.lang.String folderName)
Deprecated. deleteFolder |
void |
deleteGeodatabase(java.lang.String gdbName)
Deprecated. deleteGeodatabase |
void |
deleteLogFile(java.lang.String fileName)
Deprecated. deleteLogFile |
void |
deletePermission(java.lang.String resourceID)
Deprecated. deletePermission |
void |
deleteService(java.lang.String iD)
Deprecated. deleteService |
java.lang.String |
getACL(java.lang.String resourceID,
java.lang.String[] pUpdateID)
Deprecated. getACL |
java.lang.String |
getFolderInfo(java.lang.String folderName,
java.lang.String[] pUpdateID)
Deprecated. getFolderInfo |
java.lang.String |
getFolders()
Deprecated. getFolders |
java.lang.String |
getGeodatabase(java.lang.String gdbName,
java.lang.String[] pUpdateID)
Deprecated. getGeodatabase |
java.lang.String |
getGeodatabases()
Deprecated. getGeodatabases |
java.lang.String |
getLogFile(java.lang.String fileName,
java.util.Date[] pDateCreated,
java.util.Date[] pDateModified)
Deprecated. getLogFile |
java.lang.String |
getLogFiles()
Deprecated. getLogFiles |
java.lang.String |
getPermissions()
Deprecated. getPermissions |
java.lang.String |
getServerProperties()
Deprecated. getServerProperties |
java.lang.String |
getServerProperty(java.lang.String name)
Deprecated. getServerProperty |
java.lang.String |
getServiceDefinition(java.lang.String iD,
java.lang.String[] pUpdateID)
Deprecated. getServiceDefinition |
boolean |
getServiceIsStarted(java.lang.String iD)
Deprecated. getServiceIsStarted |
java.lang.String |
getServices()
Deprecated. 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)
Deprecated. getUpdateIDs |
void |
putACL(java.lang.String resourceID,
java.lang.String val)
Deprecated. putACL |
void |
putFolderInfo(java.lang.String folderName,
java.lang.String val)
Deprecated. putFolderInfo |
void |
putGeodatabase(java.lang.String gdbName,
java.lang.String val)
Deprecated. putGeodatabase |
void |
putLogFile(java.lang.String fileName,
java.util.Date dateCreated,
java.util.Date dateModified,
java.lang.String log)
Deprecated. putLogFile |
void |
putServerProperty(java.lang.String name,
java.lang.String val)
Deprecated. putServerProperty |
void |
putServiceDefinition(java.lang.String iD,
java.lang.String val)
Deprecated. putServiceDefinition |
void |
putServiceIsStarted(java.lang.String iD,
boolean val)
Deprecated. putServiceIsStarted |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
renameFolder(java.lang.String oldName,
java.lang.String newName)
Deprecated. renameFolder |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IServerConfigurationStorageProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IServerConfigurationStorageProxy()
public IServerConfigurationStorageProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IServerConfigurationStorageProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IServerConfigurationStorageProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void connect(java.lang.String connectionString) throws java.io.IOException, AutomationException
connect
in interface IServerConfigurationStorage
connectionString
- The connectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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
getUpdateIDs
in interface IServerConfigurationStorage
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.public java.lang.String getServerProperty(java.lang.String name) throws java.io.IOException, AutomationException
getServerProperty
in interface IServerConfigurationStorage
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putServerProperty(java.lang.String name, java.lang.String val) throws java.io.IOException, AutomationException
putServerProperty
in interface IServerConfigurationStorage
name
- The name (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerProperties() throws java.io.IOException, AutomationException
getServerProperties
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFolder(java.lang.String folderName, java.lang.String info) throws java.io.IOException, AutomationException
addFolder
in interface IServerConfigurationStorage
folderName
- The folderName (in)info
- The info (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteFolder(java.lang.String folderName) throws java.io.IOException, AutomationException
deleteFolder
in interface IServerConfigurationStorage
folderName
- The folderName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void renameFolder(java.lang.String oldName, java.lang.String newName) throws java.io.IOException, AutomationException
renameFolder
in interface IServerConfigurationStorage
oldName
- The oldName (in)newName
- The newName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFolders() throws java.io.IOException, AutomationException
getFolders
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFolderInfo(java.lang.String folderName, java.lang.String[] pUpdateID) throws java.io.IOException, AutomationException
getFolderInfo
in interface IServerConfigurationStorage
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.public void putFolderInfo(java.lang.String folderName, java.lang.String val) throws java.io.IOException, AutomationException
putFolderInfo
in interface IServerConfigurationStorage
folderName
- The folderName (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addService(java.lang.String iD, java.lang.String definition) throws java.io.IOException, AutomationException
addService
in interface IServerConfigurationStorage
iD
- The iD (in)definition
- The definition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteService(java.lang.String iD) throws java.io.IOException, AutomationException
deleteService
in interface IServerConfigurationStorage
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServices() throws java.io.IOException, AutomationException
getServices
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServiceDefinition(java.lang.String iD, java.lang.String[] pUpdateID) throws java.io.IOException, AutomationException
getServiceDefinition
in interface IServerConfigurationStorage
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.public void putServiceDefinition(java.lang.String iD, java.lang.String val) throws java.io.IOException, AutomationException
putServiceDefinition
in interface IServerConfigurationStorage
iD
- The iD (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean getServiceIsStarted(java.lang.String iD) throws java.io.IOException, AutomationException
getServiceIsStarted
in interface IServerConfigurationStorage
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putServiceIsStarted(java.lang.String iD, boolean val) throws java.io.IOException, AutomationException
putServiceIsStarted
in interface IServerConfigurationStorage
iD
- The iD (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addPermission(java.lang.String resourceID, java.lang.String acl) throws java.io.IOException, AutomationException
addPermission
in interface IServerConfigurationStorage
resourceID
- The resourceID (in)acl
- The acl (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deletePermission(java.lang.String resourceID) throws java.io.IOException, AutomationException
deletePermission
in interface IServerConfigurationStorage
resourceID
- The resourceID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPermissions() throws java.io.IOException, AutomationException
getPermissions
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getACL(java.lang.String resourceID, java.lang.String[] pUpdateID) throws java.io.IOException, AutomationException
getACL
in interface IServerConfigurationStorage
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.public void putACL(java.lang.String resourceID, java.lang.String val) throws java.io.IOException, AutomationException
putACL
in interface IServerConfigurationStorage
resourceID
- The resourceID (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addGeodatabase(java.lang.String gdbName, java.lang.String val) throws java.io.IOException, AutomationException
addGeodatabase
in interface IServerConfigurationStorage
gdbName
- The gdbName (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteGeodatabase(java.lang.String gdbName) throws java.io.IOException, AutomationException
deleteGeodatabase
in interface IServerConfigurationStorage
gdbName
- The gdbName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGeodatabases() throws java.io.IOException, AutomationException
getGeodatabases
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGeodatabase(java.lang.String gdbName, java.lang.String[] pUpdateID) throws java.io.IOException, AutomationException
getGeodatabase
in interface IServerConfigurationStorage
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.public void putGeodatabase(java.lang.String gdbName, java.lang.String val) throws java.io.IOException, AutomationException
putGeodatabase
in interface IServerConfigurationStorage
gdbName
- The gdbName (in)val
- The val (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLogFiles() throws java.io.IOException, AutomationException
getLogFiles
in interface IServerConfigurationStorage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putLogFile(java.lang.String fileName, java.util.Date dateCreated, java.util.Date dateModified, java.lang.String log) throws java.io.IOException, AutomationException
putLogFile
in interface IServerConfigurationStorage
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.public java.lang.String getLogFile(java.lang.String fileName, java.util.Date[] pDateCreated, java.util.Date[] pDateModified) throws java.io.IOException, AutomationException
getLogFile
in interface IServerConfigurationStorage
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.public void deleteLogFile(java.lang.String fileName) throws java.io.IOException, AutomationException
deleteLogFile
in interface IServerConfigurationStorage
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 |