|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.lang.Guard
org.jcsp.lang.AltingChannelInput
org.jcsp.lang.AltingChannelInputWrapper
org.jcsp.net.NetAltingChannelInput
public abstract class NetAltingChannelInput
An abstract class that is sub-classed by classes whose instances
should be networked channel ends that can be used as an
objects.
AltingChannelInput
This class does not need to be sub-classed by JCSP users.
Constructor Summary | |
---|---|
protected |
NetAltingChannelInput()
Constructs a channel end without supplying the actual channel to use. |
protected |
NetAltingChannelInput(AltingChannelInput channel)
Constructs a channel end and takes the actual channel to use to deliver the data. |
Method Summary |
---|
Methods inherited from class org.jcsp.lang.AltingChannelInputWrapper |
---|
endRead, getChannel, pending, poison, read, setChannel, startRead |
Methods inherited from class org.jcsp.lang.Guard |
---|
schedule |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jcsp.net.NetChannelInput |
---|
destroyReader, getFactoryClass |
Methods inherited from interface org.jcsp.lang.ChannelInput |
---|
endRead, read, startRead |
Methods inherited from interface org.jcsp.lang.Poisonable |
---|
poison |
Methods inherited from interface org.jcsp.net.Networked |
---|
getChannelLocation |
Constructor Detail |
---|
protected NetAltingChannelInput(AltingChannelInput channel)
Constructs a channel end and takes the actual channel to use to deliver the data.
channel
- the actual channel used to deliver data to the user.protected NetAltingChannelInput()
Constructs a channel end without supplying the actual channel to
use. setChannel(AltingChannelInput)
should be called
before the channel end is actually used.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |