|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.server.ServerObjectType
public class ServerObjectType
COM Class 'ServerObjectType'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServerObjectType object which defines the properties and behavior for server object types supported by the GIS 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.IServerObjectType4 |
---|
IID, IID6640b74d_69ce_4d7f_8222_ad46936c1799, xxDummy |
Fields inherited from interface com.esri.arcgis.server.IServerObjectType3 |
---|
IIDc54dd682_295a_4f38_93e3_7da20dca88c8 |
Fields inherited from interface com.esri.arcgis.server.IServerObjectType2 |
---|
IID42472792_5345_4b93_b132_3977c24bacb4 |
Fields inherited from interface com.esri.arcgis.server.IServerObjectType |
---|
IID9ad7beca_fbc3_494a_bec6_790ff0e6946e |
Constructor Summary | |
---|---|
ServerObjectType(java.lang.Object obj)
Construct a ServerObjectType 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 GUID of the COM class corresponding to the server object type. |
int |
getConfigurationsLimit()
Limits the number of configurations that can be created of this server object type. |
java.lang.String |
getDescription()
Description of the server object type. |
java.lang.String |
getDisplayName()
Display name of the server object type. |
IPropertySet |
getInfo()
Auxiliary information for the server objects type. |
int |
getIsolationLevel()
The isolation level of the server objects supported by the server object type. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the server object type. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ServerObjectType. |
void |
setCLSID(java.lang.String pVal)
The GUID of the COM class corresponding to the server object type. |
void |
setConfigurationsLimit(int pVal)
Limits the number of configurations that can be created of this server object type. |
void |
setDescription(java.lang.String desc)
Description of the server object type. |
void |
setDisplayName(java.lang.String pVal)
Display name of the server object type. |
void |
setInfoByRef(IPropertySet props)
Auxiliary information for the server objects type. |
void |
setIsolationLevel(int isoLevel)
The isolation level of the server objects supported by the server object type. |
void |
setName(java.lang.String pVal)
Name of the server object type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerObjectType(java.lang.Object obj) throws java.io.IOException
obj
to ServerObjectType
. *
ServerObjectType o = (ServerObjectType)obj; // will not work
ServerObjectType o = new ServerObjectType(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ServerObjectType theServerObjectType = (ServerObjectType) obj;
Method Detail |
---|
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 IServerObjectType
java.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 IServerObjectType
pVal
- 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 IServerObjectType
java.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 IServerObjectType
desc
- 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 IServerObjectType
java.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 IServerObjectType
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getIsolationLevel() throws java.io.IOException, AutomationException
getIsolationLevel
in interface IServerObjectType2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsolationLevel(int isoLevel) throws java.io.IOException, AutomationException
setIsolationLevel
in interface IServerObjectType2
isoLevel
- A com.esri.arcgis.server.esriServerIsolationLevel constant (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 IServerObjectType2
java.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 IServerObjectType2
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getConfigurationsLimit() throws java.io.IOException, AutomationException
getConfigurationsLimit
in interface IServerObjectType3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConfigurationsLimit(int pVal) throws java.io.IOException, AutomationException
setConfigurationsLimit
in interface IServerObjectType3
pVal
- The pVal (in)
java.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 IServerObjectType4
props
- 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 IServerObjectType4
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 |