com.esri.arcgis.gisclient
Interface esriAGSConnectionMode

All Superinterfaces:
java.io.Serializable

public interface esriAGSConnectionMode
extends java.io.Serializable

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

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 =


Field Summary
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.
 

Field Detail

esriAGSConnectionModeConsumer

static final int esriAGSConnectionModeConsumer
Consumer level with access to the server object manager.

See Also:
Constant Field Values

esriAGSConnectionModeAdmin

static final int esriAGSConnectionModeAdmin
Admin level with access to the server object amanager and the server object admin.

See Also:
Constant Field Values

esriAGSConnectionModePublisher

static final int esriAGSConnectionModePublisher
Publisher level with access to the server object amanager and the server object admin.

See Also:
Constant Field Values