Uses of Interface
org.symphonyoss.s2.canon.runtime.IProducerImpl
-
Packages that use IProducerImpl Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.cache -
-
Uses of IProducerImpl in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime that implement IProducerImpl Modifier and Type Class Description classAsynchronousProducer<V>An implementation of IProducer which calls listeners from a Cached Thread Pool.classSynchronousProducer<V>A simple implementation of IProducer which calls listeners in the current thread. -
Uses of IProducerImpl in org.symphonyoss.s2.canon.runtime.cache
Classes in org.symphonyoss.s2.canon.runtime.cache that implement IProducerImpl 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 IProducerImpl Constructor Description WeakCache(IProducerImpl<V> producer)
-