com.esri.arcgis.server
Class IServerConfigurationStorageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerConfigurationStorageProxy
All Implemented Interfaces:
IServerConfigurationStorage, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IServerConfigurationStorageProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerConfigurationStorage, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IServerConfigurationStorageProxy

public IServerConfigurationStorageProxy(java.lang.String CLSID,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.net.UnknownHostException,
                                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IServerConfigurationStorageProxy

public IServerConfigurationStorageProxy()
Deprecated. 
For internal use only


IServerConfigurationStorageProxy

public IServerConfigurationStorageProxy(java.lang.Object obj)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerConfigurationStorageProxy

protected IServerConfigurationStorageProxy(java.lang.Object obj,
                                           java.lang.String iid)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerConfigurationStorageProxy

protected IServerConfigurationStorageProxy(java.lang.String CLSID,
                                           java.lang.String iid,
                                           java.lang.String host,
                                           com.esri.arcgis.interop.AuthInfo authInfo)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

connect

public void connect(java.lang.String connectionString)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
connect

Specified by:
connect in interface IServerConfigurationStorage
Parameters:
connectionString - The connectionString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdateIDs

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
Deprecated. 
getUpdateIDs

Specified by:
getUpdateIDs in interface IServerConfigurationStorage
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerProperty

public java.lang.String getServerProperty(java.lang.String name)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
getServerProperty

Specified by:
getServerProperty in interface IServerConfigurationStorage
Parameters:
name - The name (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putServerProperty

public void putServerProperty(java.lang.String name,
                              java.lang.String val)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
putServerProperty

Specified by:
putServerProperty in interface IServerConfigurationStorage
Parameters:
name - The name (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerProperties

public java.lang.String getServerProperties()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
getServerProperties

Specified by:
getServerProperties in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFolder

public void addFolder(java.lang.String folderName,
                      java.lang.String info)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
addFolder

Specified by:
addFolder in interface IServerConfigurationStorage
Parameters:
folderName - The folderName (in)
info - The info (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteFolder

public void deleteFolder(java.lang.String folderName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
deleteFolder

Specified by:
deleteFolder in interface IServerConfigurationStorage
Parameters:
folderName - The folderName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

renameFolder

public void renameFolder(java.lang.String oldName,
                         java.lang.String newName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
renameFolder

Specified by:
renameFolder in interface IServerConfigurationStorage
Parameters:
oldName - The oldName (in)
newName - The newName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolders

public java.lang.String getFolders()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
getFolders

Specified by:
getFolders in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderInfo

public java.lang.String getFolderInfo(java.lang.String folderName,
                                      java.lang.String[] pUpdateID)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
getFolderInfo

Specified by:
getFolderInfo in interface IServerConfigurationStorage
Parameters:
folderName - The folderName (in)
pUpdateID - The pUpdateID (out: use single element array)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putFolderInfo

public void putFolderInfo(java.lang.String folderName,
                          java.lang.String val)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
putFolderInfo

Specified by:
putFolderInfo in interface IServerConfigurationStorage
Parameters:
folderName - The folderName (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addService

public void addService(java.lang.String iD,
                       java.lang.String definition)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
addService

Specified by:
addService in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
definition - The definition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteService

public void deleteService(java.lang.String iD)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
deleteService

Specified by:
deleteService in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServices

public java.lang.String getServices()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
getServices

Specified by:
getServices in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceDefinition

public java.lang.String getServiceDefinition(java.lang.String iD,
                                             java.lang.String[] pUpdateID)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
getServiceDefinition

Specified by:
getServiceDefinition in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
pUpdateID - The pUpdateID (out: use single element array)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putServiceDefinition

public void putServiceDefinition(java.lang.String iD,
                                 java.lang.String val)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
putServiceDefinition

Specified by:
putServiceDefinition in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceIsStarted

public boolean getServiceIsStarted(java.lang.String iD)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
getServiceIsStarted

Specified by:
getServiceIsStarted in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putServiceIsStarted

public void putServiceIsStarted(java.lang.String iD,
                                boolean val)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
putServiceIsStarted

Specified by:
putServiceIsStarted in interface IServerConfigurationStorage
Parameters:
iD - The iD (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPermission

public void addPermission(java.lang.String resourceID,
                          java.lang.String acl)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
addPermission

Specified by:
addPermission in interface IServerConfigurationStorage
Parameters:
resourceID - The resourceID (in)
acl - The acl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deletePermission

public void deletePermission(java.lang.String resourceID)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
deletePermission

Specified by:
deletePermission in interface IServerConfigurationStorage
Parameters:
resourceID - The resourceID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPermissions

public java.lang.String getPermissions()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
getPermissions

Specified by:
getPermissions in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getACL

public java.lang.String getACL(java.lang.String resourceID,
                               java.lang.String[] pUpdateID)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
getACL

Specified by:
getACL in interface IServerConfigurationStorage
Parameters:
resourceID - The resourceID (in)
pUpdateID - The pUpdateID (out: use single element array)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putACL

public void putACL(java.lang.String resourceID,
                   java.lang.String val)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
putACL

Specified by:
putACL in interface IServerConfigurationStorage
Parameters:
resourceID - The resourceID (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGeodatabase

public void addGeodatabase(java.lang.String gdbName,
                           java.lang.String val)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
addGeodatabase

Specified by:
addGeodatabase in interface IServerConfigurationStorage
Parameters:
gdbName - The gdbName (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteGeodatabase

public void deleteGeodatabase(java.lang.String gdbName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
deleteGeodatabase

Specified by:
deleteGeodatabase in interface IServerConfigurationStorage
Parameters:
gdbName - The gdbName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodatabases

public java.lang.String getGeodatabases()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
getGeodatabases

Specified by:
getGeodatabases in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodatabase

public java.lang.String getGeodatabase(java.lang.String gdbName,
                                       java.lang.String[] pUpdateID)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
getGeodatabase

Specified by:
getGeodatabase in interface IServerConfigurationStorage
Parameters:
gdbName - The gdbName (in)
pUpdateID - The pUpdateID (out: use single element array)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putGeodatabase

public void putGeodatabase(java.lang.String gdbName,
                           java.lang.String val)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
putGeodatabase

Specified by:
putGeodatabase in interface IServerConfigurationStorage
Parameters:
gdbName - The gdbName (in)
val - The val (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogFiles

public java.lang.String getLogFiles()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
getLogFiles

Specified by:
getLogFiles in interface IServerConfigurationStorage
Returns:
The pList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putLogFile

public void putLogFile(java.lang.String fileName,
                       java.util.Date dateCreated,
                       java.util.Date dateModified,
                       java.lang.String log)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
putLogFile

Specified by:
putLogFile in interface IServerConfigurationStorage
Parameters:
fileName - The fileName (in)
dateCreated - The dateCreated (in)
dateModified - The dateModified (in)
log - The log (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogFile

public java.lang.String getLogFile(java.lang.String fileName,
                                   java.util.Date[] pDateCreated,
                                   java.util.Date[] pDateModified)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
getLogFile

Specified by:
getLogFile in interface IServerConfigurationStorage
Parameters:
fileName - The fileName (in)
pDateCreated - The pDateCreated (out: use single element array)
pDateModified - The pDateModified (out: use single element array)
Returns:
The pLog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteLogFile

public void deleteLogFile(java.lang.String fileName)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
deleteLogFile

Specified by:
deleteLogFile in interface IServerConfigurationStorage
Parameters:
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.