Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Class and Description |
---|
Filter
Interface for channel plug-ins that define filtering operations -
transformations on the data as it is read or written.
|
FilteredAny2OneChannel
Interface for an Any2One channel that supports filtering operations at each end.
|
FilteredOne2OneChannel
Interface for a
One2One channel that supports filtering operations at each end. |
PoisonFilter
This filter will throw a
PoisonException
when filter(Object) is called. |
Class and Description |
---|
Filter
Interface for channel plug-ins that define filtering operations -
transformations on the data as it is read or written.
|
FilteredChannelEndFactory
Factory for creating filtered channel ends around existing channel ends.
|
FilteredChannelInput
Interface for a channel input end that supports filtering operations.
|
FilteredChannelOutput
Interface for a channel output end that supports write filtering operations.
|
ReadFiltered
Interface for a channel end supporting read filtering operations.
|
WriteFiltered
Interface for a channel end supporting write filtering operations.
|
Class and Description |
---|
Filter
Interface for channel plug-ins that define filtering operations -
transformations on the data as it is read or written.
|
FilteredAltingChannelInput
Implements an
AltingChannelInput channel end that also supports read filters. |
FilteredAny2AnyChannel
Interface for an Any2Any channel that has support for filtering at both ends.
|
FilteredAny2OneChannel
Interface for an Any2One channel that supports filtering operations at each end.
|
FilteredChannelEndFactory
Factory for creating filtered channel ends around existing channel ends.
|
FilteredChannelFactory
This class is used for constructing Filtered Channels.
|
FilteredChannelInput
Interface for a channel input end that supports filtering operations.
|
FilteredChannelInputWrapper
Wrapper for an input channel end to include read filtering functionality.
|
FilteredChannelOutput
Interface for a channel output end that supports write filtering operations.
|
FilteredChannelOutputWrapper
Wrapper for an output channel end to include write filtering ability.
|
FilteredOne2AnyChannel
Interface for an
Any2Any channel that supports both read and write filters. |
FilteredOne2OneChannel
Interface for a
One2One channel that supports filtering operations at each end. |
FilteredSharedChannelInput
Interface for a channel input end that supports filtering and can be shared by multiple processes.
|
FilteredSharedChannelOutput
Interface for an output channel end that supports filtering operations and can be shared by multiple
concurrent processes.
|
FilterHolder
Storage scheme for a set of filters that is dynamically sized and supports insert and remove
operations to keep the filters in a contiguous block.
|
ReadFiltered
Interface for a channel end supporting read filtering operations.
|
WriteFiltered
Interface for a channel end supporting write filtering operations.
|