public class OutgoingPriceUpdateEvent extends PriceUpdateEvent
| Constructor and Description |
|---|
OutgoingPriceUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
PriceUpdate priceUpdate)
Constructs an instance of this class.
|
getPriceUpdate, getSessionId, toStringgetAgentId, getClusterId, getTimestamppublic OutgoingPriceUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
PriceUpdate priceUpdate)
clusterId - The id of the cluster the AgentEndpoint subclass sending the UpdateEvent is running in.agentId - The id of the AgentEndpoint subclass sending the UpdateEvent.sessionId - The id of the Session of the AgentEndpoint subclass sending the UpdateEventtimestamp - The time at which this event occurredpriceUpdate - The new PriceUpdate created by the AgentEndpoint subclass.