Uses of Class
com.tietoenator.trip.jxp.TdbLanguage
-
Packages that use TdbLanguage Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.data Database content manipulation.com.tietoenator.trip.jxp.pool Classes for session pooling support.com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session. -
-
Uses of TdbLanguage in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbLanguage Modifier and Type Method Description static TdbLanguage
TdbLanguage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbLanguage[]
TdbLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TdbLanguage in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data with parameters of type TdbLanguage Modifier and Type Method Description void
TdbNlpInfo. setInputLanguage(TdbLanguage lang)
Sets the input language of the text in the record to be analyzed. -
Uses of TdbLanguage in com.tietoenator.trip.jxp.pool
Methods in com.tietoenator.trip.jxp.pool with parameters of type TdbLanguage Modifier and Type Method Description void
TdbPooledSession. login(java.lang.String username, java.lang.String password, TdbLanguage language, boolean restart)
Invalid operation for a pooled sessionConstructors in com.tietoenator.trip.jxp.pool with parameters of type TdbLanguage Constructor Description TdbTripNetConnectionPool(java.lang.String server, int port, java.lang.String inifile, int timeout, java.lang.String username, java.lang.String password, TdbLanguage lang, int stepping)
Constructor -- setup the session pool with full TRIPnet parametersTdbTripNetConnectionPool(java.lang.String server, int port, java.lang.String username, java.lang.String password, TdbLanguage lang, int stepping)
Constructor -- setup the session pool with minimal TRIPnet parametersTdbWebConnectionPool(java.lang.String server, int port, java.lang.String inifile, int timeout, java.lang.String username, java.lang.String password, TdbLanguage lang, int stepping)
Constructor -- setup the session pool with full web parametersTdbWebConnectionPool(java.lang.String server, int port, java.lang.String username, java.lang.String password, TdbLanguage lang, int stepping)
Constructor -- setup the session pool with minimal web parameters -
Uses of TdbLanguage in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session with parameters of type TdbLanguage Modifier and Type Method Description void
TdbSession. login(java.lang.String username, java.lang.String password, TdbLanguage language, boolean restart)
Login to a TRIP server.
-