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 StandardChannelFactoryStandardChannelFactory. defaultInstanceprivate static StandardChannelFactoryChannel. factoryThe factory to be used by this class.static StandardChannelFactoryConnectionServer. FACTORYThe factory for creating channels within servers.Methods in org.jcsp.lang that return StandardChannelFactory Modifier and Type Method Description static 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 StandardChannelFactory Modifier and Type Field Description private StandardChannelFactoryFilteredChannelFactory. factoryUnderlying factory for creating the base channels.
-