com.esri.arcgis.server
Interface IServerObjectHelper

All Superinterfaces:
Serializable
All Known Subinterfaces:
IServerObjectHelper2
All Known Implementing Classes:
IServerObjectHelper2Proxy, IServerObjectHelperProxy

public interface IServerObjectHelper
extends Serializable

Provides access to a holder for a reference to a server object.

Remarks

The server object helper implements a weak reference on a server object such that a server object extension can keep a string reference on the server object helper (for example, in a member variable) and avoid keeping a strong reference on the server object itself.

Product Availability

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


Method Summary
 IServerObject getServerObject()
          Reference to a server object.
 

Method Detail

getServerObject

IServerObject getServerObject()
                              throws IOException,
                                     AutomationException
Reference to a server object.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.server.IServerObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.