com.esri.arcgis.server
Interface IServerCLRHost

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

public interface IServerCLRHost
extends java.io.Serializable

Provides access to a method that cleans CLR managed objects.

Product Availability

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

When To Use

Internal use only.


Method Summary
 void cleanup()
          Uses Garbage Collector to clean all managed objects.
 

Method Detail

cleanup

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

Description

Internal use only.

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