Uses of Interface
de.xima.fc.prompt.mgmt.service.ITestPromptConnectionRetVal
Packages that use ITestPromptConnectionRetVal
Package
Description
-
Uses of ITestPromptConnectionRetVal in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults that return ITestPromptConnectionRetValModifier and TypeMethodDescriptionDefaultTestPromptConnectionRetVal.Builder.build()Builds the test prompt connection return value.static ITestPromptConnectionRetValCreates a new instance ofITestPromptConnectionRetValfor a failed connection test.static ITestPromptConnectionRetValCreates a new instance ofITestPromptConnectionRetValfor a failed connection test.static ITestPromptConnectionRetValCreates a new instance ofITestPromptConnectionRetValfor a successful connection test.static ITestPromptConnectionRetValCreates a new instance ofITestPromptConnectionRetValfor a successful connection test. -
Uses of ITestPromptConnectionRetVal in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return ITestPromptConnectionRetValModifier and TypeMethodDescriptionPromptConnectionSelectionModel.invokeHandlerTestConnection()Invokes the test connection method of the prompt service handler and returns the result. -
Uses of ITestPromptConnectionRetVal in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return ITestPromptConnectionRetValModifier and TypeMethodDescription<ConnectionConfig>
ITestPromptConnectionRetValIPromptTypeService.testConnection(IPromptServiceType<ConnectionConfig, ?> type, ITestPromptConnectionParams params, ConnectionConfig connectionConfig) Tests the connection to a prompt service, given a configured prompt connection.<ConnectionConfig>
ITestPromptConnectionRetValIPromptTypeService.testConnection(IPromptServiceType<ConnectionConfig, ?> type, ITestPromptConnectionParams params, SerializedPromptConfig connectionConfig) Tests the connection to a prompt service, given a configured prompt connection.