Uses of Interface
org.sysunit.TBean

Packages that use TBean
org.sysunit The core API and base classes of the SysUnit library. 
org.sysunit.local   
 

Uses of TBean in org.sysunit
 

Subinterfaces of TBean in org.sysunit
 interface SynchronizableTBean
          TBean capable of synchronizing using a TBeanSynchronizer.
 

Classes in org.sysunit that implement TBean
 class AbstractSynchronizableTBean
          Abstract SynchronizableTBean base class.
 class AbstractTBean
          AbstractTBean is an abstract base class for a TBean implementation which is useful for implementation inheritence.
 class ThreadMethodTBean
          Synthetic TBean whose body comes from a SystemTestCase method.
 

Fields in org.sysunit declared as TBean
static TBean[] TBean.EMPTY_ARRAY
          Empty array.
 

Methods in org.sysunit that return TBean
 TBean FactoryMethodTBeanFactory.newTBean()
           
 TBean TBeanFactory.newTBean()
          Create a new TBean.
 TBean ThreadMethodTBeanFactory.newTBean()
           
 

Uses of TBean in org.sysunit.local
 

Methods in org.sysunit.local that return TBean
 TBean TBeanThread.getTBean()
           
 

Constructors in org.sysunit.local with parameters of type TBean
TBeanThread(String tbeanId, TBean tbean, LocalSynchronizer synchronizer)
           
 



Copyright © 2003-2010 SpritSoft, Inc.. All Rights Reserved.