org.ow2.petals.binding.soap.listener.incoming.jetty
Class ServerStats

java.lang.Object
  extended by 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

Constructor Summary
ServerStats()
           
 
Method Summary
 long getGetRequests()
           
 long getPostRequests()
           
 long getStartTime()
           
 long getStopTime()
           
 void newGetRequest()
           
 void newPostRequest()
           
 void setStartTime(long startTime)
           
 void setStopTime(long stopTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStats

public ServerStats()
Method Detail

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.