org.apache.commons.monitoring.aop
Class MonitoringProxyFactoryTest.FooImpl

java.lang.Object
  extended by org.apache.commons.monitoring.aop.MonitoringProxyFactoryTest.FooImpl
All Implemented Interfaces:
MonitoringProxyFactoryTest.Foo
Enclosing class:
MonitoringProxyFactoryTest

public static class MonitoringProxyFactoryTest.FooImpl
extends Object
implements MonitoringProxyFactoryTest.Foo


Constructor Summary
MonitoringProxyFactoryTest.FooImpl()
           
 
Method Summary
 void haveARest(long ms)
           
 void throwSthg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringProxyFactoryTest.FooImpl

public MonitoringProxyFactoryTest.FooImpl()
Method Detail

haveARest

public void haveARest(long ms)
Specified by:
haveARest in interface MonitoringProxyFactoryTest.Foo

throwSthg

public void throwSthg()
Specified by:
throwSthg in interface MonitoringProxyFactoryTest.Foo


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.