|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectConfiguration3
Provides access to administrators to members that control the behavior and properties of a server object configuration with extensions.
This interface is new at ArcGIS 9.3. It supersedes IServerObjectConfiguration and IServerObjectConfiguration2.
Method Summary | |
---|---|
int |
getIdleTimeout()
Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle. |
int |
getInstancesPerContainer()
Number of instances in a single low isolation container. |
void |
setIdleTimeout(int pVal)
Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle. |
void |
setInstancesPerContainer(int pVal)
Number of instances in a single low isolation container. |
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 |
Method Detail |
---|
int getIdleTimeout() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIdleTimeout(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInstancesPerContainer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInstancesPerContainer(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |