The Jolt Servlet Connectivity Classes
Following are descriptions of the Jolt servlet connectivity classes.
- ServletDataSet
- This class contains data elements that represent the input and
output parameters of an Oracle Tuxedo service. It provides a method
to import the HTML field names and values from a
j
avax.servlet.http.HttpServletRequest
object. - ServletPoolManagerConfig
- This class is the startup class for a Jolt Session Pool Manager and one or more associated Jolt session pools. It creates the session pool manager if needed and starts a session pool with a minimum number of sessions. Jolt Session Pool Manager internally keeps track of one or more named session pools.
- ServletResult
- This class provides methods to retrieve each field in a ServletResult object as a String.
- ServletSessionPool
- This class provides a session pool for use in a Java servlet. A
session pool represents one or more connections (sessions) to an
Oracle Tuxedo system. This class provides call methods that accept
input parameters for an Oracle Tuxedo service as a
javax.servlet.http.HttpServletRequest
object. - ServletSessionPoolManager
- This class is a servlet-specific session pool manager. It
manages a collection of one or more session pools of class
ServletSessionPool
. This class provides methods that are used to create both the ServletSessionPoolManager itself and the session pools that it contains. These methods are part of the administrative API for a session pool.
Parent topic: How Servlets Work with Jolt