Uses of Class
org.jcsp.lang.StandardChannelFactory
Packages that use StandardChannelFactory
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Uses of StandardChannelFactory in org.jcsp.lang
Fields in org.jcsp.lang declared as StandardChannelFactoryModifier and TypeFieldDescriptionprivate static StandardChannelFactoryStandardChannelFactory.defaultInstanceprivate static final StandardChannelFactoryChannel.factoryThe factory to be used by this class.static final StandardChannelFactoryConnectionServer.FACTORYThe factory for creating channels within servers.Methods in org.jcsp.lang that return StandardChannelFactoryModifier and TypeMethodDescriptionstatic StandardChannelFactoryStandardChannelFactory.getDefaultInstance()Returns a default instance of a channel factory. -
Uses of StandardChannelFactory in org.jcsp.util.filter
Fields in org.jcsp.util.filter declared as StandardChannelFactoryModifier and TypeFieldDescriptionprivate StandardChannelFactoryFilteredChannelFactory.factoryUnderlying factory for creating the base channels.