|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.merlin.generator.traffic.TrafficParameter
This class represents the parameter that must be created to use the TrafficManager.
This class was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
| Field Summary | |
private OXCEdgeRouter |
dest
The destination of the connection |
private ProtocolMessage |
message
The message to send |
private QualityOfService |
qos
The quality of service for the connection |
| Constructor Summary | |
TrafficParameter(QualityOfService qos,
OXCEdgeRouter dest,
ProtocolMessage message)
Create the object that contains the parameters for the connection. |
|
| Method Summary | |
OXCEdgeRouter |
getDestination()
Get the destination |
ProtocolMessage |
getMessage()
Get the message |
QualityOfService |
getQos()
Get the quality of servie |
void |
setDestination(OXCEdgeRouter dest)
Set the destination |
void |
setMessage(ProtocolMessage message)
Set the message to send |
void |
setQos(QualityOfService qos)
Set the quality of service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private QualityOfService qos
private OXCEdgeRouter dest
private ProtocolMessage message
| Constructor Detail |
public TrafficParameter(QualityOfService qos,
OXCEdgeRouter dest,
ProtocolMessage message)
qos - The quality of service requested for the connection.dest - The destination of the connection.message - The message to send.| Method Detail |
public QualityOfService getQos()
public OXCEdgeRouter getDestination()
public ProtocolMessage getMessage()
public void setQos(QualityOfService qos)
qos - The quality of servicepublic void setDestination(OXCEdgeRouter dest)
dest - The destinationpublic void setMessage(ProtocolMessage message)
message - The message to send
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||