Uses of Class
org.jcsp.net.Link
Packages that use Link
-
Uses of Link in org.jcsp.net
Subclasses of Link in org.jcsp.netFields in org.jcsp.net declared as LinkModifier and TypeFieldDescriptionprivate Link
LinkManager.LinksToNodeHolder.linkWithNoSpecifiedFacilities
A link with no special facilities.Methods in org.jcsp.net that return LinkModifier and TypeMethodDescriptionprivate Link
Get a Link to a remote PC.(package private) Link
LinkFactory.makeLink
(NodeAddressID targetAddress) (package private) Link
abstract Link
LinkFactory.Builder.testAndBuild
(NodeAddressID addressID) Takes aNodeAddressID
and constructs and returns aLink
object.Methods in org.jcsp.net with parameters of type LinkModifier and TypeMethodDescriptionint
This sends the supplied link to any processes that are waiting for matching link.(package private) int
Called by a Link to indicate the link broke.int
LinkManager.LinksToNodeHolder.notifyQueuedProcesses
(Specification[] specs, Link linkToSend) This takes a set of link specifications, looks through the set of queues, checks whether the specifications meet requirements of the profile of a queue, and if so, sends the supplied Link to the processes in that queue.(package private) void
LinkManager.registerFailure
(Link conn) (package private) boolean
LinkManager.registerLink
(Link conn) Register a Link in the database.void
LinkManager.LinksToNodeHolder.removeLink
(Link conn) Constructors in org.jcsp.net with parameters of type Link -
Uses of Link in org.jcsp.net.tcpip
Subclasses of Link in org.jcsp.net.tcpipModifier and TypeClassDescription(package private) class
Implements a link running over TCP/IP sockets.