org.jacorb.notification.filter
Class AbstractFilterUsageDecorator

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

public abstract class AbstractFilterUsageDecorator
extends Object

Author:
Alphonse Bendt

Nested Class Summary
protected  class AbstractFilterUsageDecorator.FilterInvocationHandler
           
 
Constructor Summary
AbstractFilterUsageDecorator(Object delegate)
           
 
Method Summary
 Date getCreationDate()
           
 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(Object delegate)
Method Detail

getLastUsage

public Date getLastUsage()

getCreationDate

public Date getCreationDate()

getMatchCount

public long getMatchCount()

getMatchStructuredCount

public long getMatchStructuredCount()

getMatchTypedCount

public long getMatchTypedCount()


Copyright © 2015 JacORB. All rights reserved.