org.jwarp.service.web
Class WebStatus

java.lang.Object
  |
  +--org.jwarp.service.web.WebStatus

public class WebStatus
extends java.lang.Object


Field Summary
 long exceptionCount
           
 long requestCount
           
 int serviceCount
           
 int sessionCount
           
 long userCount
           
 
Constructor Summary
WebStatus()
           
WebStatus(int serviceCount, int sessionCount, long requestCount, long exceptionCount, long userCount)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceCount

public int serviceCount

sessionCount

public int sessionCount

requestCount

public long requestCount

exceptionCount

public long exceptionCount

userCount

public long userCount
Constructor Detail

WebStatus

public WebStatus()

WebStatus

public WebStatus(int serviceCount,
                 int sessionCount,
                 long requestCount,
                 long exceptionCount,
                 long userCount)

©   O R C A   S y s t e m s