Package org.jcsp.net.dynamic
Interface InputReconnectionManager
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
InputReconnectionManagerCNSImpl
Receiving end of a migratable channel. The underlying channel can be obtained by the
getInputChannel
method and used like any other channel. Before migrating the channel,
the prepareToMove
method must be called.-
Method Summary
Modifier and TypeMethodDescriptionReturns the current location of the channel.Returns the underlying input channel.void
Prepares the channel for a transfer between nodes.
-
Method Details
-
getInputChannel
NetAltingChannelInput getInputChannel()Returns the underlying input channel. -
getCurrentLocation
NetChannelLocation getCurrentLocation()Returns the current location of the channel. -
prepareToMove
void prepareToMove()Prepares the channel for a transfer between nodes.
-