public class FilteredChannel extends Object
Modifier and Type | Method and Description |
---|---|
static FilteredAny2AnyChannel |
createAny2Any()
Creates a new Any2Any filtered channel.
|
static FilteredAny2AnyChannel |
createAny2Any(ChannelDataStore buffer)
Creates a new Any2Any filtered channel with a given buffering behaviour.
|
static FilteredAny2AnyChannel[] |
createAny2Any(ChannelDataStore buffer,
int n)
Constructs and returns an array of
Any2AnyChannel
objects with a given buffer. |
static FilteredAny2AnyChannel[] |
createAny2Any(int n)
Constructs and returns an array of
Any2AnyChannel
objects. |
static FilteredAny2OneChannel |
createAny2One()
Creates a new Any2One filtered channel.
|
static FilteredAny2OneChannel |
createAny2One(ChannelDataStore buffer)
Creates a new Any2One filtered channel with a given buffering behaviour.
|
static FilteredAny2OneChannel[] |
createAny2One(ChannelDataStore buffer,
int n)
Constructs and returns an array of
Any2OneChannel
objects with a given buffer. |
static FilteredAny2OneChannel[] |
createAny2One(int n)
Constructs and returns an array of
Any2OneChannel
objects. |
static FilteredOne2AnyChannel |
createOne2Any()
Creates a new One2Any filtered channel.
|
static FilteredOne2AnyChannel |
createOne2Any(ChannelDataStore buffer)
Creates a new One2Any filtered channel with a given buffering behaviour.
|
static FilteredOne2AnyChannel[] |
createOne2Any(ChannelDataStore buffer,
int n)
Constructs and returns an array of
One2AnyChannel
objects with a given buffer. |
static FilteredOne2AnyChannel[] |
createOne2Any(int n)
Constructs and returns an array of
One2AnyChannel
objects. |
static FilteredOne2OneChannel |
createOne2One()
Creates a new One2One filtered channel.
|
static FilteredOne2OneChannel |
createOne2One(ChannelDataStore buffer)
Creates a new One2One filtered channel with a given buffering behaviour.
|
static FilteredOne2OneChannel[] |
createOne2One(ChannelDataStore buffer,
int n)
Constructs and returns an array of
One2OneChannel
objects using a given buffer. |
static FilteredOne2OneChannel[] |
createOne2One(int n)
Constructs and returns an array of
One2OneChannel
objects. |
public static FilteredOne2OneChannel createOne2One()
public static FilteredAny2OneChannel createAny2One()
public static FilteredOne2AnyChannel createOne2Any()
public static FilteredAny2AnyChannel createAny2Any()
public static FilteredOne2OneChannel[] createOne2One(int n)
One2OneChannel
objects.n
- the size of the array of channels.ChannelArrayFactory.createOne2One(int)
public static FilteredAny2OneChannel[] createAny2One(int n)
Any2OneChannel
objects.n
- the size of the array of channels.ChannelArrayFactory.createAny2One(int)
public static FilteredOne2AnyChannel[] createOne2Any(int n)
One2AnyChannel
objects.n
- the size of the array of channels.ChannelArrayFactory.createOne2Any(int)
public static FilteredAny2AnyChannel[] createAny2Any(int n)
Any2AnyChannel
objects.n
- the size of the array of channels.ChannelArrayFactory.createAny2Any(int)
public static FilteredOne2OneChannel createOne2One(ChannelDataStore buffer)
buffer
- the buffer implementation to use.public static FilteredAny2OneChannel createAny2One(ChannelDataStore buffer)
buffer
- the buffer implementation to use.public static FilteredOne2AnyChannel createOne2Any(ChannelDataStore buffer)
buffer
- the buffer implementation to use.public static FilteredAny2AnyChannel createAny2Any(ChannelDataStore buffer)
buffer
- the buffer implementation to use.public static FilteredOne2OneChannel[] createOne2One(ChannelDataStore buffer, int n)
One2OneChannel
objects using a given buffer.n
- the size of the array of channels.buffer
- the buffer implementation to use.ChannelArrayFactory.createOne2One(int)
public static FilteredAny2OneChannel[] createAny2One(ChannelDataStore buffer, int n)
Any2OneChannel
objects with a given buffer.n
- the size of the array of channels.buffer
- the buffer implementation to use.ChannelArrayFactory.createAny2One(int)
public static FilteredOne2AnyChannel[] createOne2Any(ChannelDataStore buffer, int n)
One2AnyChannel
objects with a given buffer.n
- the size of the array of channels.buffer
- the buffer implementation to use.ChannelArrayFactory.createOne2Any(int)
public static FilteredAny2AnyChannel[] createAny2Any(ChannelDataStore buffer, int n)
Any2AnyChannel
objects with a given buffer.n
- the size of the array of channels.buffer
- the buffer implementation to use.ChannelArrayFactory.createAny2Any(int)
Copyright © 1996–2014. All rights reserved.