public class TdbWebSession extends TdbSession
| Constructor and Description |
|---|
TdbWebSession(java.lang.String server,
int port)
Constructor
|
TdbWebSession(java.lang.String server,
int port,
java.lang.String inifile,
int timeout)
Constructor, allows specification of optional server attributes
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServerName()
The name of the server that the session is connected to.
|
authenticate, dateforms, enableLogging, enableNotification, enableNotification, fieldTypes, getActivityLog, getApiKeyMode, getBackgroundTaskSink, getBuildNumber, getCharacterSet, getCharacterSetName, getControlCache, getCurrentDateform, getDateform, getDefaultQueueName, getDefinedViews, getFieldType, getFieldType, getJobResultSink, getNotificationSink, getPid, getRevisionNumber, getServerApiLog, getServerXpiLog, getSessionId, getSessionType, getSubsystemID, getSubsystemName, getUsername, getVersion, hasLogCheckpoint, isApiLogEnabled, isConnected, isFileManager, isLicensedFor, isLoggedIn, isSystemManager, isTicketsEnabled, isTokensEnabled, isUserManager, isWorking, isXpiLogEnabled, licensedProducts, login, login, logout, logout, pollJobResults, refreshAccessToken, requestAccessToken, requestLoginTicket, revokeLoginTicket, revokeToken, revokeTokens, setActivityLog, setBackgroundTaskSink, setJobResultSink, setLogCheckpoint, setNotificationSink, subsystemNames, supportsFeature, validate, writeActivityLogcodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbWebSession(java.lang.String server,
int port)
throws TdbException
server - The name or IP address of the server to connect toport - The port number on which the web service is runningTdbExceptionpublic TdbWebSession(java.lang.String server,
int port,
java.lang.String inifile,
int timeout)
throws TdbException
server - The name or IP address of the server to which to connectport - The port number of which the web service is runninginifile - Optional host initialization file to be run by TRIPnet when
the web service connects to a TRIP server (null if not set).timeout - Optional read timeout to apply to TRIPnet connections constructed
by the web service on behalf of the calling user (0 if not set).TdbExceptionpublic java.lang.String getServerName()
getServerName in class TdbSession