org.jacorb.notification.filter
Class AbstractFilterUsageDecorator.FilterInvocationHandler

java.lang.Object
  extended by org.jacorb.notification.filter.AbstractFilterUsageDecorator.FilterInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
AbstractFilterUsageDecorator

protected class AbstractFilterUsageDecorator.FilterInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
AbstractFilterUsageDecorator.FilterInvocationHandler(Object delegate)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFilterUsageDecorator.FilterInvocationHandler

public AbstractFilterUsageDecorator.FilterInvocationHandler(Object delegate)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2015 JacORB. All rights reserved.