sidnet.stack.users.SenSys08.routing
Class AggregationBean

java.lang.Object
  extended by sidnet.stack.users.SenSys08.routing.AggregationBean
All Implemented Interfaces:
JistAPI.Timeless

public class AggregationBean
extends java.lang.Object
implements JistAPI.Timeless


Field Summary
 int aggregationType
           
 double aggregationValue
           
 int epochNumber
           
 int producerNodeId
           
 int queryId
           
 int sensingCount
           
 NetAddress src
           
 
Constructor Summary
AggregationBean(int queryId, int epochNumber, int producerNodeId, double aggregationValue, NetAddress src, int aggregationType)
           
 
Method Summary
 AggregationBean getCopyOf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryId

public int queryId

epochNumber

public int epochNumber

aggregationValue

public double aggregationValue

sensingCount

public int sensingCount

producerNodeId

public int producerNodeId

src

public NetAddress src

aggregationType

public int aggregationType
Constructor Detail

AggregationBean

public AggregationBean(int queryId,
                       int epochNumber,
                       int producerNodeId,
                       double aggregationValue,
                       NetAddress src,
                       int aggregationType)
Method Detail

getCopyOf

public AggregationBean getCopyOf()