Uses of Interface
com.jedox.palojlib.interfaces.IConnectionConfiguration
Packages that use IConnectionConfiguration
Package
Description
-
Uses of IConnectionConfiguration in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IConnectionConfigurationModifier and TypeMethodDescriptionIConnectionConfiguration.copyOf()IConnection.getConnectionConfiguration()get the connection configuration of this connection.Methods in com.jedox.palojlib.interfaces with parameters of type IConnectionConfigurationModifier and TypeMethodDescriptionIConnectionManager.getConnection(IConnectionConfiguration config) get a connection to a serverdefault voidIConnectionConfiguration.overwrite(IConnectionConfiguration config) -
Uses of IConnectionConfiguration in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IConnectionConfigurationModifier and TypeClassDescriptionclassclassDeprecated.Methods in com.jedox.palojlib.main with parameters of type IConnectionConfigurationModifier and TypeMethodDescriptionConnectionManager.getConnection(IConnectionConfiguration config) ConnectionManager.getConnection(IConnectionConfiguration config, String suiteUser, String suitePassword) voidConnectionConfiguration.overwrite(IConnectionConfiguration config) Constructors in com.jedox.palojlib.main with parameters of type IConnectionConfigurationModifierConstructorDescriptionprotectedConnection(IConnectionConfiguration connectionConfiguration) -
Uses of IConnectionConfiguration in com.jedox.palojlib.managers
Classes in com.jedox.palojlib.managers that implement IConnectionConfigurationModifier and TypeClassDescriptionfinal classextends the ConnectionConfiguration to manage SSL communication and server information (needed sometimes to see which request syntax is possible)Constructors in com.jedox.palojlib.managers with parameters of type IConnectionConfiguration