|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerObjectType2
Provides access to methods, for administrators, that control the behavior and properties of a server object type.
| Method Summary | |
|---|---|
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(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 |
| Method Detail |
|---|
int getIsolationLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsolationLevel(int isoLevel)
throws IOException,
AutomationException
isoLevel - A com.esri.arcgis.server.esriServerIsolationLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDisplayName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayName(String pVal)
throws IOException,
AutomationException
pVal - 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 | ||||||||