Package bea.jolt.pool

Class Summary
Connection This class represents a single connection (Session) to a BEA Jolt server and a BEA Tuxedo application.
DataSet This class contains data elements that contain the input or output parameters of a BEA Tuxedo service.
PoolManagerConfig This class is the startup class for a Jolt Session Pool Manager and one or more associated Jolt Session Pools.
Result This class is returned by the SessionPool.call() method after a BEA Tuxedo service has been invoked.
ServiceInfo This class provides the meta-information about a service and the parameters in the service.
SessionPool This class represents a session pool that contains one or more connections (sessions) to a BEA Tuxedo system.
SessionPoolManager This class manages a collection of one or more session pools.
Transaction This class is used to associate one or more BEA Tuxedo services into a single transaction.
UserInfo This class contains information for BEA Tuxedo user authentication.
 

Exception Summary
ApplicationException This exception is thrown when an application error occurs during a BEA Tuxedo service invocation.
ServiceException This exception is thrown when an error occurs in the execution of a BEA Tuxedo service.
SessionPoolException This exception is thrown when there is an error in the session pool.
TransactionException This exception is thrown when a transaction cannot be started, committed, or aborted.