Interface InputReconnectionManager

  • All Superinterfaces:
    java.io.Serializable

    public interface InputReconnectionManager
    extends java.io.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.
    Author:
    Quickstone Technologies Limited
    • Method Detail

      • getCurrentLocation

        NetChannelLocation getCurrentLocation()
        Returns the current location of the channel.
      • prepareToMove

        void prepareToMove()
        Prepares the channel for a transfer between nodes.