org.sysunit
Interface TBeanFactory
- All Known Implementing Classes:
- FactoryMethodTBeanFactory, ThreadMethodTBeanFactory
public interface TBeanFactory
Factory capable of producing TBean
s.
- Version:
- $Id: TBeanFactory.java,v 1.1 2003/06/04 04:27:19 werken Exp $
- Author:
- Bob McWhirter
- See Also:
newTBean()
,
TBean
,
ThreadMethodTBeanFactory
,
FactoryMethodTBeanFactory
EMPTY_ARRAY
static final TBeanFactory[] EMPTY_ARRAY
- Empty
TBeanFactory
array.
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.