public class OutgoingBidUpdateEvent extends BidUpdateEvent
| Constructor and Description |
|---|
OutgoingBidUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
BidUpdate bidUpdate)
Constructs an instance of this class.
|
getBidUpdate, getSessionId, toStringgetAgentId, getClusterId, getTimestamppublic OutgoingBidUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
BidUpdate bidUpdate)
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 occurredbidUpdate - The new BidUpdate created by the AgentEndpoint subclass.