com.esri.arcgis.catalog
Interface IAGSObjectCreationProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IAGSObjectCreationPropertiesProxy

public interface IAGSObjectCreationProperties
extends Serializable

Provides access to members that define creation properties of an ArcGIS Server object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IServerObjectConfiguration getObjectConfiguration()
          The associated server object configuration during object creation time.
 boolean isDoStartEnable()
          Indicates whether the server object has been started.
 void setDoStartEnable(boolean doEnable)
          Indicates whether the server object has been started.
 void setObjectConfigurationByRef(IServerObjectConfiguration config)
          The associated server object configuration during object creation time.
 

Method Detail

getObjectConfiguration

IServerObjectConfiguration getObjectConfiguration()
                                                  throws IOException,
                                                         AutomationException
The associated server object configuration during object creation time.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setObjectConfigurationByRef

void setObjectConfigurationByRef(IServerObjectConfiguration config)
                                 throws IOException,
                                        AutomationException
The associated server object configuration during object creation time.

Product Availability

Available with ArcGIS Desktop.

Parameters:
config - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDoStartEnable

boolean isDoStartEnable()
                        throws IOException,
                               AutomationException
Indicates whether the server object has been started.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The doEnable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDoStartEnable

void setDoStartEnable(boolean doEnable)
                      throws IOException,
                             AutomationException
Indicates whether the server object has been started.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
doEnable - The doEnable (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.