Package org.jcsp.net.dynamic
Interface OutputReconnectionManager
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
OutputReconnectionManagerCNSImpl
public interface OutputReconnectionManager extends java.io.SerializableWriting end of a migratable channel. The underlying channel end can be obtained by a call togetOutputChanneland used like any other channel. Before transfering the channel end to another node theprepareToMove()method must be called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetChannelOutputgetOutputChannel()Returns the underlying channel output end.voidprepareToMove()Prepares the channel end for transfer to another node.
-
-
-
Method Detail
-
getOutputChannel
NetChannelOutput getOutputChannel()
Returns the underlying channel output end.
-
prepareToMove
void prepareToMove()
Prepares the channel end for transfer to another node.
-
-