ostore.oil
Class EventCountMsg
java.lang.Object
  |
  +--ostore.oil.EventCountMsg
- All Implemented Interfaces: 
 - QueueElementIF
 
- public class EventCountMsg
- extends Object
- implements QueueElementIF
   
EventCountMsg is an event that tells you how many times a specified
  event has been counted by EventCountStage.
- Version: 
 
  - $Id: EventCountMsg.java,v 1.4 2002/07/22 20:54:53 srhea Exp $
 
- Author: 
 
  - Jeremy Stribling
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
messageCount
public int messageCount
messageClassName
public String messageClassName
EventCountMsg
public EventCountMsg(String className,
                     int count)