com.esri.arcgis.server
Class IServerObjectExtensionTypeInfoProxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IServerObjectExtensionTypeInfoProxy
- All Implemented Interfaces:
- IServerObjectExtensionTypeInfo, Externalizable, Serializable
- Direct Known Subclasses:
- IServerObjectExtensionTypeInfo2Proxy
public class IServerObjectExtensionTypeInfoProxy
- extends com.esri.arcgis.interop.Dispatch
- implements IServerObjectExtensionTypeInfo, 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.
- See Also:
- Serialized Form
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
IServerObjectExtensionTypeInfoProxy
public IServerObjectExtensionTypeInfoProxy()
IServerObjectExtensionTypeInfoProxy
public IServerObjectExtensionTypeInfoProxy(Object obj)
throws IOException
- Throws:
IOException
IServerObjectExtensionTypeInfoProxy
protected IServerObjectExtensionTypeInfoProxy(Object obj,
String iid)
throws IOException
- Throws:
IOException
addListener
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
- Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
- Throws:
IOException
removeListener
public void removeListener(String iidStr,
Object theListener)
throws IOException
- Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
- Throws:
IOException
getName
public String getName()
throws IOException,
AutomationException
- The name of the extension type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
getName in interface IServerObjectExtensionTypeInfo
- Returns:
- The name
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
getDescription
public String getDescription()
throws IOException,
AutomationException
- The description of the extension type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
getDescription in interface IServerObjectExtensionTypeInfo
- Returns:
- The desc
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable- Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable- Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
- Throws:
IOException
ClassNotFoundException