com.esri.arcgis.server
Interface esriStartupType

All Superinterfaces:
Serializable

public interface esriStartupType
extends Serializable

The startup type for a server object configuration.

Remarks

esriStartupType described whether ServerObjectConfigurations are automatically started when the GIS server's server object manager service is started, or if they need to be started manually. You can get and set the esriStartupType using the StartupType property on IServerObjectConfiguration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSTAutomatic
          The server object configuration starts automatically when the server object manager starts.
static int esriSTManual
          The server object configuration does not start automatically when the server object manager starts.
 

Field Detail

esriSTAutomatic

static final int esriSTAutomatic
The server object configuration starts automatically when the server object manager starts.

See Also:
Constant Field Values

esriSTManual

static final int esriSTManual
The server object configuration does not start automatically when the server object manager starts. The configuration must be started manually.

See Also:
Constant Field Values