org.apache.commons.proxy.interceptor
Class TestExecutorInterceptor.ExecutedEcho

java.lang.Object
  extended by org.apache.commons.proxy.util.AbstractEcho
      extended by org.apache.commons.proxy.util.EchoImpl
          extended by org.apache.commons.proxy.interceptor.TestExecutorInterceptor.ExecutedEcho
All Implemented Interfaces:
Serializable, DuplicateEcho, Echo
Enclosing class:
TestExecutorInterceptor

public static class TestExecutorInterceptor.ExecutedEcho
extends EchoImpl

See Also:
Serialized Form

Constructor Summary
TestExecutorInterceptor.ExecutedEcho()
           
 
Method Summary
 void echo()
           
 Thread getExecutionThread()
           
 
Methods inherited from class org.apache.commons.proxy.util.EchoImpl
echoBack, echoBack, echoBack, echoBack, illegalArgument, ioException
 
Methods inherited from class org.apache.commons.proxy.util.AbstractEcho
echoBack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.proxy.util.DuplicateEcho
echoBack
 

Constructor Detail

TestExecutorInterceptor.ExecutedEcho

public TestExecutorInterceptor.ExecutedEcho()
Method Detail

echo

public void echo()
Specified by:
echo in interface Echo
Overrides:
echo in class EchoImpl

getExecutionThread

public Thread getExecutionThread()


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.