com.esri.arcgis.server
Interface IServerObjectHelper2

All Superinterfaces:
IServerObjectHelper, Serializable
All Known Implementing Classes:
IServerObjectHelper2Proxy

public interface IServerObjectHelper2
extends IServerObjectHelper, Serializable

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

Product Availability

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


Method Summary
 IPropertySet getServerObjectProperty()
          Server object property.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectHelper
getServerObject
 

Method Detail

getServerObjectProperty

IPropertySet getServerObjectProperty()
                                     throws IOException,
                                            AutomationException
Server object property.

Product Availability

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

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