Package org.jcsp.net2
Interface NetSharedChannelOutput<T>
- All Superinterfaces:
ChannelOutput<T>
,NetChannelOutput<T>
,Networked
,Poisonable
,SharedChannelOutput<T>
- All Known Implementing Classes:
Any2NetChannel
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.
- See Also:
-
Method Summary
Methods inherited from interface org.jcsp.lang.ChannelOutput
write
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.Poisonable
poison