|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerObjectConfigurationInfo2
Provides access to the properties of a server object configuration with extensions.
IServerObjectConfigurationInfo2 extends IServerObjectConfigurationInfo to provide the names of all enabled server object extensions for a particular configuration. Note that only those server object extensions that are enabled for this configuration are returned by the Extensions property. To get a complete list of all server object extensions that are supported for a particular type of server object, use the GetExtensionTypeInfos method on IServerObjectManager2.
Method Summary | |
---|---|
IPropertySet |
getExtensionInfo(String name)
The extension-dependent info for the server object configuration. |
IEnumBSTR |
getExtensions()
An array of the registered server object extensions for a given configuration. |
IPropertySet |
getInfo()
Auxiliary Information for the server objects created by the server object configuration ?passive properties only. |
Methods inherited from interface com.esri.arcgis.server.IServerObjectConfigurationInfo |
---|
getDescription, getName, getTypeName, isPooled |
Method Detail |
---|
IEnumBSTR getExtensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getExtensionInfo(String name) throws IOException, AutomationException
name
- The name (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 |