|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSConnection
COM Interface 'IIMSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members to connect to an ArcIMS server (IMS).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa98227bf_d1cd_402e_b5ea_d05f77513755
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
connect()
Connects to an ArcIMS server. |
void |
disconnect()
Disconnects from an ArcIMS server. |
java.lang.String |
getFileName()
Path to the IMS connection file. |
java.lang.Object |
getFilterServices()
Filters out only the specified services. |
java.lang.String |
getURL()
URL to ArcIMS server. |
java.lang.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(java.lang.String path)
Loads an IMS connection file containing the URL. |
void |
saveToFile(java.lang.String path)
Writes an IMS connection file containing the URL. |
void |
setFilterServices(java.lang.Object names)
Filters out only the specified services. |
void |
setPassword(java.lang.String rhs1)
Password. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setURL(java.lang.String uRL)
URL to ArcIMS server. |
void |
setUserName(java.lang.String userName)
User name. |
Field Detail |
---|
static final int IIDa98227bf_d1cd_402e_b5ea_d05f77513755
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isConnected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFileName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserName(java.lang.String userName) throws java.io.IOException, AutomationException
userName
- The userName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getUserName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPassword(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSavePassword() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSavePassword(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFilterServices() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterServices(java.lang.Object names) throws java.io.IOException, AutomationException
names
- A Variant (in)
java.io.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 |