|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebConnection
Provides access to members that access and describe an ArcWebConnection.
| Method Summary | |
|---|---|
void |
connect(String userName,
String password,
boolean useHTTPS,
ITrackCancel pCancelTracker)
Connects to an ArcWeb server. |
void |
disconnect()
Disconnects an existing ArcWeb connection. |
String |
getVersion()
Version number of the Arcweb service. |
boolean |
isSecure()
Indicates if the connection is secure. |
boolean |
isValid()
Indicates if the connection is valid. |
| Method Detail |
|---|
void connect(String userName,
String password,
boolean useHTTPS,
ITrackCancel pCancelTracker)
throws IOException,
AutomationException
userName - The userName (in)password - The password (in)useHTTPS - The useHTTPS (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isValid()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSecure()
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 | ||||||||