com.esri.arcgis.server
Interface IServerObjectExtensionTypeInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
IServerObjectExtensionTypeInfo2
All Known Implementing Classes:
IServerObjectExtensionTypeInfo2Proxy, IServerObjectExtensionTypeInfoProxy, ServerObjectExtensionTypeInfo

public interface IServerObjectExtensionTypeInfo
extends Serializable

Provides access to the properties of a server object extentsion type.

Remarks

The ServerObjectExtensionTypeInfo class gives users and developers who are not administrators access to the list of server object extension types and the set of their properties that are necessary for programming applications with them. You can get information about server object extension types using the GetExtensionTypeInfos method on IServerObjectManager2 to get the ServerObjectExtensionTypeInfos.

These objects support the IServerObjectExtensionTypeInfo interface which provides read–only access to a subset of the server object extension type's properties. These properties include:

Name: the name of the server object extension type (e.g., NAServer)

Description: the description of the server object extension type

Product Availability

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


Method Summary
 String getDescription()
          The description of the extension type.
 String getName()
          The name of the extension type.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name of the extension type.

Product Availability

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

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The description of the extension type.

Product Availability

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

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