org.jacorb.notification.filter
Class AbstractFilterUsageDecorator

java.lang.Object
  extended byorg.jacorb.notification.filter.AbstractFilterUsageDecorator
Direct Known Subclasses:
FilterUsageDecorator, MappingFilterUsageDecorator

public abstract class AbstractFilterUsageDecorator
extends java.lang.Object

Version:
$Id: AbstractFilterUsageDecorator.java,v 1.2 2005/08/21 13:25:53 alphonse.bendt Exp $
Author:
Alphonse Bendt

Nested Class Summary
protected  class AbstractFilterUsageDecorator.FilterInvocationHandler
           
 
Constructor Summary
AbstractFilterUsageDecorator(java.lang.Object delegate)
           
 
Method Summary
 java.util.Date getCreationDate()
           
 java.util.Date getLastUsage()
           
 long getMatchCount()
           
 long getMatchStructuredCount()
           
 long getMatchTypedCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFilterUsageDecorator

public AbstractFilterUsageDecorator(java.lang.Object delegate)
Method Detail

getLastUsage

public java.util.Date getLastUsage()

getCreationDate

public java.util.Date getCreationDate()

getMatchCount

public long getMatchCount()

getMatchStructuredCount

public long getMatchStructuredCount()

getMatchTypedCount

public long getMatchTypedCount()