com.esri.arcgis.server
Class ServerObjectConfiguration

java.lang.Object
  extended by com.esri.arcgis.server.ServerObjectConfiguration
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IServerObjectConfiguration, IServerObjectConfiguration2, IServerObjectConfiguration3, IServerObjectConfiguration4, java.io.Serializable

public class ServerObjectConfiguration
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IServerObjectConfiguration, IServerObjectConfiguration2, IServerObjectConfiguration3, IServerObjectConfiguration4

COM Class 'ServerObjectConfiguration'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description 'The ServerObjectConfiguration object which defines the properties and behavior for server objects running in the GIS 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectConfiguration4
IID, IIDac7687e9_a00e_4281_abaa_b889a5d7b1a6, xxDummy
 
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
 
Constructor Summary
ServerObjectConfiguration(java.lang.Object obj)
          Construct a ServerObjectConfiguration using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void deserialize(java.lang.String str)
          Deserializes the server object configuration from a string.
 boolean equals(java.lang.Object o)
          Compare this object with another
 int getCleanupTimeout()
          Maximum time (in seconds) that a SOC process will remain active to allow its no longer used server object threads to shut down gracefully before terminating them.
 java.lang.String getDescription()
          Description of the server object configuration.
 IPropertySet getExtensionInfo(java.lang.String name)
          The extension-dependent info for the server object configuration.
 IPropertySet getExtensionProperties(java.lang.String name)
          The extension-dependent properties for the server object configuration.
 int getIdleTimeout()
          Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle.
 IPropertySet getInfo()
          Auxiliary Information for the server objects created by the server object configuration ?passive properties only.
 int getInstancesPerContainer()
          Number of instances in a single low isolation container.
 int getIsolationLevel()
          The isolation level of the server objects defined by the server object configuration.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getMaxInstances()
          The maximum number of server object instances for a server object configuration.
 int getMinInstances()
          The minimum number of server object instances for a server object configuration.
 java.lang.String getName()
          Name of the server object configuration.
 IPropertySet getProperties()
          Initialization parameters and properties for the server objects created by the server object configuration.
 IPropertySet getRecycleProperties()
          The recycling properties for the server object configuration.
 int getServiceKeepAliveInterval()
          Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.
 int getStartupTimeout()
          Maximum time (in seconds) that a SOC process will wait for an instance of a server object to start.
 int getStartupType()
          The startup type for this server object configuration.
 java.lang.String getTypeName()
          Type of the server object configuration (MapServer or GeocodeServer).
 int getUsageTimeout()
          Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server.
 int getWaitTimeout()
          Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out.
 int hashCode()
          the hashcode for this object
 boolean isExtensionEnabled(java.lang.String name)
          Indicates whether the state of the named extension is Enabled (true) or Disabled (false).
 boolean isPooled()
          Indicates whether the server objects defined by this configuration are pooled.
 void release()
          Release a ServerObjectConfiguration.
 java.lang.String serialize()
          Serializes the server object configuration into a string.
 void setCleanupTimeout(int pVal)
          Maximum time (in seconds) that a SOC process will remain active to allow its no longer used server object threads to shut down gracefully before terminating them.
 void setDescription(java.lang.String desc)
          Description of the server object configuration.
 void setExtensionEnabled(java.lang.String name, boolean pVal)
          Indicates whether the state of the named extension is Enabled (true) or Disabled (false).
 void setExtensionInfoByRef(java.lang.String name, IPropertySet ppExtProperties)
          The extension-dependent info for the server object configuration.
 void setExtensionPropertiesByRef(java.lang.String name, IPropertySet ppExtProperties)
          The extension-dependent properties for the server object configuration.
 void setIdleTimeout(int pVal)
          Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle.
 void setInfoByRef(IPropertySet props)
          Auxiliary Information for the server objects created by the server object configuration ?passive properties only.
 void setInstancesPerContainer(int pVal)
          Number of instances in a single low isolation container.
 void setIsolationLevel(int isoLevel)
          The isolation level of the server objects defined by the server object configuration.
 void setIsPooled(boolean isPooled)
          Indicates whether the server objects defined by this configuration are pooled.
 void setMaxInstances(int instances)
          The maximum number of server object instances for a server object configuration.
 void setMinInstances(int instances)
          The minimum number of server object instances for a server object configuration.
 void setName(java.lang.String name)
          Name of the server object configuration.
 void setPropertiesByRef(IPropertySet props)
          Initialization parameters and properties for the server objects created by the server object configuration.
 void setRecyclePropertiesByRef(IPropertySet props)
          The recycling properties for the server object configuration.
 void setServiceKeepAliveInterval(int pVal)
          Interval at which SOM calls IObjectActivate on ServerObject, thus allowing instances with stale data connections to be recycled.
 void setStartupTimeout(int pVal)
          Maximum time (in seconds) that a SOC process will wait for an instance of a server object to start.
 void setStartupType(int type)
          The startup type for this server object configuration.
 void setTypeName(java.lang.String typeName)
          Type of the server object configuration (MapServer or GeocodeServer).
 void setUsageTimeout(int pVal)
          Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server.
 void setWaitTimeout(int pVal)
          Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerObjectConfiguration

