Package org.oddjob.beanbus

A simple pipeline processing framework intended for beans but actually supporting any java Object.

See:
          Description

Interface Summary
BadBeanHandler<T>  
BeanBus  
BusAware  
BusListener  
BusNotifier  
Destination<T>  
Driver<T>  
Filter<F,T>  
Section<F,T>  
StageListener  
StageNotifier  
 

Class Summary
BadBeanFilter<T>  
Batcher<T>  
BeanSheet  
BeanTrap<T>  
BusEvent  
EmptyDestination<T>  
FilterSection<F,T>  
IterableDriver<T>  
SimpleBus<T>  
StageEvent  
StageSupport  
 

Exception Summary
BadBeanException  
BusException  
CrashBusException  
 

Package org.oddjob.beanbus Description

A simple pipeline processing framework intended for beans but actually supporting any java Object.