static One2OneChannelInt[] |
One2OneChannelIntImpl.create(int n) |
Creates an array of One2OneChannelInts.
|
static One2OneChannelInt[] |
One2OneChannelIntImpl.create(int n,
ChannelDataStoreInt store) |
Creates an array of One2OneChannelInts using the specified ChannelDataStoreInt.
|
static One2OneChannelInt |
One2OneChannelIntImpl.create(ChannelDataStoreInt store) |
Creates a One2OneChannelIntImpl using the specified ChannelDataStoreInt.
|
One2OneChannelInt[] |
BufferedChannelIntArrayFactory.createOne2One(ChannelDataStoreInt buffer,
int n) |
Deprecated.
Creates a populated array of n One2One channels with the
specified buffering behaviour.
|
One2OneChannelInt |
BufferedChannelIntFactory.createOne2One(ChannelDataStoreInt buffer) |
Deprecated.
Creates a new One2One channel with the given buffering behaviour.
|
static One2OneChannelInt |
ChannelInt.createOne2One() |
Deprecated.
Constructs and returns a One2OneChannelInt object.
|
static One2OneChannelInt[] |
ChannelInt.createOne2One(int n) |
Deprecated.
Constructs and returns an array of One2OneChannelInt
objects.
|
static One2OneChannelInt |
ChannelInt.createOne2One(ChannelDataStoreInt buffer) |
Deprecated.
Constructs and returns a One2OneChannelInt object which
uses the specified ChannelDataStoreInt object as a buffer.
|
static One2OneChannelInt[] |
ChannelInt.createOne2One(ChannelDataStoreInt buffer,
int n) |
Deprecated.
Constructs and returns an array of One2OneChannelInt objects
which use the specified ChannelDataStoreInt object as a
buffer.
|
One2OneChannelInt[] |
ChannelIntArrayFactory.createOne2One(int n) |
Deprecated.
Creates a populated array of n One2One channels.
|
One2OneChannelInt |
ChannelIntFactory.createOne2One() |
Deprecated.
Creates a new One2One channel.
|
One2OneChannelInt |
StandardChannelIntFactory.createOne2One() |
Constructs and returns a One2OneChannelInt object.
|
One2OneChannelInt[] |
StandardChannelIntFactory.createOne2One(int n) |
Constructs and returns an array of One2OneChannelInt
objects.
|
One2OneChannelInt |
StandardChannelIntFactory.createOne2One(ChannelDataStoreInt buffer) |
Constructs and returns a One2OneChannelInt object which
uses the specified ChannelDataStoreInt object as a buffer.
|
One2OneChannelInt[] |
StandardChannelIntFactory.createOne2One(ChannelDataStoreInt buffer,
int n) |
Constructs and returns an array of One2OneChannelInt objects
which use the specified ChannelDataStoreInt object as a
buffer.
|
static One2OneChannelInt |
Channel.one2oneInt() |
This constructs an integer carrying channel that
may only be connected to one writer and one reader process at a time.
|
static One2OneChannelInt |
Channel.one2oneInt(int immunity) |
This constructs a poisonable one-one integer channel.
|
static One2OneChannelInt |
Channel.one2oneInt(ChannelDataStoreInt buffer) |
This constructs a one-one integer channel with user chosen buffering size and policy.
|
static One2OneChannelInt |
Channel.one2oneInt(ChannelDataStoreInt buffer,
int immunity) |
This constructs a buffered poisonable one-one integer channel.
|
static One2OneChannelInt[] |
Channel.one2oneIntArray(int size) |
This constructs an array of one-one integer channels.
|
static One2OneChannelInt[] |
Channel.one2oneIntArray(int size,
int immunity) |
This constructs an array of poisonable one-one integer channels.
|
static One2OneChannelInt[] |
Channel.one2oneIntArray(int size,
ChannelDataStoreInt buffer) |
This constructs an array of buffered one-one integer channels.
|
static One2OneChannelInt[] |
Channel.one2oneIntArray(int size,
ChannelDataStoreInt buffer,
int immunity) |
This constructs an array of buffered poisonable one-one integer channels.
|