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 =
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.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 |
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
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.