|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIMSConnection
Provides access to members to connect to an ArcIMS server (IMS).
| Method Summary | |
|---|---|
void |
connect()
Connects to an ArcIMS server. |
void |
disconnect()
Disconnects from an ArcIMS server. |
String |
getFileName()
Path to the IMS connection file. |
Object |
getFilterServices()
Filters out only the specified services. |
String |
getURL()
URL to ArcIMS server. |
String |
getUserName()
User name. |
boolean |
isConnected()
Indicates whether the IMS connection has been made. |
boolean |
isSavePassword()
Indicates if the password should be saved. |
void |
loadFromFile(String path)
Loads an IMS connection file containing the URL. |
void |
saveToFile(String path)
Writes an IMS connection file containing the URL. |
void |
setFilterServices(Object names)
Filters out only the specified services. |
void |
setPassword(String rhs1)
Password. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setURL(String uRL)
URL to ArcIMS server. |
void |
setUserName(String userName)
User name. |
| Method Detail |
|---|
boolean isConnected()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void connect()
throws IOException,
AutomationException
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.
void loadFromFile(String path)
throws IOException,
AutomationException
path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void saveToFile(String path)
throws IOException,
AutomationException
path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFileName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURL(String uRL)
throws IOException,
AutomationException
uRL - The uRL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserName(String userName)
throws IOException,
AutomationException
userName - The userName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSavePassword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSavePassword(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getFilterServices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterServices(Object names)
throws IOException,
AutomationException
names - A Variant (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 | ||||||||