com.esri.arcgis.gisclient
Interface esriAGSConnectionMode

All Superinterfaces:
Serializable

public interface esriAGSConnectionMode
extends Serializable

The level of access the connection has to the GIS Server.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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