Uses of Class
org.jcsp.net.Link
-
Packages that use Link Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.tcpip -
-
Uses of Link in org.jcsp.net
Subclasses of Link in org.jcsp.net Modifier and Type Class Description (package private) class
LoopbackLink
Fields in org.jcsp.net declared as Link Modifier and Type Field Description private Link
LinkManager.LinksToNodeHolder. linkWithNoSpecifiedFacilities
A link with no special facilities.Methods in org.jcsp.net that return Link Modifier and Type Method Description private Link
LinkManager. getLink(NodeID target, Profile linkProfile)
Get a Link to a remote PC.Link
LinkManager.LinksToNodeHolder. getLink(Profile profile)
(package private) Link
LinkFactory. makeLink(NodeAddressID targetAddress)
(package private) Link
LinkFactory. makeLink(NodeID target, Profile linkProfile)
abstract Link
LinkFactory.Builder. testAndBuild(NodeAddressID addressID)
Takes aNodeAddressID
and constructs and returns aLink
object.Methods in org.jcsp.net with parameters of type Link Modifier and Type Method Description int
LinkManager.LinksToNodeHolder. addLink(Link link, boolean addIfNoQueue)
This sends the supplied link to any processes that are waiting for matching link.(package private) int
LinkManager. lostLink(Link conn)
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 Constructor Description LinkLost(Link conn)
Constructor. -
Uses of Link in org.jcsp.net.tcpip
Subclasses of Link in org.jcsp.net.tcpip Modifier and Type Class Description (package private) class
TCPIPLink
Implements a link running over TCP/IP sockets.
-