|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISetDefaultConnectionInfo3
Provides access to default connection information for a remote database (ArcSDE).
ISetDefaultConnectionInfo3 is an optional interface supported by the SDEWorkspaceFactory that extends the functionality of ISetDefaultConnectionInfo and ISetDefaultConnectionInfo2. ISetDefaultConnectionInfo3 includes the ClearParameters3 method that clears the default connection parameters previsouly set with SetParameters3.
Method Summary | |
---|---|
void |
clearParameters3(String server,
String instance,
String authenticationMode)
Clears ArcSDE connection property parameters. |
void |
setParameters3(String server,
String instance,
String authenticationMode,
String userName,
String password,
String versionName,
Object historicalInfo)
Sets ArcSDE connection property parameters. |
Methods inherited from interface com.esri.arcgis.geodatabase.ISetDefaultConnectionInfo2 |
---|
clearParameters |
Methods inherited from interface com.esri.arcgis.geodatabase.ISetDefaultConnectionInfo |
---|
setParameters |
Method Detail |
---|
void setParameters3(String server, String instance, String authenticationMode, String userName, String password, String versionName, Object historicalInfo) throws IOException, AutomationException
The SetParameters3 method extends the functionality present in SetParameters by allowing the Authentication Mode and Historical Info to be included as default connection properties.
server
- The server (in)instance
- The instance (in)authenticationMode
- The authenticationMode (in)userName
- The userName (in)password
- The password (in)versionName
- The versionName (in)historicalInfo
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearParameters3(String server, String instance, String authenticationMode) throws IOException, AutomationException
Clears parameters set by SetParameters3.
server
- The server (in)instance
- The instance (in)authenticationMode
- The authenticationMode (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 |