CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.dynamic
Interface OutputReconnectionManager

All Superinterfaces:
Serializable

public interface OutputReconnectionManager
extends Serializable

Writing end of a migratable channel. The underlying channel end can be obtained by a call to getOutputChannel and used like any other channel. Before transfering the channel end to another node the prepareToMove() method must be called.

Author:
Quickstone Technologies Limited

Method Summary
 NetChannelOutput getOutputChannel()
          Returns the underlying channel output end.
 void prepareToMove()
          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.


CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.