isc.sensor
Class PacketSumBean

java.lang.Object
  extended by isc.sensor.PacketSumBean
Direct Known Subclasses:
TCPSumBean, UDPSumBean

public class PacketSumBean
extends java.lang.Object

PacketSumBean is the base class for summary packet beans. These beans are held in a session context SessionBean.

Author:
John Casey
Project: DNA_sensor - Aug 12, 2005

Field Summary
 boolean empty
          not initialized flag
 IPSumBean ipsbean
          The processed IP packet summary
 java.lang.StringBuffer sKey
          The key for the session/flow
 
Constructor Summary
PacketSumBean()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sKey

public java.lang.StringBuffer sKey
The key for the session/flow


ipsbean

public IPSumBean ipsbean
The processed IP packet summary


empty

public boolean empty
not initialized flag

Constructor Detail

PacketSumBean

public PacketSumBean()