Package com.tietoenator.trip.jxp.session
Class TdbTripNetSession
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.TdbTripNetSession
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
Constructs a session connection via TRIPnet to a remote TRIPserver
-
Constructor Summary
ConstructorsConstructorDescriptionTdbTripNetSession
(String server, int port) ConstructorTdbTripNetSession
(String server, int port, boolean encrypt) ConstructorTdbTripNetSession
(String server, int port, String inifile, int timeout) ConstructorTdbTripNetSession
(String server, int port, String inifile, int timeout, boolean encrypt) Constructor -
Method Summary
Modifier and TypeMethodDescriptionThe name of the TRIP 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
-
TdbTripNetSession
Constructor- Parameters:
server
- Server name (or IP address) to connect toport
- Port# on the server- Throws:
TdbException
-
TdbTripNetSession
Constructor- Parameters:
server
- Server name (or IP address) to connect toport
- Port# on the serverencrypt
- True to encrypt this session (requires TRIPsystem 7.0 or later)- Throws:
TdbException
-
TdbTripNetSession
Constructor- Parameters:
server
- Server name (or IP address) to connect toport
- Port# on the serverinifile
- Host initialization file to execute (or null if not required)timeout
- Timeout in milliseconds- Throws:
TdbException
-
TdbTripNetSession
public TdbTripNetSession(String server, int port, String inifile, int timeout, boolean encrypt) throws TdbException Constructor- Parameters:
server
- Server name (or IP address) to connect toport
- Port# on the serverinifile
- Host initialization file to execute (or null if not required)timeout
- Timeout in millisecondsencrypt
- True to encrypt this session (requires TRIPsystem 7.0 or later)- Throws:
TdbException
-
-
Method Details
-
getServerName
The name of the TRIP server that the session is connected to.- Overrides:
getServerName
in classTdbSession
-