Uses of Interface
org.jcsp.net.dynamic.MigratableChannelOutput
Packages that use MigratableChannelOutput
Package
Description
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of MigratableChannelOutput in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement MigratableChannelOutputModifier and TypeClassDescription(package private) class
Implements of a migratable networked channel output end.Methods in org.jcsp.net.dynamic that return MigratableChannelOutputModifier and TypeMethodDescriptionstatic MigratableChannelOutput
MigratableChannelEnd.createOne2Net
(String name) Creates a migratable channel output to a named channel within the default namespace.static MigratableChannelOutput
MigratableChannelEnd.createOne2Net
(String name, NameAccessLevel nameAccessLevel) Creates a migratable channel output to a named channel within a given namespace.static MigratableChannelOutput
MigratableChannelEnd.createOne2Net
(NetChannelLocation loc) Creates a migratable channel output to a given location.NamedMigratableChannelEndFactory.createOne2Net
(String name) Creates a networked migratable channel output end connected to the input end created with the given name.NamedMigratableChannelEndFactory.createOne2Net
(String name, NameAccessLevel accessLevel) Creates a networked migratable channel output end connected to the input end created with the given name.NamedMigratableChannelEndFactoryImpl.createOne2Net
(String name) NamedMigratableChannelEndFactoryImpl.createOne2Net
(String name, NameAccessLevel accessLevel)