public interface esriStartupType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriSTAutomatic
static final int esriSTManual