Defines an interface for a factory that can create arrays of channels.
Type | Name and description |
---|---|
Any2AnyChannel[] |
createAny2Any(int n) Creates a populated array of n Any2Any channels. |
Any2OneChannel[] |
createAny2One(int n) Creates a populated array of n Any2One channels. |
One2AnyChannel[] |
createOne2Any(int n) Creates a populated array of n One2Any channels. |
One2OneChannel[] |
createOne2One(int n) Creates a populated array of n One2One channels. |
Creates a populated array of n
Any2Any
channels.
n
- the size of the array. Creates a populated array of n
Any2One
channels.
n
- the size of the array. Creates a populated array of n
One2Any
channels.
n
- the size of the array. Creates a populated array of n
One2One
channels.
n
- the size of the array.