com.plumtree.uiinfrastructure.web
Class PerfCounterConstants

java.lang.Object
  extended by com.plumtree.uiinfrastructure.web.PerfCounterConstants

public class PerfCounterConstants
extends java.lang.Object

Author:
DonH This class contains generic performance constants for use with performance counters. These (and others) are also defined in com.plumtree.server.portalpagesperf.PORTALPAGESPERF_COUNTERS.

Field Summary
static int PORTALPAGESPERF_GATEWAY_PAGES
          This counter tracks the total number of gateway requests.
static int PORTALPAGESPERF_TOTAL_HITS
          This counter tracks the total number of non-gatewayed requests.
 
Constructor Summary
PerfCounterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTALPAGESPERF_GATEWAY_PAGES

public static final int PORTALPAGESPERF_GATEWAY_PAGES
This counter tracks the total number of gateway requests.

See Also:
Constant Field Values

PORTALPAGESPERF_TOTAL_HITS

public static final int PORTALPAGESPERF_TOTAL_HITS
This counter tracks the total number of non-gatewayed requests.

See Also:
Constant Field Values
Constructor Detail

PerfCounterConstants

public PerfCounterConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.