public interface esriAGSConnectionMode
extends java.io.Serializable
Description: 'The level of access the connection has to 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 =
Modifier and Type | Field and Description |
---|---|
static int |
esriAGSConnectionModeAdmin
Admin level with access to the server object amanager and the server object admin.
|
static int |
esriAGSConnectionModeConsumer
Consumer level with access to the server object manager.
|
static int |
esriAGSConnectionModePublisher
Publisher level with access to the server object amanager and the server object admin.
|
static final int esriAGSConnectionModeConsumer
static final int esriAGSConnectionModeAdmin
static final int esriAGSConnectionModePublisher