public class DddServerEnvironment extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IExtension, IExtensionConfig, ISupportErrorInfo
Description '3D Server Environment (license) singleton object.' 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 =
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy
IID, IID12a4c258_cc9d_4ca7_9f29_79ded88dd45f, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
Constructor and Description |
---|
DddServerEnvironment(java.lang.Object obj)
Construct a DddServerEnvironment using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getDescription()
Detailed description of the extension.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
The name of the extension.
|
java.lang.String |
getProductName()
Name of the extension.
|
int |
getState()
The state of the extension.
|
int |
hashCode()
the hashcode for this object
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
void |
release()
Release this COM object reference
|
void |
setState(int state)
The state of the extension.
|
void |
shutdown()
Shuts down the extension.
|
void |
startup(java.lang.Object initializationData)
Starts up the extension with the given initialization data.
|
public DddServerEnvironment(java.lang.Object obj) throws java.io.IOException
obj
to DddServerEnvironment
. *
DddServerEnvironment o = (DddServerEnvironment)obj; // will not work
DddServerEnvironment o = new DddServerEnvironment(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
DddServerEnvironment theDddServerEnvironment = (DddServerEnvironment) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IExtension
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void startup(java.lang.Object initializationData) throws java.io.IOException, AutomationException
startup
in interface IExtension
initializationData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws java.io.IOException, AutomationException
shutdown
in interface IExtension
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProductName() throws java.io.IOException, AutomationException
getProductName
in interface IExtensionConfig
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 IExtensionConfig
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getState() throws java.io.IOException, AutomationException
getState
in interface IExtensionConfig
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setState(int state) throws java.io.IOException, AutomationException
setState
in interface IExtensionConfig
state
- A com.esri.arcgis.system.esriExtensionState constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.