|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerObjectExtensionType3
Provides access to properties, for administrators, of a server object extension type.
| Method Summary | |
|---|---|
String |
getConfigurationFactoryCLSID()
Configuration Factory CLSID. |
IPropertySet |
getInfo()
Auxiliary information for the server objects extension type ?passive properties only. |
IPropertySet |
getProperties()
Properties for the server object extension type. |
void |
setConfigurationFactoryCLSID(String pVal)
Configuration Factory CLSID. |
void |
setInfoByRef(IPropertySet props)
Auxiliary information for the server objects extension type ?passive properties only. |
void |
setPropertiesByRef(IPropertySet props)
Properties for the server object extension type. |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionType2 |
|---|
getDisplayName, setDisplayName |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionType |
|---|
getCLSID, getDescription, getName, setCLSID, setDescription, setName |
| Method Detail |
|---|
IPropertySet getProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropertiesByRef(IPropertySet props)
throws IOException,
AutomationException
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInfoByRef(IPropertySet props)
throws IOException,
AutomationException
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getConfigurationFactoryCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConfigurationFactoryCLSID(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 | ||||||||