com.esri.arcgis.trackinganalyst
Interface IServer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IServerProxy

public interface IServer
extends Serializable

Provides access to properties and methods to help manage processes in the Tracking Server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 IConnection createConnection(String cName, String cUserName, String cPassword, String cConnectionString)
          Creates a server connection.
 

Method Detail

createConnection

IConnection createConnection(String cName,
                             String cUserName,
                             String cPassword,
                             String cConnectionString)
                             throws IOException,
                                    AutomationException
Creates a server connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
cName - The cName (in)
cUserName - The cUserName (in)
cPassword - The cPassword (in)
cConnectionString - The cConnectionString (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IConnection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.