|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSServiceDescription
Provides access to members to get IMS connection properties and get the specified service child.
Method Summary | |
---|---|
IPropertySet |
getConnectionProperties()
True if the service is free. |
String |
getName()
Service Name. |
Object |
getPassword()
Password for the specified service. |
int |
getSecurity()
Type of security set on the service. |
int |
getServiceType()
Type of service. |
String |
getURL()
URL to ArcIMS server. |
String |
getUserName()
User name for the specified service. |
boolean |
isPrivate()
Indicates if the service is private (requires password). |
boolean |
isSavePassword()
Indicates if the password should be saved. |
void |
setConnectionProperties(IPropertySet connectionProperties)
True if the service is free. |
void |
setIsPrivate(boolean isPrivate)
Indicates if the service is private (requires password). |
void |
setName(String name)
Service Name. |
void |
setPassword(String password)
Password for the specified service. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setSecurity(int security)
Type of security set on the service. |
void |
setServiceType(int type)
Type of service. |
void |
setURL(String uRL)
URL to ArcIMS server. |
void |
setUserName(String userName)
User name for the specified service. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
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.Object getPassword() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPassword(String password) throws IOException, AutomationException
password
- The password (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.int getServiceType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.gisclient.acServiceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSecurity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecurity(int security) throws IOException, AutomationException
security
- The security (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrivate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsPrivate(boolean isPrivate) throws IOException, AutomationException
isPrivate
- The isPrivate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionProperties(IPropertySet connectionProperties) throws IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (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 |