com.esri.arcgis.catalog
Interface IAGSObjectCreationProperties

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

public interface IAGSObjectCreationProperties
extends java.io.Serializable

COM Interface 'IAGSObjectCreationProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that define creation properties of an ArcGIS Server object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDad1c813f_0c3d_4d1f_af54_9adeb22e67f1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDad1c813f_0c3d_4d1f_af54_9adeb22e67f1

static final int IIDad1c813f_0c3d_4d1f_af54_9adeb22e67f1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getObjectConfiguration

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

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

setObjectConfigurationByRef

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

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

isDoStartEnable

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

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

setDoStartEnable

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

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