public abstract class BidUpdateEvent extends AgentEvent
| Constructor and Description |
|---|
BidUpdateEvent(java.lang.String clusterId,
java.lang.String agentId,
java.lang.String sessionId,
java.util.Date timestamp,
BidUpdate bidUpdate)
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
BidUpdate |
getBidUpdate() |
java.lang.String |
getSessionId() |
java.lang.String |
toString() |
getAgentId, getClusterId, getTimestamppublic BidUpdateEvent(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.public BidUpdate getBidUpdate()
public java.lang.String getSessionId()
public java.lang.String toString()
toString in class AgentEvent