|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spec | |
---|---|
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 Spec in org.jcsp.net.settings |
---|
Subclasses of Spec in org.jcsp.net.settings | |
---|---|
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 |
MaxSpeed
Used internally within the JCSP network infrastructure to represent a maximum speed. |
class |
Memory
Used internally within the JCSP network infrastructure to represent a memory value. |
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 |
OtherSpec
Used internally within the JCSP network infrastructure to represent misellaneous specifications. |
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 Spec | |
---|---|
Spec[] |
Address.getSpecs()
|
Spec[] |
Specs.getSpecs()
|
Spec[] |
Protocol.getSpecs()
|
Methods in org.jcsp.net.settings with parameters of type Spec | |
---|---|
void |
Address.addSpec(Spec spec)
|
void |
Specs.addSpec(Spec spec)
|
void |
Protocol.addSpec(Spec spec)
|
void |
Address.removeSpec(Spec spec)
|
void |
Specs.removeSpec(Spec spec)
|
void |
Protocol.removeSpec(Spec spec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |