IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.bean
Class BTTUserWorkArea

java.lang.Object
  extended bycom.ibm.btt.server.bean.BTTUserWorkArea

public class BTTUserWorkArea
extends java.lang.Object

This class facilitates the usage of BaseSingleAction in WAS Base Edition by not loading the work area library.


Field Summary
static java.lang.String COMPID
          Component ID for Server Bean used in trace "#SBEAN"
 
Constructor Summary
BTTUserWorkArea()
           
 
Method Summary
 java.lang.Object get(java.lang.String key)
          Get object from the Work Area.
static boolean isWorkAreaAvail()
          Get the Work Area is used or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPID

public static final java.lang.String COMPID
Component ID for Server Bean used in trace "#SBEAN"

See Also:
Constant Field Values
Constructor Detail

BTTUserWorkArea

public BTTUserWorkArea()
Method Detail

get

public java.lang.Object get(java.lang.String key)
                     throws BTTSAEException
Get object from the Work Area.

Parameters:
key - The key.
Throws:
BTTSAEException

isWorkAreaAvail

public static boolean isWorkAreaAvail()
Get the Work Area is used or not.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005