Uses of Class
org.symphonyoss.s2.canon.runtime.SynchronousProducer
-
Packages that use SynchronousProducer Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.cache -
-
Uses of SynchronousProducer in org.symphonyoss.s2.canon.runtime
Subclasses of SynchronousProducer in org.symphonyoss.s2.canon.runtime Modifier and Type Class Description classAsynchronousProducer<V>An implementation of IProducer which calls listeners from a Cached Thread Pool. -
Uses of SynchronousProducer in org.symphonyoss.s2.canon.runtime.cache
Subclasses of SynchronousProducer in org.symphonyoss.s2.canon.runtime.cache Modifier and Type Class Description classMonitor<K,V extends Comparable<V>>An implementation of IMonitor based upon an IProducer which calls listeners in the current thread.Constructors in org.symphonyoss.s2.canon.runtime.cache with parameters of type SynchronousProducer Constructor Description WeakMonitorCache(SynchronousProducer<IMonitor<V>> producer, IMonitorFactory<K,V> monitorFactory)
-