WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.jsp.tagext.counter
Class Count

java.lang.Object
  |
  +--examples.jsp.tagext.counter.Count

public class Count
extends java.lang.Object

This class synchronizes access to the count hits file.


Constructor Summary
Count()
           
 
Method Summary
static int getCount(java.io.File filestore)
           
static void incCount(java.io.File filestore)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Count

public Count()
Method Detail

getCount

public static int getCount(java.io.File filestore)

incCount

public static void incCount(java.io.File filestore)

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.