|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IServerObjectExtensionTypeProxy
public class IServerObjectExtensionTypeProxy
Provides access to properties, for administrators, of a server object extension type.
The IServerObjectExtensionType interface is a read/write interface on a server object type that allows administrators to configure new server object extension types to add to the server, update existing server object extension types, and to view the properties of a server object extension type.
Users and developers that are not part the the agsadmin group do not have access to this interface. An additional read only interface called IServerObjectExtensionTypeInfo is available to non-administrators which provides read only access to a subset of the server object type's properties.
The set of properties that can be accessed and modified by IServerObjectExtensionType are:
Name: the name of the server object extension
Description: a text description of the server object extension
CLSID: the CLSID of the server object extension
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IServerObjectExtensionTypeProxy()
|
|
IServerObjectExtensionTypeProxy(Object obj)
|
protected |
IServerObjectExtensionTypeProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getCLSID()
The class ID of the extension type. |
String |
getDescription()
The description of the extension type. |
String |
getName()
The name of the extension type. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCLSID(String pVal)
The class ID of the extension type. |
void |
setDescription(String desc)
The description of the extension type. |
void |
setName(String pVal)
The name of the extension type. |
| 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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IServerObjectExtensionTypeProxy()
public IServerObjectExtensionTypeProxy(Object obj)
throws IOException
IOException
protected IServerObjectExtensionTypeProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getName()
throws IOException,
AutomationException
getName in interface IServerObjectExtensionTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface IServerObjectExtensionTypepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IServerObjectExtensionTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String desc)
throws IOException,
AutomationException
setDescription in interface IServerObjectExtensionTypedesc - The desc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCLSID()
throws IOException,
AutomationException
getCLSID in interface IServerObjectExtensionTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCLSID(String pVal)
throws IOException,
AutomationException
setCLSID in interface IServerObjectExtensionTypepVal - The pVal (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 | ||||||||