CSP for Java
(JCSP) 1.1-rc2

Deprecated API


Contents
Deprecated Interfaces
org.jcsp.lang.BufferedChannelArrayFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.BufferedChannelFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.BufferedChannelIntArrayFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.BufferedChannelIntFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.ChannelArrayFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.ChannelFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.ChannelIntArrayFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.ChannelIntFactory
          These channel factories are deprecated in favour of the new one2one() methods in the Channel class. 
org.jcsp.lang.RejectableChannel
          This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features. 
org.jcsp.lang.RejectableChannelInput
          This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features. 
org.jcsp.lang.RejectableChannelOutput
          This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features. 
 

Deprecated Classes
org.jcsp.lang.RejectableAltingChannelInput
          This channel is superceded by the poison mechanisms, please see PoisonException 
org.jcsp.lang.RejectableBufferedOne2AnyChannel
          This channel is superceded by the poison mechanisms, please see PoisonException 
org.jcsp.lang.RejectableBufferedOne2OneChannel
          This channel is superceded by the poison mechanisms, please see PoisonException 
org.jcsp.lang.RejectableOne2AnyChannel
          This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features. 
org.jcsp.lang.RejectableOne2OneChannel
          This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features. 
 

Deprecated Exceptions
org.jcsp.util.filter.PoisonFilterException
          Use poison directly instead 
 

Deprecated Methods
org.jcsp.lang.Channel.createAny2Any()
          Use the any2any() function instead. 
org.jcsp.lang.Channel.createAny2Any(ChannelDataStore)
          Use the any2any() function instead. 
org.jcsp.lang.Channel.createAny2Any(ChannelDataStore, int)
          Use the any2anyArray() function instead. 
org.jcsp.lang.Channel.createAny2Any(int)
          Use the any2anyArray() function instead. 
org.jcsp.lang.Channel.createAny2One()
          Use the any2one() function instead. 
org.jcsp.lang.Channel.createAny2One(ChannelDataStore)
          Use the any2one() function instead. 
org.jcsp.lang.Channel.createAny2One(ChannelDataStore, int)
          Use the any2oneArray() function instead. 
org.jcsp.lang.Channel.createAny2One(int)
          Use the any2oneArray() function instead. 
org.jcsp.lang.Channel.createOne2Any()
          Use the one2any() function instead. 
org.jcsp.lang.Channel.createOne2Any(ChannelDataStore)
          Use the one2any() function instead. 
org.jcsp.lang.Channel.createOne2Any(ChannelDataStore, int)
          Use the one2anyArray() function instead. 
org.jcsp.lang.Channel.createOne2Any(int)
          Use the one2anyArray() function instead. 
org.jcsp.lang.Channel.createOne2One()
          Use the one2one() function instead. 
org.jcsp.lang.Channel.createOne2One(ChannelDataStore)
          Use the one2one() function instead. 
org.jcsp.lang.Channel.createOne2One(ChannelDataStore, int)
          Use the one2oneArray() function instead. 
org.jcsp.lang.Channel.createOne2One(int)
          Use the one2oneArray() function instead. 
org.jcsp.net.NodeAddressID.getStringForm()
          This is going to be removed from the API. The purpose of this mechanism was so that channel information could be encoded into anonymous channels' channel names. 
org.jcsp.lang.CSTimer.set(long)
          Use CSTimer.setAlarm(long) - this name caused confusion with the idea of setting the current time (a concept that is not supported). 
org.jcsp.lang.ProcessManager.stop()
            
 


CSP for Java
(JCSP) 1.1-rc2

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc2 of the JCSP API Specification (Copyright 1997-2007 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.