Uses of Class
xal.tools.database.ConnectionDictionary
Packages that use ConnectionDictionary
Package
Description
-
Uses of ConnectionDictionary in xal.plugin.postgres
Methods in xal.plugin.postgres with parameters of type ConnectionDictionaryModifier and TypeMethodDescriptionPostgresDatabaseAdaptor.getConnection
(ConnectionDictionary dictionary) -
Uses of ConnectionDictionary in xal.service.pvlogger
Fields in xal.service.pvlogger declared as ConnectionDictionaryModifier and TypeFieldDescriptionprotected ConnectionDictionary
PVLogger.connectionDictionary
connection dictionaryMethods in xal.service.pvlogger that return ConnectionDictionaryModifier and TypeMethodDescriptionPVLogger.getConnectionDictionary()
get the connection dictionarystatic ConnectionDictionary
PVLogger.newBrowsingConnectionDictionary()
generate a new connection dictionary appropriate for browsing logged datastatic ConnectionDictionary
PVLogger.newLoggingConnectionDictionary()
generate a new connection dictionary appropriate for loggingMethods in xal.service.pvlogger with parameters of type ConnectionDictionaryModifier and TypeMethodDescriptionvoid
PVLogger.setConnectionDictionary
(ConnectionDictionary dictionary) set the connection dictionaryConstructors in xal.service.pvlogger with parameters of type ConnectionDictionaryModifierConstructorDescriptionPVLogger
(ConnectionDictionary connectionDictionary) Primary Constructor -
Uses of ConnectionDictionary in xal.service.pvlogger.apputils.browser
Methods in xal.service.pvlogger.apputils.browser with parameters of type ConnectionDictionaryModifier and TypeMethodDescriptionvoid
BrowserModel.connect
(ConnectionDictionary dictionary) Connect to the database with the specified connection dictionaryvoid
BrowserModel.setDatabaseConnection
(Connection connection, ConnectionDictionary dictionary) Set the database connection to the one specified. -
Uses of ConnectionDictionary in xal.tools.database
Methods in xal.tools.database that return ConnectionDictionaryModifier and TypeMethodDescriptionDBConfiguration.availableConnectionDictionary
(boolean useDefaultIfNeeded, String... accounts) Get the available connection dictionary which is the most preferredDBConfiguration.availableConnectionDictionary
(String... accounts) Get the available connection dictionary which is the most preferred and use the default one if there are no matchesDBConfiguration.defaultConnectionDictionary()
generate a new connection dictionary from the default database server configuration and default accountstatic ConnectionDictionary
ConnectionDictionary.defaultDictionary()
Get the connection dictionary from the file specified in the user's preferences.ConnectionDialog.getConnectionDictionary()
Get the connection user's dictionary.static ConnectionDictionary
ConnectionDictionary.getInstance()
Get the connection dictionary from the URL specified in the user's preferences.static ConnectionDictionary
ConnectionDictionary.getInstance
(String accountName) Get the connection dictionary from the URL specified in the user's preferences and for the specified account.static ConnectionDictionary
ConnectionDictionary.getInstance
(String accountName, String serverName) Get the connection dictionary from the URL specified in the user's preferences and for the specified account and server.static ConnectionDictionary
ConnectionDictionary.getPreferredInstance
(String... accountNames) Get the available connection dictionary which is the most preferredDBConfiguration.newConnectionDictionary
(String accountName) generate a new connection dictionary for the specified account name and the default database serverDBConfiguration.newConnectionDictionary
(String accountName, String serverName) Generate a new connection dictionary for the specified account name and server configuration nameprotected ConnectionDictionary
ConnectionDialog.showDialog()
Show the connection dialogstatic ConnectionDictionary
ConnectionDialog.showDialog
(Frame owner) Display the dialog and return the connection dictionary.static ConnectionDictionary
ConnectionDialog.showDialog
(Frame owner, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionary
ConnectionDialog.showDialog
(Frame owner, ConnectionDictionary dictionary, String submitLabel) Display the dialog and return the connection dictionary.Methods in xal.tools.database with parameters of type ConnectionDictionaryModifier and TypeMethodDescriptionDatabaseAdaptor.getConnection
(ConnectionDictionary dictionary) Get a new database connectionstatic ConnectionDialog
ConnectionDialog.getInstance
(Dialog owner, ConnectionDictionary dictionary) Get a new instance of the connection dialog.static ConnectionDialog
ConnectionDialog.getInstance
(Frame owner, ConnectionDictionary dictionary) Get a new instance of the connection dialog.void
ConnectionDialog.loadDictionary
(ConnectionDictionary dictionary) Load the specified connection dictionary.protected void
ConnectionDialog.setup
(ConnectionDictionary dictionary) Common initialization.static Connection
ConnectionDialog.showConnectionDialog
(Frame owner, DatabaseAdaptor databaseAdaptor, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionary
ConnectionDialog.showDialog
(Frame owner, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionary
ConnectionDialog.showDialog
(Frame owner, ConnectionDictionary dictionary, String submitLabel) Display the dialog and return the connection dictionary.Constructors in xal.tools.database with parameters of type ConnectionDictionaryModifierConstructorDescriptionprotected
ConnectionDialog
(Dialog owner, ConnectionDictionary dictionary) Constructor with a default submit button label of "Connect".protected
ConnectionDialog
(Dialog owner, ConnectionDictionary dictionary, String submitLabel) Primary Constructorprotected
ConnectionDialog
(Frame owner, ConnectionDictionary dictionary) Constructor with a default submit button label of "Connect".protected
ConnectionDialog
(Frame owner, ConnectionDictionary dictionary, String submitLabel) Primary Constructor