|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGSObjectCreationProperties
Provides access to members that define creation properties of an ArcGIS Server object.
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 |
---|
IServerObjectConfiguration getObjectConfiguration() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectConfigurationByRef(IServerObjectConfiguration config) throws IOException, AutomationException
config
- A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDoStartEnable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDoStartEnable(boolean doEnable) throws IOException, AutomationException
doEnable
- The doEnable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |