public class IncomingBidUpdateEvent extends BidUpdateEvent
| Constructor and Description |
|---|
IncomingBidUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
java.lang.String fromAgentId,
BidUpdate bidUpdate)
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFromAgentId() |
java.lang.String |
toString() |
getBidUpdate, getSessionIdgetAgentId, getClusterId, getTimestamppublic IncomingBidUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
java.lang.String fromAgentId,
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 occurredfromAgentId - The id of the Agent that sent the Bid.bidUpdate - The received BidUpdate.public java.lang.String getFromAgentId()
public java.lang.String toString()
toString in class BidUpdateEvent