org.apache.commons.monitoring.store
Class GaugeValuesRequest

java.lang.Object
  extended by org.apache.commons.monitoring.store.GaugeValuesRequest

public class GaugeValuesRequest
extends Object

Author:
Olivier Lamy

Constructor Summary
GaugeValuesRequest()
           
GaugeValuesRequest(long start, long end, Role role)
           
 
Method Summary
 long getEnd()
           
 Role getRole()
           
 long getStart()
           
 void setEnd(long end)
           
 void setRole(Role role)
           
 void setStart(long start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeValuesRequest

public GaugeValuesRequest()

GaugeValuesRequest

public GaugeValuesRequest(long start,
                          long end,
                          Role role)
Method Detail

getStart

public long getStart()

setStart

public void setStart(long start)

getEnd

public long getEnd()

setEnd

public void setEnd(long end)

getRole

public Role getRole()

setRole

public void setRole(Role role)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.