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 LinkLinkManager.LinksToNodeHolder.linkWithNoSpecifiedFacilitiesA link with no special facilities.Methods in org.jcsp.net that return LinkModifier and TypeMethodDescriptionprivate LinkGet a Link to a remote PC.(package private) LinkLinkFactory.makeLink(NodeAddressID targetAddress) (package private) Linkabstract LinkLinkFactory.Builder.testAndBuild(NodeAddressID addressID) Takes aNodeAddressIDand constructs and returns aLinkobject.Methods in org.jcsp.net with parameters of type LinkModifier and TypeMethodDescriptionintThis sends the supplied link to any processes that are waiting for matching link.(package private) intCalled 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 -
Uses of Link in org.jcsp.net.tcpip
Subclasses of Link in org.jcsp.net.tcpipModifier and TypeClassDescription(package private) classImplements a link running over TCP/IP sockets.