static Any2AnyChannelInt |
Channel.any2anyInt() |
This constructs an integer carrying channel that
may be connected to any number of writer processes
and any number of reader processes.
|
static Any2AnyChannelInt |
Channel.any2anyInt(int immunity) |
This constructs a poisonable any-any integer channel.
|
static Any2AnyChannelInt |
Channel.any2anyInt(ChannelDataStoreInt buffer) |
This constructs an any-any integer channel with user chosen buffering size and policy.
|
static Any2AnyChannelInt |
Channel.any2anyInt(ChannelDataStoreInt buffer,
int immunity) |
This constructs a buffered poisonable any-any integer channel.
|
static Any2AnyChannelInt[] |
Channel.any2anyIntArray(int size) |
This constructs an array of any-any integer channels.
|
static Any2AnyChannelInt[] |
Channel.any2anyIntArray(int size,
int immunity) |
This constructs an array of poisonable any-any integer channels.
|
static Any2AnyChannelInt[] |
Channel.any2anyIntArray(int size,
ChannelDataStoreInt buffer) |
This constructs an array of buffered any-any integer channels.
|
static Any2AnyChannelInt[] |
Channel.any2anyIntArray(int size,
ChannelDataStoreInt buffer,
int immunity) |
This constructs an array of buffered poisonable any-any integer channels.
|
Any2AnyChannelInt[] |
BufferedChannelIntArrayFactory.createAny2Any(ChannelDataStoreInt buffer,
int n) |
Deprecated.
Creates a populated array of n Any2Any channels with the
specified buffering behaviour.
|
Any2AnyChannelInt |
BufferedChannelIntFactory.createAny2Any(ChannelDataStoreInt buffer) |
Deprecated.
Creates a new Any2Any channel with the given buffering behaviour.
|
static Any2AnyChannelInt |
ChannelInt.createAny2Any() |
Deprecated.
Constructs and returns an Any2AnyChannelInt object.
|
static Any2AnyChannelInt[] |
ChannelInt.createAny2Any(int n) |
Deprecated.
Constructs and returns an array of Any2AnyChannelInt
objects.
|
static Any2AnyChannelInt |
ChannelInt.createAny2Any(ChannelDataStoreInt buffer) |
Deprecated.
Constructs and returns a Any2AnyChannelInt object which
uses the specified ChannelDataStoreInt object as a buffer.
|
static Any2AnyChannelInt[] |
ChannelInt.createAny2Any(ChannelDataStoreInt buffer,
int n) |
Deprecated.
Constructs and returns an array of Any2AnyChannelInt objects
which use the specified ChannelDataStoreInt object as a
buffer.
|
Any2AnyChannelInt[] |
ChannelIntArrayFactory.createAny2Any(int n) |
Deprecated.
Creates a populated array of n Any2Any channels.
|
Any2AnyChannelInt |
ChannelIntFactory.createAny2Any() |
Deprecated.
Creates a new Any2Any channel.
|
Any2AnyChannelInt |
StandardChannelIntFactory.createAny2Any() |
Constructs and returns an Any2AnyChannelInt object.
|
Any2AnyChannelInt[] |
StandardChannelIntFactory.createAny2Any(int n) |
Constructs and returns an array of Any2AnyChannelInt
objects.
|
Any2AnyChannelInt |
StandardChannelIntFactory.createAny2Any(ChannelDataStoreInt buffer) |
Constructs and returns a Any2AnyChannelInt object which
uses the specified ChannelDataStoreInt object as a buffer.
|
Any2AnyChannelInt[] |
StandardChannelIntFactory.createAny2Any(ChannelDataStoreInt buffer,
int n) |
Constructs and returns an array of Any2AnyChannelInt objects
which use the specified ChannelDataStoreInt object as a
buffer.
|