public class TdbPooledSession extends TdbSession
Modifier and Type | Method and Description |
---|---|
void |
login(java.lang.String username,
java.lang.String password)
Invalid operation for a pooled session
|
void |
login(java.lang.String username,
java.lang.String password,
TdbLanguage language,
boolean restart)
Invalid operation for a pooled session
|
void |
logout()
Returns the session to the pool for reuse
|
void |
logout(boolean save)
Returns the session to the pool for reuse
|
authenticate, dateforms, enableLogging, enableNotification, enableNotification, fieldTypes, getActivityLog, getBackgroundTaskSink, getBuildNumber, getCharacterSet, getCharacterSetName, getControlCache, getCurrentDateform, getDateform, getDefaultQueueName, getFieldType, getFieldType, getNotificationSink, getPid, getRevisionNumber, getServerApiLog, getServerName, getServerXpiLog, getSessionId, getSessionType, getSubsystemID, getSubsystemName, getUsername, getVersion, hasLogCheckpoint, isApiLogEnabled, isConnected, isFileManager, isLicensedFor, isLoggedIn, isSystemManager, isTicketsEnabled, isUserManager, isWorking, isXpiLogEnabled, licensedProducts, requestLoginTicket, revokeLoginTicket, setActivityLog, setBackgroundTaskSink, setLogCheckpoint, setNotificationSink, subsystemNames, supportsFeature, validate, writeActivityLog
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public void login(java.lang.String username, java.lang.String password) throws TdbException
login
in class TdbSession
username
- The TRIP username to usepassword
- The TRIP password to useTdbException
public void login(java.lang.String username, java.lang.String password, TdbLanguage language, boolean restart) throws TdbException
login
in class TdbSession
username
- The TRIP username to usepassword
- The TRIP password to use (this gets encrypted for transmission)language
- The CCL language dialect to userestart
- If set high, signal TRIP to attempt to restart from a previous sessionTdbException
public void logout() throws TdbException
logout
in class TdbSession
TdbException
public void logout(boolean save) throws TdbException
logout
in class TdbSession
save
- This parameter is ignored for pooled sessionsTdbException