org.apache.examples.impl
Class TargetServiceImpl

java.lang.Object
  extended by org.apache.examples.impl.TargetServiceImpl
All Implemented Interfaces:
TargetService

public class TargetServiceImpl
extends java.lang.Object
implements TargetService

Implementation of TargetService used to demonstrate the ProxyLoggingInterceptorFactory.

Author:
Howard Lewis Ship

Constructor Summary
TargetServiceImpl()
           
 
Method Summary
 java.util.List buildList(java.lang.String string, int count)
           
 void exceptionThrower()
           
 void voidMethod(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetServiceImpl

public TargetServiceImpl()
Method Detail

voidMethod

public void voidMethod(java.lang.String string)
Specified by:
voidMethod in interface TargetService

buildList

public java.util.List buildList(java.lang.String string,
                                int count)
Specified by:
buildList in interface TargetService

exceptionThrower

public void exceptionThrower()
Specified by:
exceptionThrower in interface TargetService


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.