com.esri.arcgis.server
Interface IServerObjectType2

All Superinterfaces:
IServerObjectType, java.io.Serializable
All Known Subinterfaces:
IServerObjectType3, IServerObjectType4
All Known Implementing Classes:
IServerObjectType2Proxy, IServerObjectType3Proxy, IServerObjectType4Proxy, ServerObjectType

public interface IServerObjectType2
extends IServerObjectType, java.io.Serializable

COM Interface 'IServerObjectType2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to methods, for administrators, that control the behavior and properties of a server object type.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID42472792_5345_4b93_b132_3977c24bacb4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectType
IID9ad7beca_fbc3_494a_bec6_790ff0e6946e
 
Method Summary
 java.lang.String getDisplayName()
          Display name of the server object type.
 int getIsolationLevel()
          The isolation level of the server objects supported by the server object type.
 void setDisplayName(java.lang.String pVal)
          Display name of the server object type.
 void setIsolationLevel(int isoLevel)
          The isolation level of the server objects supported by the server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectType
getCLSID, getDescription, getName, setCLSID, setDescription, setName
 

Field Detail

IID42472792_5345_4b93_b132_3977c24bacb4

static final int IID42472792_5345_4b93_b132_3977c24bacb4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getIsolationLevel

int getIsolationLevel()
                      throws java.io.IOException,
                             AutomationException
The isolation level of the server objects supported by the server object type.

Returns:
A com.esri.arcgis.server.esriServerIsolationLevel constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsolationLevel

void setIsolationLevel(int isoLevel)
                       throws java.io.IOException,
                              AutomationException
The isolation level of the server objects supported by the server object type.

Parameters:
isoLevel - A com.esri.arcgis.server.esriServerIsolationLevel constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Display name of the server object type.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

void setDisplayName(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Display name of the server object type.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.