com.esri.arcgis.system
Interface IObjectConstruct

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeocodeServer, GeoDataServer, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ImageServer, IndexGenerator, IndexingLauncher, IObjectConstructProxy, JPIPServer, KmlServer, MapServer, MobileServer, NAServer, SearchServer, ServerObject, WCSImageServer, WCSServer, WFSServer, WMSImageServer, WMSServer, WPSServer

public interface IObjectConstruct
extends java.io.Serializable

Provides access to methods for constructing an object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 void construct(IPropertySet props)
          Two phase object construction.
 

Method Detail

construct

void construct(IPropertySet props)
               throws java.io.IOException,
                      AutomationException
Two phase object construction.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.