com.esri.arcgis.server
Interface IServerObjectConfiguration4

All Superinterfaces:
IServerObjectConfiguration, IServerObjectConfiguration2, IServerObjectConfiguration3, java.io.Serializable
All Known Subinterfaces:
IServerObjectConfiguration5
All Known Implementing Classes:
IServerObjectConfiguration4Proxy, IServerObjectConfiguration5Proxy, ServerObjectConfiguration

public interface IServerObjectConfiguration4
extends IServerObjectConfiguration3, java.io.Serializable

COM Interface 'IServerObjectConfiguration4'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to administrators to members that control the behavior and properties of a server object configuration with extensions.' 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 IIDac7687e9_a00e_4281_abaa_b889a5d7b1a6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfiguration3
IID35bcf76e_686f_4cb2_b0b8_f615754e79d3
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfiguration2
IID2d81b707_95b1_4efa_a0fa_5ab49b051d0b
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfiguration
IID832dab4c_a03d_429e_8c14_401e3f807284
 
Method Summary
 int getServiceKeepAliveInterval()
          Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.
 void setServiceKeepAliveInterval(int pVal)
          Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration3
getIdleTimeout, getInstancesPerContainer, setIdleTimeout, setInstancesPerContainer
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration2
deserialize, getCleanupTimeout, getExtensionInfo, getExtensionProperties, getInfo, getStartupTimeout, isExtensionEnabled, serialize, setCleanupTimeout, setExtensionEnabled, setExtensionInfoByRef, setExtensionPropertiesByRef, setInfoByRef, setStartupTimeout
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration
getDescription, getIsolationLevel, getMaxInstances, getMinInstances, getName, getProperties, getRecycleProperties, getStartupType, getTypeName, getUsageTimeout, getWaitTimeout, isPooled, setDescription, setIsolationLevel, setIsPooled, setMaxInstances, setMinInstances, setName, setPropertiesByRef, setRecyclePropertiesByRef, setStartupType, setTypeName, setUsageTimeout, setWaitTimeout
 

Field Detail

IIDac7687e9_a00e_4281_abaa_b889a5d7b1a6

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

getServiceKeepAliveInterval

int getServiceKeepAliveInterval()
                                throws java.io.IOException,
                                       AutomationException
Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.

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

setServiceKeepAliveInterval

void setServiceKeepAliveInterval(int pVal)
                                 throws java.io.IOException,
                                        AutomationException
Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.

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