org.sysunit
Interface TBeanFactory

All Known Implementing Classes:
FactoryMethodTBeanFactory, ThreadMethodTBeanFactory

public interface TBeanFactory

Factory capable of producing TBeans.

Version:
$Id: TBeanFactory.java,v 1.1 2003/06/04 04:27:19 werken Exp $
Author:
Bob McWhirter
See Also:
newTBean(), TBean, ThreadMethodTBeanFactory, FactoryMethodTBeanFactory

Field Summary
static TBeanFactory[] EMPTY_ARRAY
          Empty TBeanFactory array.
 
Method Summary
 TBean newTBean()
          Create a new TBean.
 

Field Detail

EMPTY_ARRAY

static final TBeanFactory[] EMPTY_ARRAY
Empty TBeanFactory array.

Method Detail

newTBean

TBean newTBean()
               throws Exception
Create a new TBean.

Returns:
The newly created TBean.
Throws:
Exception - If an error occurs while attempting to create the TBean.


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