public interface IRemoteUIConnectionManager
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_ADDRESS_HINT |
static String |
CONNECTION_PORT_HINT |
static String |
CONNECTION_TIMEOUT_HINT |
static String |
LOGIN_USERNAME_HINT |
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
newConnection(Shell shell)
Create a new connection.
|
IRemoteConnection |
newConnection(Shell shell,
String[] attrHints,
String[] attrHintValues)
Create a new connection using the remote service provider new connection
dialog.
|
void |
openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
Attempt to open a connection using a progress monitor.
|
void |
updateConnection(Shell shell,
IRemoteConnection connection)
Change a connection configuration.
|
static final String CONNECTION_ADDRESS_HINT
static final String CONNECTION_PORT_HINT
static final String CONNECTION_TIMEOUT_HINT
static final String LOGIN_USERNAME_HINT
IRemoteConnection newConnection(Shell shell)
shell
- shell used to display dialogsIRemoteConnection newConnection(Shell shell, String[] attrHints, String[] attrHintValues)
shell
- shell used to display dialogattrHints
- array containing attribute hintsattrHintValues
- array containing default values for each attribute specified
in attrHintsvoid openConnectionWithProgress(Shell shell, IRunnableContext context, IRemoteConnection connection)
shell
- shell used to display dialogscontext
- runnable context for displaying progress indicator. Can be null.connection
- connection to openvoid updateConnection(Shell shell, IRemoteConnection connection)
shell
- shell used to display dialogsconnection
- connection to modifyCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.