BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
bea.jolt.pool.DataSet

Packages that use DataSet
bea.jolt.pool   
bea.jolt.pool.servlet   
 

Uses of DataSet in bea.jolt.pool
 

Subclasses of DataSet in bea.jolt.pool
 class Result
          This class is returned by the SessionPool.call() method after a BEA TUXEDO service has been invoked.
 

Methods in bea.jolt.pool that return DataSet
protected  DataSet SessionPool.newDataSet(int initCapacity, boolean flag)
          A default factory for the DataSet.
 

Methods in bea.jolt.pool with parameters of type DataSet
 Result SessionPool.call(java.lang.String svcname, DataSet input, Transaction tran)
          Invokes a BEA TUXEDO service.
 

Uses of DataSet in bea.jolt.pool.servlet
 

Subclasses of DataSet in bea.jolt.pool.servlet
 class ServletDataSet
          This class contains data elements that represent the input and output parameters of a BEA TUXEDO service.
 class ServletResult
          This class provides methods to retrieve each field in a ServletResult object as a String.
 

Methods in bea.jolt.pool.servlet that return DataSet
protected  DataSet ServletSessionPool.newDataSet(int initCapacity, boolean flag)
           
 


Documentation is available at
http://www.weblogic.com/docs51