CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.dynamic
Interface InputReconnectionManager

All Superinterfaces:
Serializable

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.

Author:
Quickstone Technologies Limited

Method Summary
 NetChannelLocation getCurrentLocation()
          Returns the current location of the channel.
 NetAltingChannelInput getInputChannel()
          Returns the underlying input channel.
 void prepareToMove()
          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.


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.