Uses of Interface
de.xima.fc.prompt.service.IPromptTestConnectionRetVal
Packages that use IPromptTestConnectionRetVal
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IPromptTestConnectionRetVal in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptTestConnectionRetValModifier and TypeMethodDescriptionIPromptServiceHandler.testConnection(IPromptTestConnectionParams<ConnectionConfig> params) Tests the given prompt service connection to see if it is valid and can be used to execute queries. -
Uses of IPromptTestConnectionRetVal in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptTestConnectionRetValModifier and TypeMethodDescriptionstatic IPromptTestConnectionRetValCreates a new instance ofDefaultPromptTestConnectionRetValfor a failed connection test.static IPromptTestConnectionRetValCreates a new instance ofDefaultPromptTestConnectionRetValfor a failed connection test.static IPromptTestConnectionRetValCreates a new instance ofDefaultPromptTestConnectionRetValfor a successful connection test.