org.ow2.petals.binding.soap.listener.incoming.jetty
Class ServerStats
java.lang.Object
org.ow2.petals.binding.soap.listener.incoming.jetty.ServerStats
public class ServerStats
- extends java.lang.Object
Created on 21 févr. 08
- Since:
- 3.1
- Author:
- Christophe HAMERLING - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerStats
public ServerStats()
newGetRequest
public void newGetRequest()
getGetRequests
public long getGetRequests()
- Returns:
newPostRequest
public void newPostRequest()
getPostRequests
public long getPostRequests()
- Returns:
getStartTime
public long getStartTime()
- Returns:
- the startTime
setStartTime
public void setStartTime(long startTime)
- Parameters:
startTime - the startTime to set
getStopTime
public long getStopTime()
- Returns:
- the stopTime
setStopTime
public void setStopTime(long stopTime)
- Parameters:
stopTime - the stopTime to set
Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.