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 ConnectionDictionaryPVLogger.connectionDictionaryconnection dictionaryMethods in xal.service.pvlogger that return ConnectionDictionaryModifier and TypeMethodDescriptionPVLogger.getConnectionDictionary()get the connection dictionarystatic ConnectionDictionaryPVLogger.newBrowsingConnectionDictionary()generate a new connection dictionary appropriate for browsing logged datastatic ConnectionDictionaryPVLogger.newLoggingConnectionDictionary()generate a new connection dictionary appropriate for loggingMethods in xal.service.pvlogger with parameters of type ConnectionDictionaryModifier and TypeMethodDescriptionvoidPVLogger.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 TypeMethodDescriptionvoidBrowserModel.connect(ConnectionDictionary dictionary) Connect to the database with the specified connection dictionaryvoidBrowserModel.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 ConnectionDictionaryConnectionDictionary.defaultDictionary()Get the connection dictionary from the file specified in the user's preferences.ConnectionDialog.getConnectionDictionary()Get the connection user's dictionary.static ConnectionDictionaryConnectionDictionary.getInstance()Get the connection dictionary from the URL specified in the user's preferences.static ConnectionDictionaryConnectionDictionary.getInstance(String accountName) Get the connection dictionary from the URL specified in the user's preferences and for the specified account.static ConnectionDictionaryConnectionDictionary.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 ConnectionDictionaryConnectionDictionary.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 ConnectionDictionaryConnectionDialog.showDialog()Show the connection dialogstatic ConnectionDictionaryConnectionDialog.showDialog(Frame owner) Display the dialog and return the connection dictionary.static ConnectionDictionaryConnectionDialog.showDialog(Frame owner, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionaryConnectionDialog.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 ConnectionDialogConnectionDialog.getInstance(Dialog owner, ConnectionDictionary dictionary) Get a new instance of the connection dialog.static ConnectionDialogConnectionDialog.getInstance(Frame owner, ConnectionDictionary dictionary) Get a new instance of the connection dialog.voidConnectionDialog.loadDictionary(ConnectionDictionary dictionary) Load the specified connection dictionary.protected voidConnectionDialog.setup(ConnectionDictionary dictionary) Common initialization.static ConnectionConnectionDialog.showConnectionDialog(Frame owner, DatabaseAdaptor databaseAdaptor, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionaryConnectionDialog.showDialog(Frame owner, ConnectionDictionary dictionary) Display the dialog and return the connection dictionary.static ConnectionDictionaryConnectionDialog.showDialog(Frame owner, ConnectionDictionary dictionary, String submitLabel) Display the dialog and return the connection dictionary.Constructors in xal.tools.database with parameters of type ConnectionDictionaryModifierConstructorDescriptionprotectedConnectionDialog(Dialog owner, ConnectionDictionary dictionary) Constructor with a default submit button label of "Connect".protectedConnectionDialog(Dialog owner, ConnectionDictionary dictionary, String submitLabel) Primary ConstructorprotectedConnectionDialog(Frame owner, ConnectionDictionary dictionary) Constructor with a default submit button label of "Connect".protectedConnectionDialog(Frame owner, ConnectionDictionary dictionary, String submitLabel) Primary Constructor