|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAGSServerObjectName2
Provides access to members that supply server object name information.
| Method Summary | |
|---|---|
String |
getCapabilities()
The web capabilities of the service. |
String |
getNameString2()
The name string for the server object name. |
String |
getParentType()
The type of server object this server object extension is associated with. |
void |
setCapabilities(String caps)
The web capabilities of the service. |
void |
setNameString2(String ns)
The name string for the server object name. |
void |
setParentType(String parentType)
The type of server object this server object extension is associated with. |
| Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName |
|---|
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL |
| Method Detail |
|---|
void setNameString2(String ns)
throws IOException,
AutomationException
ns - The ns (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNameString2()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentType(String parentType)
throws IOException,
AutomationException
parentType - The parentType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCapabilities(String caps)
throws IOException,
AutomationException
caps - The caps (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCapabilities()
throws IOException,
AutomationException
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 | ||||||||