Uses of Class
org.jcsp.net.settings.Spec

Packages that use Spec
Package
Description
This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure.
  • Uses of Spec in org.jcsp.net.settings

    Subclasses of Spec in org.jcsp.net.settings
    Modifier and Type
    Class
    Description
    class 
    Used internally within the JCSP network infrastructure to represent a connection oriented protocol.
    class 
    Used internally within the JCSP network infrastructure to represent a maximum ping rate.
    class 
    Used internally within the JCSP network infrastructure to represent a maximum speed.
    class 
    Used internally within the JCSP network infrastructure to represent a memory value.
    class 
    Used internally within the JCSP network infrastructure to represent a minimum memory setting.
    class 
    Used internally within the JCSP network infrastructure to represent a minimum speed setting.
    (package private) class 
    Used internally within the JCSP network infrastructure to represent miscellaneous requirements.
    class 
    Used internally within the JCSP network infrastructure to represent misellaneous specifications.
    class 
    Used internally within the JCSP network infrastructure to represent a reliable protocol.
    class 
    Used internally within the JCSP network infrastructure to represent a protocol requirement.
    class 
    Used internally within the JCSP network infrastructure to represent a wireless protocol.
    Methods in org.jcsp.net.settings that return Spec
    Modifier and Type
    Method
    Description
    Address.getSpecs()
     
    Protocol.getSpecs()
     
    Specs.getSpecs()
     
    Methods in org.jcsp.net.settings with parameters of type Spec
    Modifier and Type
    Method
    Description
    void
    Address.addSpec(Spec spec)
     
    void
    Protocol.addSpec(Spec spec)
     
    void
    Specs.addSpec(Spec spec)
     
    void
    Address.removeSpec(Spec spec)
     
    void
    Protocol.removeSpec(Spec spec)
     
    void
    Specs.removeSpec(Spec spec)