com.esri.arcgis.server
Interface IServerCLRHost

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

public interface IServerCLRHost
extends java.io.Serializable

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

Description: 'Provides access to a method that cleans CLR managed objects.' 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 IID562704ee_3a20_4c6d_a501_8468a1dbc55a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void cleanup()
          Uses Garbage Collector to clean all managed objects.
 

Field Detail

IID562704ee_3a20_4c6d_a501_8468a1dbc55a

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

cleanup

void cleanup()
             throws java.io.IOException,
                    AutomationException
Uses Garbage Collector to clean all managed objects.

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