public ServerObjectConfiguration(java.lang.Object obj)
                          throws java.io.IOException
Construct a ServerObjectConfiguration using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ServerObjectConfiguration.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
ServerObjectConfiguration o = (ServerObjectConfiguration)obj; // will not work

ServerObjectConfiguration o = new ServerObjectConfiguration(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems ServerObjectConfiguration theServerObjectConfiguration = (ServerObjectConfiguration) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ServerObjectConfiguration.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the server object configuration.

Specified by:
getName in interface IServerObjectConfiguration
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the server object configuration.

Specified by:
setName in interface IServerObjectConfiguration
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypeName

public java.lang.String getTypeName()
                             throws java.io.IOException,
                                    AutomationException
Type of the server object configuration (MapServer or GeocodeServer).

Specified by:
getTypeName in interface IServerObjectConfiguration
Returns:
The typeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTypeName

public void setTypeName(java.lang.String typeName)
                 throws java.io.IOException,
                        AutomationException
Type of the server object configuration (MapServer or GeocodeServer).

Specified by:
setTypeName in interface IServerObjectConfiguration
Parameters:
typeName - The typeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Description of the server object configuration.

Specified by:
getDescription in interface IServerObjectConfiguration
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String desc)
                    throws java.io.IOException,
                           AutomationException
Description of the server object configuration.

Specified by:
setDescription in interface IServerObjectConfiguration
Parameters:
desc - The desc (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Initialization parameters and properties for the server objects created by the server object configuration.

Specified by:
getProperties in interface IServerObjectConfiguration
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet props)
                        throws java.io.IOException,
                               AutomationException
Initialization parameters and properties for the server objects created by the server object configuration.

Specified by:
setPropertiesByRef in interface IServerObjectConfiguration
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRecycleProperties

public IPropertySet getRecycleProperties()
                                  throws java.io.IOException,
                                         AutomationException
The recycling properties for the server object configuration.

Specified by:
getRecycleProperties in interface IServerObjectConfiguration
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecyclePropertiesByRef

public void setRecyclePropertiesByRef(IPropertySet props)
                               throws java.io.IOException,
                                      AutomationException
The recycling properties for the server object configuration.

Specified by:
setRecyclePropertiesByRef in interface IServerObjectConfiguration
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinInstances

public int getMinInstances()
                    throws java.io.IOException,
                           AutomationException
The minimum number of server object instances for a server object configuration.

Specified by:
getMinInstances in interface IServerObjectConfiguration
Returns:
The instances
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinInstances

public void setMinInstances(int instances)
                     throws java.io.IOException,
                            AutomationException
The minimum number of server object instances for a server object configuration.

