All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.Result

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----bea.jolt.pool.DataSet
                           |
                           +----bea.jolt.pool.Result

public class Result
extends DataSet
This class is returned by the SessionPool.call() method after a BEA TUXEDO service has been invoked. It contains the return parameters from a BEA TUXEDO service. If the service returns an application code, the code is available in this class.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Method Index

 o getApplicationCode()
Gets the application code returned by the BEA TUXEDO service.

Methods

 o getApplicationCode
 public int getApplicationCode()
Gets the application code returned by the BEA TUXEDO service. The application code is the same as the tpurcode returned by BEA TUXEDO services.

Returns:
Application return code

All Packages  Class Hierarchy  This Package  Previous  Next  Index