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) classLoopbackLinkFields in org.jcsp.net declared as Link Modifier and Type Field Description private LinkLinkManager.LinksToNodeHolder. linkWithNoSpecifiedFacilitiesA link with no special facilities.Methods in org.jcsp.net that return Link Modifier and Type Method Description private LinkLinkManager. getLink(NodeID target, Profile linkProfile)Get a Link to a remote PC.LinkLinkManager.LinksToNodeHolder. getLink(Profile profile)(package private) LinkLinkFactory. makeLink(NodeAddressID targetAddress)(package private) LinkLinkFactory. makeLink(NodeID target, Profile linkProfile)abstract LinkLinkFactory.Builder. testAndBuild(NodeAddressID addressID)Takes aNodeAddressIDand constructs and returns aLinkobject.Methods in org.jcsp.net with parameters of type Link Modifier and Type Method Description intLinkManager.LinksToNodeHolder. addLink(Link link, boolean addIfNoQueue)This sends the supplied link to any processes that are waiting for matching link.(package private) intLinkManager. lostLink(Link conn)Called by a Link to indicate the link broke.intLinkManager.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) voidLinkManager. registerFailure(Link conn)(package private) booleanLinkManager. registerLink(Link conn)Register a Link in the database.voidLinkManager.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) classTCPIPLinkImplements a link running over TCP/IP sockets.
-