org.sysunit
Interface SynchronizableTBean

All Superinterfaces:
TBean
All Known Implementing Classes:
AbstractSynchronizableTBean, ThreadMethodTBean

public interface SynchronizableTBean
extends TBean

TBean capable of synchronizing using a TBeanSynchronizer.

Version:
$Id: SynchronizableTBean.java,v 1.1 2003/06/04 04:27:19 werken Exp $
Author:
Bob McWhirter
See Also:
AbstractSynchronizableTBean, TBeanSynchronizer

Field Summary
 
Fields inherited from interface org.sysunit.TBean
EMPTY_ARRAY
 
Method Summary
 void setSynchronizer(TBeanSynchronizer synchronizer)
          Set the TBeanSynchronizer.
 
Methods inherited from interface org.sysunit.TBean
assertValid, run, setUp, tearDown
 

Method Detail

setSynchronizer

void setSynchronizer(TBeanSynchronizer synchronizer)
Set the TBeanSynchronizer.

Parameters:
synchronizer - The synchronizer.


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