| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.runtime | |
| org.symphonyoss.s2.canon.runtime.cache |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProducerImpl<V>
The implementation side of a producer which has the additional method to notify listeners of the
production of an item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousProducer<V>
An implementation of IProducer which calls
listeners from a Cached Thread Pool.
|
class |
SynchronousProducer<V>
A simple implementation of IProducer which calls
listeners in the current thread.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMonitor<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
Monitor<K,V extends Comparable<V>>
An implementation of IMonitor based upon an
IProducer which calls listeners in the current thread.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.