org.jcsp.net2
Interface NetSharedChannelOutput<T>

All Superinterfaces:
ChannelOutput<T>, NetChannelOutput<T>, Networked, Poisonable, SharedChannelOutput<T>

public interface NetSharedChannelOutput<T>
extends NetChannelOutput<T>, SharedChannelOutput<T>

Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes. For more information see NetChannelOutput and SharedChannelOutput. To create an instance, see the relevant factory method.

Author:
Kevin Chalmers (updated from Quickstone Technologies)
See Also:
NetChannelOutput, SharedChannelOutput, NetChannel

Method Summary
 
Methods inherited from interface org.jcsp.net2.NetChannelOutput
asyncWrite, setEncoder
 
Methods inherited from interface org.jcsp.net2.Networked
destroy, getLocation
 
Methods inherited from interface org.jcsp.lang.ChannelOutput
write
 
Methods inherited from interface org.jcsp.lang.Poisonable
poison
 



Copyright © 1996-2012. All Rights Reserved.