Package com.tietoenator.trip.jxp.session
Class TdbWebSession
java.lang.Object
com.tietoenator.trip.jxp.session.TdbSessionObject
com.tietoenator.trip.jxp.TdbMessageProvider
com.tietoenator.trip.jxp.session.TdbSession
com.tietoenator.trip.jxp.session.TdbWebSession
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
Constructs and provides access to a session via XML/HTTP to the TRIP web
service.
-
Constructor Summary
ConstructorsConstructorDescriptionTdbWebSession
(String server, int port) ConstructorTdbWebSession
(String server, int port, String inifile, int timeout) Constructor, allows specification of optional server attributes -
Method Summary
Modifier and TypeMethodDescriptionThe name of the server that the session is connected to.Methods inherited from class com.tietoenator.trip.jxp.session.TdbSession
authenticate, dateforms, enableLogging, enableNotification, enableNotification, fieldTypes, getActivityLog, getBackgroundTaskSink, getBuildNumber, getCharacterSet, getCharacterSetName, getControlCache, getCurrentDateform, getDateform, getDefaultQueueName, getFieldType, getFieldType, getNotificationSink, getPid, getRevisionNumber, getServerApiLog, getServerXpiLog, getSessionId, getSessionType, getSubsystemID, getSubsystemName, getUsername, getVersion, hasLogCheckpoint, isApiLogEnabled, isConnected, isFileManager, isLicensedFor, isLoggedIn, isSystemManager, isTicketsEnabled, isUserManager, isWorking, isXpiLogEnabled, licensedProducts, login, login, logout, logout, requestLoginTicket, revokeLoginTicket, setActivityLog, setBackgroundTaskSink, setLogCheckpoint, setNotificationSink, subsystemNames, supportsFeature, validate, writeActivityLog
Methods inherited from class com.tietoenator.trip.jxp.TdbMessageProvider
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
Methods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelable
-
Constructor Details
-
TdbWebSession
Constructor- Parameters:
server
- The name or IP address of the server to connect toport
- The port number on which the web service is running- Throws:
TdbException
-
TdbWebSession
Constructor, allows specification of optional server attributes- Parameters:
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).- Throws:
TdbException
-
-
Method Details
-
getServerName
The name of the server that the session is connected to. Since this session type connects to a web service running on the same machine as the TRIP server, the name or IP address returned by this method identifies both the web service host and the TRIP host.- Overrides:
getServerName
in classTdbSession
-