|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.NetFlow.Filter.FilterData
Just a wrapup data structure.
| Field Summary | |
byte[] |
bytes
|
int |
srcCode
|
double |
timeStamp
|
int |
type
|
| Constructor Summary | |
FilterData(int p_type,
int p_srcCode,
double p_timeStamp,
byte[] p_bytes)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int type
public int srcCode
public double timeStamp
public byte[] bytes
| Constructor Detail |
public FilterData(int p_type,
int p_srcCode,
double p_timeStamp,
byte[] p_bytes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||