Uses of Interface
org.symphonyoss.s2.canon.runtime.IProducer
-
Packages that use IProducer Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.cache -
-
Uses of IProducer in org.symphonyoss.s2.canon.runtime
Subinterfaces of IProducer in org.symphonyoss.s2.canon.runtime Modifier and Type Interface Description interfaceIProducerImpl<V>The implementation side of a producer which has the additional method to notify listeners of the production of an item.Classes in org.symphonyoss.s2.canon.runtime that implement IProducer 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 IProducer in org.symphonyoss.s2.canon.runtime.cache
Subinterfaces of IProducer in org.symphonyoss.s2.canon.runtime.cache Modifier and Type Interface Description interfaceIMonitor<V>Classes in org.symphonyoss.s2.canon.runtime.cache that implement IProducer 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.
-