Class Hierarchy
- java.lang.Object
- org.chenile.owiz.impl.ChainContext<InputType>
- org.chenile.owiz.impl.ChainContext.SavePoint
- org.chenile.owiz.impl.CommandBase<InputType> (implements org.chenile.owiz.BypassableCommand<InputType>, org.chenile.owiz.Command<InputType>, org.chenile.owiz.OrchestrationAware<InputType>)
- org.chenile.owiz.impl.Chain<InputType> (implements org.chenile.owiz.AttachableCommand<InputType>, org.chenile.owiz.Command<InputType>)
- org.chenile.owiz.impl.FilterChain<InputType> (implements org.chenile.owiz.AttachableCommand<InputType>, org.chenile.owiz.Command<InputType>)
- org.chenile.owiz.impl.ParallelChain<InputType>
- org.chenile.owiz.impl.DelegatorCommand<InputType>
- org.chenile.owiz.impl.InterpolationCommand<InputType>
- org.chenile.owiz.impl.Router<InputType> (implements org.chenile.owiz.AttachableCommand<InputType>, org.chenile.owiz.Command<InputType>)
- org.chenile.owiz.impl.Chain<InputType> (implements org.chenile.owiz.AttachableCommand<InputType>, org.chenile.owiz.Command<InputType>)
- org.chenile.owiz.impl.DoNothing<InputType> (implements org.chenile.owiz.Command<InputType>)
- org.chenile.owiz.impl.OrchExecutorImpl<InputType> (implements org.chenile.owiz.OrchExecutor<InputType>)
- org.chenile.owiz.impl.OrderedCommandDesc (implements java.lang.Comparable<T>)
- org.chenile.owiz.impl.OwizSpringFactoryAdapter (implements org.chenile.owiz.BeanFactoryAdapter)
- org.chenile.owiz.impl.ParallelChain.ChainExecutor<InputType> (implements java.util.concurrent.Callable<V>)
Interface Hierarchy
- org.chenile.owiz.impl.ChainContextContainer<InputType>