com.esri.arcgis.carto
Interface IPrivateServerObjectLANProxyesri_

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

public interface IPrivateServerObjectLANProxyesri_
extends java.io.Serializable

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

Description: 'Provides access to members that control a private Server 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 IID29188f1b_e78f_49bd_854e_b2d680f03843
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(boolean isPooled, java.lang.String name, IServer pServer, java.lang.String namespace2Use)
          Initializes using a private server.
 

Field Detail

IID29188f1b_e78f_49bd_854e_b2d680f03843

static final int IID29188f1b_e78f_49bd_854e_b2d680f03843
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

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.