A utility class to set the default capacity of
BoundedChannel
implementations that otherwise require a capacity argument
See Also:BoundedChannel See Also: [ Introduction to this package. ]
Get the default capacity used in
default (no-argument) constructor for BoundedChannels
that otherwise require a capacity argument.
Initial value is INITIAL_DEFAULT_CAPACITY See Also:DefaultChannelCapacity.INITIAL_DEFAULT_CAPACITY
Set the default capacity used in
default (no-argument) constructor for BoundedChannels
that otherwise require a capacity argument.
exception: IllegalArgumentException - if capacity less or equal to zero