org.skyscreamer.nevado.jms.performance
Class PerformancePayload

java.lang.Object
  extended by org.skyscreamer.nevado.jms.performance.PerformancePayload
All Implemented Interfaces:
Serializable

public class PerformancePayload
extends Object
implements Serializable

A payload for the performance service

Author:
Carter Page
See Also:
Serialized Form

Constructor Summary
PerformancePayload(int id, int payloadSize)
           
 
Method Summary
 boolean equals(Object o)
           
 int getId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformancePayload

public PerformancePayload(int id,
                          int payloadSize)
Method Detail

getId

public int getId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.