org.objectweb.jonas.jtests.clients.exception
Class A_CatcherSession

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jonas.jtests.util.JTestCase
                    |
                    +--org.objectweb.jonas.jtests.clients.exception.A_Catcher
                          |
                          +--org.objectweb.jonas.jtests.clients.exception.A_CatcherSession
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
F_CatcherSF, F_CatcherSL

public abstract class A_CatcherSession
extends A_Catcher


Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
A_CatcherSession(java.lang.String name)
           
 
Method Summary
 AccountS getAccountS(int i)
          return an AccountS
abstract  AccountSHome getHome()
          return AccontSLHome.
 
Methods inherited from class org.objectweb.jonas.jtests.clients.exception.A_Catcher
setUp, testApplicationCallerTx1, testApplicationContTx1, testApplicationContTxRb1, testApplicationNotTx, testApplicationNoTx, testEJBContTx, testRemoteCallerTx, testUncheckedCallerTx, testUncheckedContTx, testUncheckedNoTx
 
Methods inherited from class org.objectweb.jonas.jtests.util.JTestCase
debug, getDBEnv, random, sleep, tearDown, testEmpty, unloadBeans, useBeans
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

A_CatcherSession

public A_CatcherSession(java.lang.String name)
Method Detail

getAccountS

public AccountS getAccountS(int i)
return an AccountS
Overrides:
getAccountS in class A_Catcher

getHome

public abstract AccountSHome getHome()
return AccontSLHome.