org.jlab.coda.afecs.agent
Class AgentReportingTime

java.lang.Object
  extended by org.jlab.coda.afecs.agent.AgentReportingTime
All Implemented Interfaces:
java.io.Serializable

public class AgentReportingTime
extends java.lang.Object
implements java.io.Serializable

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Feb 3, 2010

See Also:
Serialized Form

Constructor Summary
AgentReportingTime()
           
 
Method Summary
 long getCurrentReportingTime()
           
 long getTimeSinceLastReporting()
           
 void setCurrentReportingTime(long currentReportingTime)
           
 void setTimeSinceLastReporting(long timeSinceLastReporting)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentReportingTime

public AgentReportingTime()
Method Detail

getCurrentReportingTime

public long getCurrentReportingTime()

setCurrentReportingTime

public void setCurrentReportingTime(long currentReportingTime)

getTimeSinceLastReporting

public long getTimeSinceLastReporting()

setTimeSinceLastReporting

public void setTimeSinceLastReporting(long timeSinceLastReporting)