bea.jolt.pool
Class Result

java.lang.Object
  java.util.Dictionary
      java.util.Hashtable
          bea.jolt.pool.DataSet
              bea.jolt.pool.Result
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Direct Known Subclasses:
ServletResult

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.
See Also:
Serialized Form

Method Summary
 int getApplicationCode()
          Gets the application code returned by the BEA Tuxedo service.
 
Methods inherited from class bea.jolt.pool.DataSet
getCount, getValue, getValue, setValue, setValue
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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