Uses of Class
org.jcsp.net2.Link

Packages that use Link
org.jcsp.net2   
org.jcsp.net2.tcpip   
 

Uses of Link in org.jcsp.net2
 

Methods in org.jcsp.net2 that return Link
protected abstract  Link NodeAddress.createLink()
          Creates a Link connected to this address
static Link LinkFactory.getLink(NodeAddress addr)
          Creates a new Link, or retrieves an existing one, from a NodeAddress
static Link LinkFactory.getLink(NodeID nodeID)
          Creates a new Link or gets an existing one from the the given NodeID.
protected  Link LinkServer.requestLink(NodeID nodeID)
           
 

Methods in org.jcsp.net2 with parameters of type Link
protected  boolean LinkServer.registerLink(Link link)
           
 

Uses of Link in org.jcsp.net2.tcpip
 

Subclasses of Link in org.jcsp.net2.tcpip
 class TCPIPLink
          A concrete implementation of a Link that operates over a TCP/IP based socket connection.
 

Methods in org.jcsp.net2.tcpip that return Link
protected  Link TCPIPNodeAddress.createLink()
          Creates a new TCPIPLink connected to a Node with this address
 



Copyright © 1996-2012. All Rights Reserved.