public interface TimeMeasurable
Modifier and Type | Method and Description |
---|---|
long |
getProcessingDuration()
Returns the time (in millis) it has taken to process the agent on server side.
|
long |
getReceivedTime()
Tells when the agent was received by the client
|
long |
getSentTime()
Tells when the agent was sent by the client
|
long |
getTotalDuration()
Returns the time (in millis) it has taken from sending to finishing postprocessing of the agent.
|
long |
getTransferDuration()
Returns the time (in millis) it has taken from sending to receiving the agent.
|
void |
setReceivedTime(long millis)
Is called by the client when the agent is received
|
void |
setSentTime(long millis)
Is called by the client when the agent is sent
|
void setSentTime(long millis)
void setReceivedTime(long millis)
long getSentTime()
long getReceivedTime()
long getProcessingDuration()
long getTransferDuration()
long getTotalDuration()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.