BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
bea.jolt.pool.Result

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

Uses of Result in bea.jolt.pool
 

Methods in bea.jolt.pool that return Result
protected  Result SessionPool.call(java.lang.String svcname, java.lang.String[] input, Transaction tran)
          Invokes a BEA TUXEDO service.
 Result SessionPool.call(java.lang.String svcname, DataSet input, Transaction tran)
          Invokes a BEA TUXEDO service.
protected  Result SessionPool.newResult(int initCapacity)
          A default factory for the Result.
 Result ApplicationException.getResult()
          Gets the Result object from the BEA TUXEDO service invocation.
 

Constructors in bea.jolt.pool with parameters of type Result
ApplicationException.ApplicationException(Result result)
          Creates an ApplicationException object.
 

Uses of Result in bea.jolt.pool.servlet
 

Subclasses of Result in bea.jolt.pool.servlet
 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 Result
protected  Result ServletSessionPool.newResult(int initCapacity)
           
 


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