Package com.tietoenator.trip.jxp.session
Classes for estalishing and maintaining a session.
-
Interface Summary Interface Description TdbHostInterface Basic definition of what it means to be a host interface, i.e. the ability to take an XML document request and produce an XML document response -
Class Summary Class Description TdbBackgroundTaskSink Define an object of this type to receive notification of the completion background tasks (e.g. print, index, etc.)TdbDateform Date/time formatting and parsing for the current TRIP dateform.TdbGridSession Constructs and provides access to a session via XML/HTTP to the TRIP grid web service.TdbLocalSession A session type for direct local connections via JNI linkage.TdbNotificationSink Provides a means for handling notification messages such as sent by the comforter mechanism to be sunk through the client application.TdbSerializableObject Base class for objects that can be serialized to files for import / export operations, e.g. database design, groups, etc.TdbSession Construct and manage a session with a serverTdbSessionObject Base class for all objects that depend on a TdbSession to do anything, i.e.TdbTripNetSession Constructs a session connection via TRIPnet to a remote TRIPserverTdbWebSession Constructs and provides access to a session via XML/HTTP to the TRIP web service. -
Enum Summary Enum Description TdbInterfaceType Interface containing the types of connection supported by this libraryTdbNotificationType Enumeration containing the notification types supported by this library.