|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServerObjectExtensionType
public class ServerObjectExtensionType
COM Class 'ServerObjectExtensionType'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerObjectExtensionType object which provides information about server object extension types to users with administrative privileges to the ArcGIS server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionType3 |
|---|
IID, IIDbc0eecab_48dd_439e_8eca_f2c4e3f37beb, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionType2 |
|---|
IID552accd0_d000_49a7_beef_bf9849b22141 |
| Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionType |
|---|
IID47cb8511_3aa6_4da6_9095_b6f70237acee |
| Constructor Summary | |
|---|---|
ServerObjectExtensionType(java.lang.Object obj)
Construct a ServerObjectExtensionType using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getCLSID()
The class ID of the extension type. |
java.lang.String |
getConfigurationFactoryCLSID()
Configuration Factory CLSID. |
java.lang.String |
getDescription()
The description of the extension type. |
java.lang.String |
getDisplayName()
Display name of the server object extension type. |
IPropertySet |
getInfo()
Auxiliary information for the server objects extension type ?passive properties only. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the extension type. |
IPropertySet |
getProperties()
Properties for the server object extension type. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ServerObjectExtensionType. |
void |
setCLSID(java.lang.String pVal)
The class ID of the extension type. |
void |
setConfigurationFactoryCLSID(java.lang.String pVal)
Configuration Factory CLSID. |
void |
setDescription(java.lang.String desc)
The description of the extension type. |
void |
setDisplayName(java.lang.String pVal)
Display name of the server object extension type. |
void |
setInfoByRef(IPropertySet props)
Auxiliary information for the server objects extension type ?passive properties only. |
void |
setName(java.lang.String pVal)
The name of the extension type. |
void |
setPropertiesByRef(IPropertySet props)
Properties for the server object extension type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerObjectExtensionType(java.lang.Object obj)
throws java.io.IOException
obj to ServerObjectExtensionType. *
ServerObjectExtensionType o = (ServerObjectExtensionType)obj; // will not work
ServerObjectExtensionType o = new ServerObjectExtensionType(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
ServerObjectExtensionType theServerObjectExtensionType = (ServerObjectExtensionType) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IServerObjectExtensionTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setName in interface IServerObjectExtensionTypepVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IServerObjectExtensionTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String desc)
throws java.io.IOException,
AutomationException
setDescription in interface IServerObjectExtensionTypedesc - The desc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCLSID()
throws java.io.IOException,
AutomationException
getCLSID in interface IServerObjectExtensionTypejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCLSID(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setCLSID in interface IServerObjectExtensionTypepVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IServerObjectExtensionType2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setDisplayName in interface IServerObjectExtensionType2pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getProperties()
throws java.io.IOException,
AutomationException
getProperties in interface IServerObjectExtensionType3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertiesByRef(IPropertySet props)
throws java.io.IOException,
AutomationException
setPropertiesByRef in interface IServerObjectExtensionType3props - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getInfo()
throws java.io.IOException,
AutomationException
getInfo in interface IServerObjectExtensionType3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInfoByRef(IPropertySet props)
throws java.io.IOException,
AutomationException
setInfoByRef in interface IServerObjectExtensionType3props - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getConfigurationFactoryCLSID()
throws java.io.IOException,
AutomationException
getConfigurationFactoryCLSID in interface IServerObjectExtensionType3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConfigurationFactoryCLSID(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setConfigurationFactoryCLSID in interface IServerObjectExtensionType3pVal - The pVal (in)
java.io.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 | ||||||||