Interface InputReconnectionManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
InputReconnectionManagerCNSImpl

public interface InputReconnectionManager extends Serializable
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 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.