- tabIn(String) - Static method in class org.jcsp.net.settings.JCSPConfig
-
- tag - Variable in class org.jcsp.lang.TaggedProtocol
-
This public tag is used by the receiving process to determine which variant
of a tagged protocol has been received.
- TaggedProtocol - Class in org.jcsp.lang
-
TaggedProtocol is the base class for messages carrying
an occam2-like tagged (CASE) protocol over JCSP channels.
- TaggedProtocol(int) - Constructor for class org.jcsp.lang.TaggedProtocol
-
This super-constructor is invoked by the extending sub-class constructor.
- Tail - Class in org.jcsp.plugNplay
-
The output stream is the tail of its input stream.
- Tail(ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Tail
-
Construct a new Tail process with the input Channel in and the
output Channel out.
- TailInt - Class in org.jcsp.plugNplay.ints
-
The output stream is the tail of its input stream.
- TailInt(ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.TailInt
-
Construct a new TailInt process with the input Channel in and the
output Channel out.
- TCPIPAddressID - Class in org.jcsp.net.tcpip
-
Provides a concrete implementation of the abstract NodeAddressID
for use with the
TCP/IP link protocol.
- TCPIPAddressID(InetAddress, int, boolean) - Constructor for class org.jcsp.net.tcpip.TCPIPAddressID
-
Creates a TCPIPAddressID for a computer, given it's IP address
and port number.
- TCPIPAddressID(String, int, boolean) - Constructor for class org.jcsp.net.tcpip.TCPIPAddressID
-
Creates a TCPIPAddressID for a computer, given it's host name
and port number.
- TCPIPCNSServer - Class in org.jcsp.net.tcpip
-
Program to run a Channel Name Service.
- TCPIPCNSServer2 - Class in org.jcsp.net.tcpip
-
Program to run a Channel Name Service.
- TCPIPCNSServerNT - Class in org.jcsp.net.tcpip
-
Wraps up the TCPIPCNSServer as a Windows NT service.
- TCPIPNodeFactory - Class in org.jcsp.net.tcpip
-
Default factory for simple initialisations using the TCPIPv4 protocol package.
- TCPIPNodeFactory() - Constructor for class org.jcsp.net.tcpip.TCPIPNodeFactory
-
Default constructor, connecting to the local host on the default CNS port or to a host name
in the system properties.
- TCPIPNodeFactory(String) - Constructor for class org.jcsp.net.tcpip.TCPIPNodeFactory
-
Connect to the named host on the default CNS port.
- TCPIPNodeFactory(String, int) - Constructor for class org.jcsp.net.tcpip.TCPIPNodeFactory
-
Connect to a named host on a specific port.
- TCPIPProtocolID - Class in org.jcsp.net.tcpip
-
Defines a protocol ID for the TCP/IP link implementation.
- TCPIPProtocolID() - Constructor for class org.jcsp.net.tcpip.TCPIPProtocolID
-
- testAndBuild(NodeAddressID) - Method in class org.jcsp.net.LinkFactory.Builder
-
Takes a NodeAddressID
and constructs and returns
a Link
object.
- Times - Class in org.jcsp.plugNplay
-
Multiplies two Integer streams to one stream.
- Times(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Times
-
Construct a new Times process with the input Channels in1 and in2 and the
output Channel out.
- TimesInt - Class in org.jcsp.plugNplay.ints
-
Multiplies two integer streams to one stream.
- TimesInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.TimesInt
-
Construct a new TimesInt process with the input Channels in0 and in1 and the
output Channel out.
- toString() - Method in class org.jcsp.net.ApplicationID
-
Returns a String
representation of this object.
- toString() - Method in class org.jcsp.net.cns.NameAccessLevel
-
Returns a string representation of this object.
- toString() - Method in class org.jcsp.net.DomainID
-
Returns a human readable String
showing this domain
name and any parent domains.
- toString() - Method in class org.jcsp.net.GlobalID
-
Returns a human readable string representation of a
GlobalID
.
- toString() - Method in class org.jcsp.net.NodeID
-
Returns a human readable String
that
represents this NodeID
object.
- toString() - Method in exception org.jcsp.net.remote.RemoteProcessFailedException
-
Returns a string description of the exception.
- toString() - Method in exception org.jcsp.net.remote.RemoteSpawnException
-
Returns a string representation of the actual exception.
- toString() - Method in exception org.jcsp.net.security.AccessDeniedException
-
Returns a printable string describing the exception.
- toString() - Method in class org.jcsp.net.security.SimpleSecurityAuthority
-
Returns a string description of this authority.
- toString() - Method in class org.jcsp.net.settings.Address
-
- toString() - Method in class org.jcsp.net.settings.Addresses
-
- toString() - Method in class org.jcsp.net.settings.AddressSetting
-
- toString() - Method in class org.jcsp.net.settings.JCSPConfig
-
- toString() - Method in class org.jcsp.net.settings.LinkProfile
-
- toString() - Method in class org.jcsp.net.settings.LinkProfiles
-
- toString() - Method in class org.jcsp.net.settings.NodeProfile
-
- toString() - Method in class org.jcsp.net.settings.NodeProfiles
-
- toString() - Method in class org.jcsp.net.settings.Plugin
-
- toString() - Method in class org.jcsp.net.settings.Plugins
-
- toString() - Method in class org.jcsp.net.settings.Protocol
-
- toString() - Method in class org.jcsp.net.settings.Protocols
-
- toString() - Method in class org.jcsp.net.settings.Service
-
- toString() - Method in class org.jcsp.net.settings.Services
-
- toString() - Method in class org.jcsp.net.settings.Setting
-
- toString() - Method in class org.jcsp.net.settings.Settings
-
- toString() - Method in class org.jcsp.net.settings.Spec
-
- toString() - Method in class org.jcsp.net.settings.Specs
-
- toString() - Method in class org.jcsp.net.tcpip.TCPIPAddressID
-
Returns a string representation of this TCPIPAddressID, in the form
"123.45.67.234:5678".
- Translate(int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.Translate
-
- txChannel - Variable in class org.jcsp.net.Link
-
The channel used for TX over the link.