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  java.lang.Object beanClassBusinessMethodInterceptor(javax.interceptor.InvocationContext ic)
           
 java.util.List<java.lang.String> businessMethod()
           
 java.util.List<java.lang.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 java.util.List<java.lang.String> businessMethod()
Specified by:
businessMethod in interface FullyIntercepted

methodWithDefaultInterceptorsExcluded

public java.util.List<java.lang.String> methodWithDefaultInterceptorsExcluded()
Specified by:
methodWithDefaultInterceptorsExcluded in interface FullyIntercepted

beanClassBusinessMethodInterceptor

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


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