Uses of Class
org.jcsp.lang.StandardChannelFactory
-
Packages that use StandardChannelFactory Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.util.filter 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 StandardChannelFactory Modifier and Type Field Description private static StandardChannelFactory
StandardChannelFactory. defaultInstance
private static StandardChannelFactory
Channel. factory
The factory to be used by this class.static StandardChannelFactory
ConnectionServer. FACTORY
The factory for creating channels within servers.Methods in org.jcsp.lang that return StandardChannelFactory Modifier and Type Method Description static StandardChannelFactory
StandardChannelFactory. 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 StandardChannelFactory Modifier and Type Field Description private StandardChannelFactory
FilteredChannelFactory. factory
Underlying factory for creating the base channels.
-