org.jcsp.lang
Class RejectableOne2AnyChannel

java.lang.Object
  extended by org.jcsp.lang.RejectableOne2AnyChannel
All Implemented Interfaces:
RejectableChannel

Deprecated. This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features.

public class RejectableOne2AnyChannel
extends Object
implements RejectableChannel

This implements a one-to-any object channel, safe for use by a single writer and many readers. Refer to One2AnyChannel for a description of this behaviour.

Additionally, this channel supports a reject operation. One of the readers may call the reject method to force any current writer to abort with a ChannelDataRejectedException (unless there is already a read which will cause completion of the write). Subsequent read and write attempts will immediately cause a ChannelDataRejectedException.

Author:
Quickstone Technologies Limited

Constructor Summary
RejectableOne2AnyChannel()
          Deprecated. Constructs a new channel.
 
Method Summary
 RejectableChannelInput in()
          Deprecated.  
 RejectableChannelOutput out()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RejectableOne2AnyChannel

public RejectableOne2AnyChannel()
Deprecated. 
Constructs a new channel.

Method Detail

in

public RejectableChannelInput in()
Deprecated. 
Specified by:
in in interface RejectableChannel

out

public RejectableChannelOutput out()
Deprecated. 
Specified by:
out in interface RejectableChannel


Copyright © 1996-2012. All Rights Reserved.