|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagerWebService
Provides access to members that manage a collection of IGISServer objects in the Manager web service catalog.
Method Summary | |
---|---|
void |
addGISServer(IGISServer server)
Adds an IGISServer object to the GISServers in this Manager web service catalog. |
void |
deleteGISServer(String aliasName)
Deletes an IGISServer object to the GISServers in this Manager web service catalog. |
IGISServers |
getGISServers()
Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog. |
void |
refreshServiceInfo()
Refreshes the service info on all services in all of the GISServers in this Manager web service catalog. |
Method Detail |
---|
IGISServers getGISServers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addGISServer(IGISServer server) throws IOException, AutomationException
server
- A reference to a com.esri.arcgis.server.IGISServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteGISServer(String aliasName) throws IOException, AutomationException
aliasName
- The aliasName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshServiceInfo() 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 |