Specified by:
setMinInstances in interface IServerObjectConfiguration
Parameters:
instances - The instances (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxInstances

public int getMaxInstances()
                    throws java.io.IOException,
                           AutomationException
The maximum number of server object instances for a server object configuration.

Specified by:
getMaxInstances in interface IServerObjectConfiguration
Returns:
The instances
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxInstances

public void setMaxInstances(int instances)
                     throws java.io.IOException,
                            AutomationException
The maximum number of server object instances for a server object configuration.

Specified by:
setMaxInstances in interface IServerObjectConfiguration
Parameters:
instances - The instances (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPooled

public boolean isPooled()
                 throws java.io.IOException,
                        AutomationException
Indicates whether the server objects defined by this configuration are pooled.

Specified by:
isPooled in interface IServerObjectConfiguration
Returns:
The isPooled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsPooled

public void setIsPooled(boolean isPooled)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the server objects defined by this configuration are pooled.

Specified by:
setIsPooled in interface IServerObjectConfiguration
Parameters:
isPooled - The isPooled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIsolationLevel

public int getIsolationLevel()
                      throws java.io.IOException,
                             AutomationException
The isolation level of the server objects defined by the server object configuration.

Specified by:
getIsolationLevel in interface IServerObjectConfiguration
Returns:
A com.esri.arcgis.server.esriServerIsolationLevel constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsolationLevel

public void setIsolationLevel(int isoLevel)
                       throws java.io.IOException,
                              AutomationException
The isolation level of the server objects defined by the server object configuration.

Specified by:
setIsolationLevel in interface IServerObjectConfiguration
Parameters:
isoLevel - A com.esri.arcgis.server.esriServerIsolationLevel constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartupType

public int getStartupType()
                   throws java.io.IOException,
                          AutomationException
The startup type for this server object configuration. Startup type describes whether the server object configuration is started when the server object manager service is started for the GIS server.

Specified by:
getStartupType in interface IServerObjectConfiguration
Returns:
A com.esri.arcgis.server.esriStartupType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartupType

public void setStartupType(int type)
                    throws java.io.IOException,
                           AutomationException
The startup type for this server object configuration. Startup type describes whether the server object configuration is started when the server object manager service is started for the GIS server.

Specified by:
setStartupType in interface IServerObjectConfiguration
Parameters:
type - A com.esri.arcgis.server.esriStartupType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWaitTimeout

public int getWaitTimeout()
                   throws java.io.IOException,
                          AutomationException
Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out.

Specified by:
getWaitTimeout in interface IServerObjectConfiguration
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWaitTimeout

public void setWaitTimeout(int pVal)
                    throws java.io.IOException,
                           AutomationException
Maximum time (in seconds) a client will wait for an instance of a server object for this server object configuration using the CreateServerContext method on IServerObjectManager before timing out.

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

getUsageTimeout

public int getUsageTimeout()
                    throws java.io.IOException,
                           AutomationException
Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server. It is the maximum time allowed between calling CreateServerContext and ReleaseServerContext.

Specified by:
getUsageTimeout in interface IServerObjectConfiguration
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUsageTimeout

public void setUsageTimeout(int pVal)
                     throws java.io.IOException,
                            AutomationException
Maximum time (in seconds) a client can hold onto an instance of a server object for this server object configuration before releasing it back to the server. It is the maximum time allowed between calling CreateServerContext and ReleaseServerContext.

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

serialize

public java.lang.String serialize()
                           throws java.io.IOException,
                                  AutomationException
Serializes the server object configuration into a string.

Specified by:
serialize in interface IServerObjectConfiguration2
Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deserialize

public void deserialize(java.lang.String str)
                 throws java.io.IOException,
                        AutomationException
Deserializes the server object configuration from a string.

Specified by:
deserialize in interface IServerObjectConfiguration2
Parameters:
str - The str (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionProperties

public IPropertySet getExtensionProperties(java.lang.String name)
                                    throws java.io.IOException,
                                           AutomationException
The extension-dependent properties for the server object configuration.

Specified by:
getExtensionProperties in interface IServerObjectConfiguration2
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionPropertiesByRef

public void setExtensionPropertiesByRef(java.lang.String name,
                                        IPropertySet ppExtProperties)
                                 throws java.io.IOException,
                                        AutomationException
The extension-dependent properties for the server object configuration.

Specified by:
setExtensionPropertiesByRef in interface IServerObjectConfiguration2
Parameters:
name - The name (in)
ppExtProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionInfo

public IPropertySet getExtensionInfo(java.lang.String name)
                              throws java.io.IOException,
                                     AutomationException
The extension-dependent info for the server object configuration.

Specified by:
getExtensionInfo in interface IServerObjectConfiguration2
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionInfoByRef

public void setExtensionInfoByRef(java.lang.String name,
                                  IPropertySet ppExtProperties)
                           throws java.io.IOException,
                                  AutomationException
The extension-dependent info for the server object configuration.

Specified by:
setExtensionInfoByRef in interface IServerObjectConfiguration2
Parameters:
name - The name (in)
ppExtProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExtensionEnabled

public boolean isExtensionEnabled(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the state of the named extension is Enabled (true) or Disabled (false).

Specified by:
isExtensionEnabled in interface IServerObjectConfiguration2
Parameters:
name - The name (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionEnabled

public void setExtensionEnabled(java.lang.String name,
                                boolean pVal)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the state of the named extension is Enabled (true) or Disabled (false).

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

getCleanupTimeout

public int getCleanupTimeout()
                      throws java.io.IOException,
                             AutomationException
Maximum time (in seconds) that a SOC process will remain active to allow its no longer used server object threads to shut down gracefully before terminating them.

Specified by:
getCleanupTimeout in interface IServerObjectConfiguration2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCleanupTimeout

public void setCleanupTimeout(int pVal)
                       throws java.io.IOException,
                              AutomationException
Maximum time (in seconds) that a SOC process will remain active to allow its no longer used server object threads to shut down gracefully before terminating them.

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

getStartupTimeout

public int getStartupTimeout()
                      throws java.io.IOException,
                             AutomationException
Maximum time (in seconds) that a SOC process will wait for an instance of a server object to start.

Specified by:
getStartupTimeout in interface IServerObjectConfiguration2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartupTimeout

public void setStartupTimeout(int pVal)
                       throws java.io.IOException,
                              AutomationException
Maximum time (in seconds) that a SOC process will wait for an instance of a server object to start.

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

getInfo

public IPropertySet getInfo()
                     throws java.io.IOException,
                            AutomationException
Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

Specified by:
getInfo in interface IServerObjectConfiguration2
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInfoByRef

public void setInfoByRef(IPropertySet props)
                  throws java.io.IOException,
                         AutomationException
Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

Specified by:
setInfoByRef in interface IServerObjectConfiguration2
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdleTimeout

public int getIdleTimeout()
                   throws java.io.IOException,
                          AutomationException
Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle.

Specified by:
getIdleTimeout in interface IServerObjectConfiguration3
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIdleTimeout

public void setIdleTimeout(int pVal)
                    throws java.io.IOException,
                           AutomationException
Maximum time (in seconds) an instance of a server object for this server object configuration can remain idle.

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

getInstancesPerContainer

public int getInstancesPerContainer()
                             throws java.io.IOException,
                                    AutomationException
Number of instances in a single low isolation container.

Specified by:
getInstancesPerContainer in interface IServerObjectConfiguration3
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInstancesPerContainer

public void setInstancesPerContainer(int pVal)
                              throws java.io.IOException,
                                     AutomationException
Number of instances in a single low isolation container.

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

getServiceKeepAliveInterval

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

Specified by:
getServiceKeepAliveInterval in interface IServerObjectConfiguration4
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceKeepAliveInterval

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

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