Package org.jcsp.net.dynamic
Interface InputReconnectionManager
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
InputReconnectionManagerCNSImpl
public interface InputReconnectionManager extends java.io.SerializableReceiving end of a migratable channel. The underlying channel can be obtained by thegetInputChannelmethod and used like any other channel. Before migrating the channel, theprepareToMovemethod must be called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetChannelLocationgetCurrentLocation()Returns the current location of the channel.NetAltingChannelInputgetInputChannel()Returns the underlying input channel.voidprepareToMove()Prepares the channel for a transfer between nodes.
-
-
-
Method Detail
-
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.
-
-