com.esri.arcgis.carto
Interface IImageServerObjectLANProxyesri_

All Superinterfaces:
Serializable
All Known Implementing Classes:
IImageServerObjectLANProxyesri_Proxy

public interface IImageServerObjectLANProxyesri_
extends Serializable

Provides access to members that control ImageServer LAN proxy.

Product Availability

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


Method Summary
 String getServiceURL()
          The AIS Service URL.
 void init(boolean isPooled, String name, IServer pServer, String namespace2Use)
          Initializes using a private server.
 

Method Detail

getServiceURL

String getServiceURL()
                     throws IOException,
                            AutomationException
The AIS Service URL.

Product Availability

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

Returns:
The pServiceURL
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

void init(boolean isPooled,
          String name,
          IServer pServer,
          String namespace2Use)
          throws IOException,
                 AutomationException
Initializes using a private server.

Product Availability

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

Parameters:
isPooled - The isPooled (in)
name - The name (in)
pServer - A reference to a com.esri.arcgis.server.IServer (in)
namespace2Use - The namespace2Use (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.