com.esri.arcgis.server
Interface IServerInit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerInit2
All Known Implementing Classes:
IServerInit2Proxy, IServerInitProxy, ServerP

public interface IServerInit
extends java.io.Serializable

COM Interface 'IServerInit'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Server initialization.' 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 IIDa49dd957_aadb_4fe4_89c1_d80bb586970a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void initPrivateServer(java.lang.String dir)
          Initializes Private Server.
 

Field Detail

IIDa49dd957_aadb_4fe4_89c1_d80bb586970a

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

initPrivateServer

void initPrivateServer(java.lang.String dir)
                       throws java.io.IOException,
                              AutomationException
Initializes Private Server.

Parameters:
dir - The dir (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.