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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbNlpInfo.setInputLanguage(TdbLanguage lang)
Sets the input language of the text in the record to be analyzed.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbPooledSession.login(java.lang.String username,
java.lang.String password,
TdbLanguage language,
boolean restart)
Invalid operation for a pooled session
|
Constructor and 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 parameters
|
TdbTripNetConnectionPool(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 parameters
|
TdbWebConnectionPool(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 parameters
|
TdbWebConnectionPool(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
|
Modifier and Type | Method and Description |
---|---|
void |
TdbSession.login(java.lang.String username,
java.lang.String password,
TdbLanguage language,
boolean restart)
Login to a TRIP server.
|