com.esri.arcgis.carto
Interface IMapServerInit2

All Superinterfaces:
IMapServerInit, java.io.Serializable
All Known Implementing Classes:
IMapServerInit2Proxy, MapServer

public interface IMapServerInit2
extends IMapServerInit, java.io.Serializable

COM Interface 'IMapServerInit2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to additional members that support initializing a map 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 IIDed28c857_2ca2_47cc_8cad_5c90bc2fc012
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapServerInit
IID56e179e3_974e_41a7_836b_c9a60ef6301b
 
Method Summary
 java.lang.String getPhysicalCacheDirectory()
          The physical directory for cache files.
 java.lang.String getSOMCacheDirectory()
          The parent directory for cache files.
 java.lang.String getSOMVirtualCacheDirectory()
          The parent virtual directory for cache files.
 java.lang.String getVirtualCacheDirectory()
          The virtual directory for cache files.
 void setPhysicalCacheDirectory(java.lang.String pCacheDir)
          The physical directory for cache files.
 void setSOMCacheDirectory(java.lang.String pCacheDir)
          The parent directory for cache files.
 void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
          The virtual directory for cache files.
 
Methods inherited from interface com.esri.arcgis.carto.IMapServerInit
connect, getFilePath, getMaxBufferCount, getMaxImageHeight, getMaxImageWidth, getMaxRecordCount, getPhysicalOutputDirectory, getVirtualOutputDirectory, setMaxBufferCount, setMaxImageHeight, setMaxImageWidth, setMaxRecordCount, setPhysicalOutputDirectory, setVirtualOutputDirectory, startWithData, stop
 

Field Detail

IIDed28c857_2ca2_47cc_8cad_5c90bc2fc012

static final int IIDed28c857_2ca2_47cc_8cad_5c90bc2fc012
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setPhysicalCacheDirectory

void setPhysicalCacheDirectory(java.lang.String pCacheDir)
                               throws java.io.IOException,
                                      AutomationException
The physical directory for cache files.

Parameters:
pCacheDir - The pCacheDir (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPhysicalCacheDirectory

java.lang.String getPhysicalCacheDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The physical directory for cache files.

Returns:
The pCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualCacheDirectory

void setVirtualCacheDirectory(java.lang.String pVirtualCacheDir)
                              throws java.io.IOException,
                                     AutomationException
The virtual directory for cache files.

Parameters:
pVirtualCacheDir - The pVirtualCacheDir (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVirtualCacheDirectory

java.lang.String getVirtualCacheDirectory()
                                          throws java.io.IOException,
                                                 AutomationException
The virtual directory for cache files.

Returns:
The pVirtualCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSOMCacheDirectory

void setSOMCacheDirectory(java.lang.String pCacheDir)
                          throws java.io.IOException,
                                 AutomationException
The parent directory for cache files.

Parameters:
pCacheDir - The pCacheDir (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSOMCacheDirectory

java.lang.String getSOMCacheDirectory()
                                      throws java.io.IOException,
                                             AutomationException
The parent directory for cache files.

Returns:
The pCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSOMVirtualCacheDirectory

java.lang.String getSOMVirtualCacheDirectory()
                                             throws java.io.IOException,
                                                    AutomationException
The parent virtual directory for cache files.

Returns:
The pParentVirtualCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.