com.esri.arcgis.server
Interface esriStartupType

All Superinterfaces:
java.io.Serializable

public interface esriStartupType
extends java.io.Serializable

Constants from esriStartupType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'The startup type for a server object configuration.' 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 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