org.superbiz.interceptors
Class FullyInterceptedBean

java.lang.Object
  extended by org.superbiz.interceptors.FullyInterceptedSuperClass
      extended by org.superbiz.interceptors.FullyInterceptedBean
All Implemented Interfaces:
FullyIntercepted

public class FullyInterceptedBean
extends FullyInterceptedSuperClass
implements FullyIntercepted

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

Constructor Summary
FullyInterceptedBean()
           
 
Method Summary
protected  Object beanClassBusinessMethodInterceptor(javax.interceptor.InvocationContext ic)
           
 List<String> businessMethod()
           
 List<String> methodWithDefaultInterceptorsExcluded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullyInterceptedBean

public FullyInterceptedBean()
Method Detail

businessMethod

public List<String> businessMethod()
Specified by:
businessMethod in interface FullyIntercepted

methodWithDefaultInterceptorsExcluded

public List<String> methodWithDefaultInterceptorsExcluded()
Specified by:
methodWithDefaultInterceptorsExcluded in interface FullyIntercepted

beanClassBusinessMethodInterceptor

protected Object beanClassBusinessMethodInterceptor(javax.interceptor.InvocationContext ic)
                                             throws Exception
Throws:
Exception


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.