Uses of Interface
org.jcsp.net.dynamic.InputReconnectionManager
-
Packages that use InputReconnectionManager Package Description org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of InputReconnectionManager in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement InputReconnectionManager Modifier and Type Class Description (package private) class
InputReconnectionManagerCNSImpl
Implementation of theInputReconnectionManager
to work with a CNS service for resolution of the channel's current location.Fields in org.jcsp.net.dynamic declared as InputReconnectionManager Modifier and Type Field Description private InputReconnectionManager
MigratableAltingChannelInputImpl. mgr
The reconnection manager for the channel.Constructors in org.jcsp.net.dynamic with parameters of type InputReconnectionManager Constructor Description MigratableAltingChannelInputImpl(InputReconnectionManager mgr)
Constructs a newMigratableAltingChannelInputImpl
with a specified reconnection manager object.
-