One2AnyChannel<T>[] |
BufferedChannelArrayFactory.createOne2Any(ChannelDataStore<T> buffer,
int n) |
Deprecated.
Creates a populated array of n One2Any channels with the specified
buffering behaviour.
|
One2AnyChannel<T> |
BufferedChannelFactory.createOne2Any(ChannelDataStore<T> buffer) |
Deprecated.
Creates a new One2Any channel with the given buffering behaviour.
|
static One2AnyChannel |
Channel.createOne2Any() |
Deprecated.
|
static One2AnyChannel[] |
Channel.createOne2Any(int n) |
Deprecated.
|
static One2AnyChannel |
Channel.createOne2Any(ChannelDataStore buffer) |
Deprecated.
|
static One2AnyChannel[] |
Channel.createOne2Any(ChannelDataStore buffer,
int n) |
Deprecated.
|
One2AnyChannel<T>[] |
ChannelArrayFactory.createOne2Any(int n) |
Deprecated.
Creates a populated array of n One2Any channels.
|
One2AnyChannel<T> |
ChannelFactory.createOne2Any() |
Deprecated.
Creates a new One2Any channel.
|
One2AnyChannel<T> |
StandardChannelFactory.createOne2Any() |
Constructs and returns a One2AnyChannel object.
|
One2AnyChannel<T>[] |
StandardChannelFactory.createOne2Any(int n) |
Constructs and returns an array of One2AnyChannel
objects.
|
One2AnyChannel<T> |
StandardChannelFactory.createOne2Any(ChannelDataStore<T> buffer) |
Constructs and returns a One2AnyChannel object which
uses the specified ChannelDataStore object as a buffer.
|
One2AnyChannel<T>[] |
StandardChannelFactory.createOne2Any(ChannelDataStore<T> buffer,
int n) |
Constructs and returns an array of One2AnyChannel objects
which use the specified ChannelDataStore object as a
buffer.
|
static <T> One2AnyChannel<T> |
Channel.one2any() |
This constructs an Object carrying channel that
may only be connected to one writer at a time,
but any number of reader processes.
|
static <T> One2AnyChannel<T> |
Channel.one2any(int immunity) |
This constructs a poisonable one-any Object channel.
|
static <T> One2AnyChannel<T> |
Channel.one2any(ChannelDataStore<T> buffer) |
This constructs a one-any Object channel with user chosen buffering size and policy.
|
static <T> One2AnyChannel<T> |
Channel.one2any(ChannelDataStore<T> buffer,
int immunity) |
This constructs a buffered poisonable one-any Object channel.
|
static <T> One2AnyChannel<T>[] |
Channel.one2anyArray(int size) |
This constructs an array of one-any Object channels.
|
static <T> One2AnyChannel<T>[] |
Channel.one2anyArray(int size,
int immunity) |
This constructs an array of poisonable one-any Object channels.
|
static <T> One2AnyChannel<T>[] |
Channel.one2anyArray(int size,
ChannelDataStore<T> buffer) |
This constructs an array of buffered one-any Object channels.
|
static <T> One2AnyChannel<T>[] |
Channel.one2anyArray(int size,
ChannelDataStore<T> buffer,
int immunity) |
This constructs an array of buffered poisonable one-any Object channels.
|