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
public class TdbTripNetSession extends TdbSession
Constructs a session connection via TRIPnet to a remote TRIPserver
-
-
Constructor Summary
Constructors Constructor Description TdbTripNetSession(java.lang.String server, int port)
ConstructorTdbTripNetSession(java.lang.String server, int port, boolean encrypt)
ConstructorTdbTripNetSession(java.lang.String server, int port, java.lang.String inifile, int timeout)
ConstructorTdbTripNetSession(java.lang.String server, int port, java.lang.String inifile, int timeout, boolean encrypt)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getServerName()
The name of the TRIP server that the session is connected to.-
Methods inherited from class com.tietoenator.trip.jxp.session.TdbSession
authenticate, dateforms, enableNotification, enableNotification, fieldTypes, getActivityLog, getBackgroundTaskSink, getBuildNumber, getCharacterSet, getCharacterSetName, getCurrentDateform, getDateform, getDefaultQueueName, getFieldType, getFieldType, getNotificationSink, getPid, getRevisionNumber, getSessionId, getSessionType, getSubsystemID, getSubsystemName, getUsername, getVersion, isConnected, isFileManager, isLicensedFor, isLoggedIn, isSystemManager, isTicketsEnabled, isUserManager, isWorking, licensedProducts, login, login, logout, logout, requestLoginTicket, revokeLoginTicket, setActivityLog, setBackgroundTaskSink, 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 Detail
-
TdbTripNetSession
public TdbTripNetSession(java.lang.String server, int port) throws TdbException
Constructor- Parameters:
server
- Server name (or IP address) to connect toport
- Port# on the server- Throws:
TdbException
-
TdbTripNetSession
public TdbTripNetSession(java.lang.String server, int port, boolean encrypt) throws TdbException
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
public TdbTripNetSession(java.lang.String server, int port, java.lang.String inifile, int timeout) 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 milliseconds- Throws:
TdbException
-
TdbTripNetSession
public TdbTripNetSession(java.lang.String server, int port, java.lang.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 Detail
-
getServerName
public java.lang.String getServerName()
The name of the TRIP server that the session is connected to.- Overrides:
getServerName
in classTdbSession
-
-