Uses of Interface
org.jcsp.net.dynamic.OutputReconnectionManager
Packages that use OutputReconnectionManager
Package
Description
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of OutputReconnectionManager in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement OutputReconnectionManagerModifier and TypeClassDescription(package private) class
Implementation of the output reconnection manager that uses a CNS service to track channel ends.Fields in org.jcsp.net.dynamic declared as OutputReconnectionManagerModifier and TypeFieldDescriptionprivate OutputReconnectionManager
MigratableChannelOutputImpl.mgr
The output reconnection manager for the channel.Constructors in org.jcsp.net.dynamic with parameters of type OutputReconnectionManagerModifierConstructorDescriptionConstructs a newMigratableChannelOutputImpl
with the given reconnection manager.