Uses of Interface
org.jcsp.net.dynamic.OutputReconnectionManager
-
Packages that use OutputReconnectionManager Package Description org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of OutputReconnectionManager in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement OutputReconnectionManager Modifier and Type Class Description (package private) classOutputReconnectionManagerCNSImplImplementation of the output reconnection manager that uses a CNS service to track channel ends.Fields in org.jcsp.net.dynamic declared as OutputReconnectionManager Modifier and Type Field Description private OutputReconnectionManagerMigratableChannelOutputImpl. mgrThe output reconnection manager for the channel.Constructors in org.jcsp.net.dynamic with parameters of type OutputReconnectionManager Constructor Description MigratableChannelOutputImpl(OutputReconnectionManager mgr)Constructs a newMigratableChannelOutputImplwith the given reconnection manager.
-