org.jacorb.notification.filter
Class FilterUsageDecorator

java.lang.Object
  extended byorg.jacorb.notification.filter.AbstractFilterUsageDecorator
      extended byorg.jacorb.notification.filter.FilterUsageDecorator

public class FilterUsageDecorator
extends AbstractFilterUsageDecorator

Version:
$Id: FilterUsageDecorator.java,v 1.1 2005/03/31 20:15:36 alphonse.bendt Exp $
Author:
Alphonse Bendt

Nested Class Summary
 
Nested classes inherited from class org.jacorb.notification.filter.AbstractFilterUsageDecorator
AbstractFilterUsageDecorator.FilterInvocationHandler
 
Constructor Summary
FilterUsageDecorator(FilterOperations delegate)
           
 
Method Summary
 FilterOperations getFilterOperations()
           
 
Methods inherited from class org.jacorb.notification.filter.AbstractFilterUsageDecorator
getCreationDate, getLastUsage, getMatchCount, getMatchStructuredCount, getMatchTypedCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterUsageDecorator

public FilterUsageDecorator(FilterOperations delegate)
Method Detail

getFilterOperations

public FilterOperations getFilterOperations()