com.esri.arcgis.carto
Interface ICacheControlInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CacheControlInfo, ICacheControlInfoProxy

public interface ICacheControlInfo
extends java.io.Serializable

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

Description: 'Provides access to members that provide the cache control info.' 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 IID095f6f1b_178f_49ae_9b05_de919b2c7e59
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isClientCachingAllowed()
          Indicates if client caching is allowed.
 void setClientCachingAllowed(boolean pClientCachingAllowed)
          Indicates if client caching is allowed.
 

Field Detail

IID095f6f1b_178f_49ae_9b05_de919b2c7e59

static final int IID095f6f1b_178f_49ae_9b05_de919b2c7e59
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

isClientCachingAllowed

boolean isClientCachingAllowed()
                               throws java.io.IOException,
                                      AutomationException
Indicates if client caching is allowed.

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

setClientCachingAllowed

void setClientCachingAllowed(boolean pClientCachingAllowed)
                             throws java.io.IOException,
                                    AutomationException
Indicates if client caching is allowed.

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