|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGSServerObjectName
Provides access to members that supply server object name information.
The IAGSServerObjectName interface lets you access the properties of an AGSServerObjectName which is The name object for an MapServer or GeocodeServer server object obtained through an AGSServerConnection. IAGSServerObjectName has properties for the server object's Name, Type and if connecting to a web service catalog, the URL.
IEnumServerObjectType
,
AGSLocatorWorkspace
,
IEnumServerObjectTypeInfo
,
GeocodeServer
,
ILocatorManager2.getAGSLocatorWorkspace(com.esri.arcgis.gisclient.IAGSServerConnectionName)
,
ServerObject
,
ILocatorWorkspaceName2.getAGSServerConnectionName()
,
AGSAddressLocator
Method Summary | |
---|---|
IAGSServerConnectionName |
getAGSServerConnectionName()
The connection name object for this server object. |
String |
getName()
Name of the server object. |
String |
getType()
Type of the server object (MapServer or GeocodeServer). |
String |
getURL()
Server object URL (if connection type is internet). |
void |
setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName)
The connection name object for this server object. |
void |
setName(String objectName)
Name of the server object. |
void |
setType(String objectType)
Type of the server object (MapServer or GeocodeServer). |
void |
setURL(String objectURL)
Server object URL (if connection type is internet). |
Method Detail |
---|
void setName(String objectName) throws IOException, AutomationException
objectName
- The objectName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
Required if the MapServer object is obtained via a LAN AGSServerConnection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String objectType) throws IOException, AutomationException
objectType
- The objectType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(String objectURL) throws IOException, AutomationException
objectURL
- The objectURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getURL() throws IOException, AutomationException
Required if the MapServer object is obtained via an internet AGSServerConnection to a web service catalog.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGSServerConnectionName getAGSServerConnectionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerConnectionNameByRef(IAGSServerConnectionName ppServerConnName) throws IOException, AutomationException
ppServerConnName
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (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 |