Uses of Interface
org.jcsp.net.settings.Req

Packages that use Req
org.jcsp.net.settings This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure. 
 

Uses of Req in org.jcsp.net.settings
 

Classes in org.jcsp.net.settings that implement Req
 class ConnectionOriented
          Used internally within the JCSP network infrastructure to represent a connection oriented protocol.
 class MaxPing
          Used internally within the JCSP network infrastructure to represent a maximum ping rate.
 class MinMemory
          Used internally within the JCSP network infrastructure to represent a minimum memory setting.
 class MinSpeed
          Used internally within the JCSP network infrastructure to represent a minimum speed setting.
 class Reliable
          Used internally within the JCSP network infrastructure to represent a reliable protocol.
 class ReqProtocol
          Used internally within the JCSP network infrastructure to represent a protocol requirement.
 class Wireless
          Used internally within the JCSP network infrastructure to represent a wireless protocol.
 

Methods in org.jcsp.net.settings that return Req
 Req[] NodeProfile.getReqs()
           
 Req[] LinkProfile.getReqs()
           
 

Methods in org.jcsp.net.settings with parameters of type Req
 void NodeProfile.addReq(Req req)
           
 void LinkProfile.addReq(Req req)
           
 void NodeProfile.removeReq(Req req)
           
 void LinkProfile.removeReq(Req req)
           
 



Copyright © 1996-2012. All Rights Reserved.