Interface and Description |
---|
RejectableChannel
Defines an interface for a channel that allows readers to either accept (
read ) or
reject data offered by the writer. |
RejectableChannelInput
Defines an interface for an input channel end that gives the reader the ability to reject instead
of accepting pending data.
|
RejectableChannelOutput
Defines an interface for a channel output end which may reject data if the reader is not prepared
to receive it and calls
reject instead of read on the input channel end. |
Class and Description |
---|
NetChannelEnd
A static factory object used to create networked channels.
|
RejectableAltingChannelInput
Defines an interface for an input channel end that gives the reader the ability to reject instead
of accepting pending data.
|
RejectableBufferedOne2AnyChannel
|
RejectableBufferedOne2OneChannel
|
RejectableOne2AnyChannel
|
RejectableOne2OneChannel
|
TCPIPCNSServer
This is the original (now deprecated) server program for use by
|
TCPIPNodeFactory
Used to initialise a Node.
|
Exception and Description |
---|
PoisonFilterException
@deprecated Use poison directly instead
|
Method and Description |
---|
CNS#createAny2Net(String name)
Creates a new NetSharedChannelOutput connected to the input channel registered with the given name
|
CNS#createNet2Any(String name)
Creates a new NetSharedChannelInput registered with the given name
|
CNS#createNet2One(String name)
Creates a new NetAltingChannelInput registered with the given name
|
CNS#createOne2Net(String name)
Creates a new NetChannelOutput connected to the input channel registered with the given name
|
CSTimer#set(long msecs)
Sets the absolute timeout value that will trigger an Alternative
select operation (when this CSTimer is one of the guards
with which that Alternative was constructed).
|
DomainID#createFromStringForm(String str)
@deprecated not needed now channel names abstracted
|
DomainID#getStringForm()
@deprecated not needed now channel names abstracted
|
NetChannel#createAny2Net(NetChannelLocation loc)
Creates a new NetSharedChannelOutput connected to the input end at the given location
|
NetChannel#createNet2Any()
Creates a new NetSharedChannelInput
|
NetChannel#createNet2One()
Creates a new NetAltingChannelInput
|
NetChannel#createOne2Net(NetChannelLocation loc)
Creates a new NetChannelOutput connected to the input channel end with the given location
|
NetChannelEnd#createAny2Net(NetChannelLocation loc)
Creates a new NetSharedChannelOutput connected to the input end at the given location
|
NetChannelEnd#createNet2Any()
Creates a new NetSharedChannelInput
|
NetChannelEnd#createNet2One()
Creates a new NetAltingChannelInput
|
NetChannelEnd#createOne2Net(NetChannelLocation loc)
Creates a new NetChannelOutput connected to the input channel end with the given location
|
NodeAddressID#getStringForm()
|
NodeID#createFromStringForm(String stringForm)
@deprecated Not needed now channel names have been abstracted
|
NodeID#getStringForm()
This gets a String form of this NodeID.
|
StandardNetChannelEndFactory#createAny2Net(NetChannelLocation loc)
Creates a new NetSharedChannelOutput connected to the input end at the given location
|
StandardNetChannelEndFactory#createNet2Any()
Creates a new NetSharedChannelInput
|
StandardNetChannelEndFactory#createNet2One()
Creates a new NetAltingChannelInput
|
StandardNetChannelEndFactory#createOne2Net(NetChannelLocation loc)
Creates a new NetChannelOutput connected to the input channel end with the given location
|