com.esri.arcgis.carto
Interface IImageServerObjectLANProxyesri_

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerObjectLANProxyesri_Proxy

public interface IImageServerObjectLANProxyesri_
extends java.io.Serializable

COM Interface 'IImageServerObjectLANProxyesri_'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ImageServer LAN proxy.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID9d7c52d5_e5f1_41df_afed_570b42b11989
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getServiceURL()
          The AIS Service URL.
 void init(boolean isPooled, java.lang.String name, IServer pServer, java.lang.String namespace2Use)
          Initializes using a private server.
 

Field Detail

IID9d7c52d5_e5f1_41df_afed_570b42b11989

static final int IID9d7c52d5_e5f1_41df_afed_570b42b11989
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getServiceURL

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

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

init

void init(boolean isPooled,
          java.lang.String name,
          IServer pServer,
          java.lang.String namespace2Use)
          throws java.io.IOException,
                 AutomationException
Initializes using a private 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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.