| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecteu.reservoir.monitoring.core.plane.DataPlaneMessage
public abstract class DataPlaneMessage
This implements the header parts for the Data Plane messages.
| Constructor Summary | |
|---|---|
| DataPlaneMessage()Construct a DataPlaneMessage object. | |
| Method Summary | |
|---|---|
|  DataSource | getDataSource()Get the DataSource | 
|  int | getSeqNo()Get the sequence no. | 
|  long | getTimeOfDay()Get the time of day the Protocol was created | 
|  MessageType | getType()Get the type. | 
|  void | setDataSource(DataSource ds)Set the DataSource for the next message. | 
|  void | setSeqNo(int seq)Set the sequence number of the next message. | 
|  java.lang.String | toString()A toString() rewrite | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataPlaneMessage()
| Method Detail | 
|---|
public MessageType getType()
public long getTimeOfDay()
public int getSeqNo()
public void setSeqNo(int seq)
public DataSource getDataSource()
public void setDataSource(DataSource ds)
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||