A B C D E F G I J L M O P R S T V W X

A

AbsSessionBean - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Simple common methods for a session bean.
AbsSessionBean() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
 
activating(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
@PostActivate method.
addElement(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
Adds ELEMENT to the list.
addElement(List<E>) - Method in interface org.objectweb.easybeans.tests.common.inheritance.ItfAddElement
Adds an element to a list.
addInt(int, int) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Adds two int.
addInt(int, int) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Adds two int.
AddIntegerClass - Class in org.objectweb.easybeans.tests.common.inheritance
Adds an integer with value defined by ELEMENT to a list.
AddIntegerClass() - Constructor for class org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
 
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest00
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest01
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest02
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PackageInterceptor
Intercepts the method and add the ORDER value in the array that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder01Interceptor
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder02Interceptor
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder05Interceptor
Intercepts the method and add the ORDER value in the array that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder06Interceptor
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder07Interceptor
Intercepts the method and add the ORDER value in the list that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor
Intercepts the method and add the ORDER value in the array that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.PrivateInterceptor
Intercepts the method and add ORDER value in the array that was get from InvocationContext.
addOrder(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.ProtectedInterceptor
Intercepts the method and add the ORDER value in the array that was get from InvocationContext.
addValue(InvocationContext, E, String) - Static method in class org.objectweb.easybeans.tests.common.helper.PrintHelper
Intercepts the method and add a value in the list that was get from InvocationContext.
addValues(List<E>, E[]) - Static method in class org.objectweb.easybeans.tests.common.helper.ListHelper
Creates a new list with elements of a list, plus new values.
AllLifecycle01Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.lifecycle
This interceptor contains the four life cycle callbacks interceptors method.
AllLifecycle01Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
 
ArgsConstructorInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This class has only an args constructor to an interceptor.
ArgsConstructorInterceptor(Integer, Integer) - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.ArgsConstructorInterceptor
This constructor has args and interceptors shouldn't have arg constructors.
Assert - Class in org.objectweb.easybeans.tests.common.asserts
It's creates new asserts functions.
Assert() - Constructor for class org.objectweb.easybeans.tests.common.asserts.Assert
 
assertEquals(List, List, String) - Static method in class org.objectweb.easybeans.tests.common.asserts.Assert
Asserts that two lists has the same elements.

B

BaseTaglet - Class in org.objectweb.easybeans.tests.taglets
This is a base taglet to document tests.
BaseTaglet(String) - Constructor for class org.objectweb.easybeans.tests.taglets.BaseTaglet
 
BusinessInterceptorsClassesEnhancer - Class in org.objectweb.easybeans.tests.enhancer.interceptors.business
Checks that interceptor enhancing of classses is ok.
BusinessInterceptorsClassesEnhancer() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsClassesEnhancer
Utility class, no constructor.
BusinessInterceptorsTestCase - Class in org.objectweb.easybeans.tests.enhancer.interceptors.business
Call bean and see if interceptor has not broken methods calls.
BusinessInterceptorsTestCase() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
 

C

calledPostActivate() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
Sets that method marked by @PostActivate has been called.
calledPostConstruct() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
Sets that method marked by @javax.ejb.PostConstruct has been called.
calledPreDestroy() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
Sets that method marked by @javax.ejb.PreDestroy has been called.
calledPrePassivate() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
Sets that method marked by @PrePassivate has been called.
CausesException00Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor throws Custom00Exception.
CausesException00Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.CausesException00Interceptor
 
CausesException01Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor throws Custom01Exception.
CausesException01Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.CausesException01Interceptor
 
checkClass(byte[]) - Static method in class org.objectweb.easybeans.tests.common.enhancer.JCheckClassAdapter
Check a set of bytes.
checkPostbackInterceptors() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Verifies the list status.
checkPostbackInterceptors() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Verifies the list status.
ClassesEnhancer - Class in org.objectweb.easybeans.tests.common.enhancer
Enhance a set of given classes.
ClassesEnhancer() - Constructor for class org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer
Utility class, no constructor.
ClassesEnhancer.TYPE - Enum in org.objectweb.easybeans.tests.common.enhancer
Type available (for adding adapter).
ClassesEnhancer.TYPE() - Constructor for enum org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer.TYPE
 
clBean - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Bean used to implement the test.
clBean - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Bean used to implement the test.
clBean - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Bean used to implement the test.
clBean - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Bean used to implement the test.
counter - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Counter of intercepted methods.
counter - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
Counter used for all callbacks.
counter - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
Counter to be increased by postconstruct and preDestroy.
CustomException00 - Exception in org.objectweb.easybeans.tests.common.exception
Custom exception.
CustomException00(String) - Constructor for exception org.objectweb.easybeans.tests.common.exception.CustomException00
Default constructor.
CustomException01 - Exception in org.objectweb.easybeans.tests.common.exception
Custom exception that extends NullPointerException.
CustomException01(String) - Constructor for exception org.objectweb.easybeans.tests.common.exception.CustomException01
Default constructor.

D

decrement() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
Decrement the counter.
doException(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.TwoAroundInvokeInterceptor
This method causes an illegal state exception.
doException(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.VoidInterceptor
This method causes an exception.
doException2(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.TwoAroundInvokeInterceptor
This method causes an illegal state exception.
doNothing(InvocationContext) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.ItfWithInterceptor
This method does nothing.
doNothing(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalInternalInterceptor
Intercepts the method and do nothing.
doNothing(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBItfWithInterceptor
This method returns null.
doNothing(InvocationContext) - Static method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBStaticInternalInterceptor
Intercepts the method and do nothing.
doNothing(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.FinalMethodInterceptor
This method causes an illegal state exception.
doNothing(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.StaticMethodInterceptor
This method causes an illegal state exception.
doNothing1(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBTwoAroundInvokeError
Intercepts the method and do nothing.
doNothing2(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBTwoAroundInvokeError
Intercepts the method and do nothing.
doOne() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfOneMethodBeanRemote
This method returns an object.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalExternalInterceptor
This method has an inteceptor with void return type.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalInternalInterceptor
This method has an inteceptor with void return type.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBStaticExternalInterceptor
This method has an inteceptor with void return type.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBStaticInternalInterceptor
This method has an inteceptor with void return type.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBTwoAroundInvokeError
Does nothing.
doOne() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBVoidExternalInterceptor
This method has an inteceptor with void return type.

E

EJBHelper - Class in org.objectweb.easybeans.tests.common.helper
This helper is used to do ejb operations.
EJBHelper() - Constructor for class org.objectweb.easybeans.tests.common.helper.EJBHelper
Helper should have a private constructor.
ELEMENT - Static variable in class org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
Element identifier.
EMBEDDED_INTERCEPTOR - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfSimpleBeanRemote
The number that each method will add in the array.
enhance(List<String>, ClassesEnhancer.TYPE) - Static method in class org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer
Enhance the classes simulating a Bean.
enhance() - Static method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsClassesEnhancer
Enhance the classes simulating a Bean.
enhance() - Static method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsClassesEnhancer
Enhance the classes simulating a Bean.
enhancingDone - Static variable in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Enhancing has been done ?
enhancingDone - Static variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Enhancing has been done ?
excludedInterceptorsMethod() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test that no interceptors are called on this method.
excludedInterceptorsMethod() - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test that no interceptors are called on this method.
EXT_CLASS - Static variable in class org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer
Class extension.

F

FALSE_ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder05Interceptor
This value is used to set the super order value, it will be used to test if the override is working.
FinalMethodInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This class has the interceptor method with final modifier.
FinalMethodInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.FinalMethodInterceptor
 

G

getBeanLocalInstance(String) - Static method in class org.objectweb.easybeans.tests.common.helper.EJBHelper
Gets a local instance of a bean.
getBeanRemoteInstance(String) - Static method in class org.objectweb.easybeans.tests.common.helper.EJBHelper
Gets a remote instance of a bean.
getBoolean(boolean) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on boolean.
getBoolean(boolean) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on boolean.
getBooleans(boolean[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on boolean.
getBooleans(boolean[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on boolean.
getByte(byte) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on byte.
getByte(byte) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on byte.
getBytes(byte[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on byte.
getBytes(byte[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on byte.
getChar(char) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on char.
getChar(char) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on char.
getChars(char[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on char.
getChars(char[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on char.
getCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
 
getCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
 
getCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
 
getDouble(double) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on double.
getDouble(double) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on double.
getDoubles(double[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on double.
getDoubles(double[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on double.
getFloat(float) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on float.
getFloat(float) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on float.
getFloats(float[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on float.
getFloats(float[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on float.
getIncrementSingleMethodInterceptedCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
 
getInt() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions
Gets an integer.
getInt() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
Gets an integer.
getInt(int) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on int.
getInt(int) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on int.
getInteger() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.ItfWithInterceptor
Gets an integer.
getInteger() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBItfWithInterceptor
Gets an integer.
getInts(int[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on int.
getInts(int[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on int.
getLong(long) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on long.
getLong(long) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on long.
getLongs(long[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on long.
getLongs(long[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on long.
getName() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Return the name of this custom tag.
getOtherInterceptorCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
 
getPrimitive(boolean, byte, char, double, float, int, long, Object) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on primitive.
getPrimitive(boolean, byte, char, double, float, int, long, Object) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on primitive.
getPrintOrderErrorMsg(List, List, String) - Static method in class org.objectweb.easybeans.tests.common.helper.PrintHelper
Gets the error msg formatted.
getSFSBLifeCycle() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
 
getShort(short) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on short.
getShort(short) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on short.
getShorts(short[]) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test method on short.
getShorts(short[]) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test method on short.
getSLSB2LifeCycle() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
 
getSLSBLifeCycle() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
 

I

inConstructor() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return true.
increment() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
Increment the counter.
increment() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
Increment the counter.
incrementOtherInterceptorCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Increment the value of the counter used by other interceptors.
incrementSingleMethodInterceptedCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Increment the value of the counter used by single method interceptor.
inField() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return false.
inMethod() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return true.
inOverview() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return true.
inPackage() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return true.
intercept(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.LifecycleOneMethod01Interceptor
Simple lifecyle callback interceptor method to the four life cycle callback.
intercepted(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Do some stuff while intercepting methods.
Interceptor - Class in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Acts as an interceptor.
Interceptor() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.Interceptor
 
interceptorMethodTest00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if the interceptors are not executed.
interceptorMethodTest02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if the interceptor is executed.
interceptorMethodTest03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if two interceptors are executed in order.
interceptorMethodTest04() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if many interceptors are executed in order.
interceptorMethodTest05() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if many interceptors are executed in order.
interceptorMethodTest06() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if interceptors are executed in order.
interceptorMethodTest07() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if interceptors are executed in order.
interceptorMethodTest08() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Verifies if interceptors are executed in order.
inType() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return false.
isInlineTag() - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Will return false.
isPostActivateCalled() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
 
isPostConstructCalled() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
 
isPreDestroyCalled() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
 
isprePassivateCalled() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
 
ITF_LOCAL - Static variable in class org.objectweb.easybeans.tests.common.helper.EJBHelper
Constant used to identify a local interface.
ITF_REMOTE - Static variable in class org.objectweb.easybeans.tests.common.helper.EJBHelper
Constant used to identify a remote interface.
ItfAddElement<E> - Interface in org.objectweb.easybeans.tests.common.inheritance
Simple interface to add values.
ItfClassInterceptorTestRemote<T> - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test if the container call the class interceptors in order.
ItfExceptions - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless
Interface used to test exceptions.
ItfMethodInterceptorTestRemote<T> - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test if the container call the method interceptors in order.
ItfOneMethodBeanRemote - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless
This class is used to test beans with wrong specification.
ItfSimpleBeanRemote<T> - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test methods with interceptors declarations inside the bean class.
ItfWithInterceptor - Interface in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
Interface with an interceptor.

J

JCheckClassAdapter - Class in org.objectweb.easybeans.tests.common.enhancer
Checks a class.
JCheckClassAdapter(ClassVisitor) - Constructor for class org.objectweb.easybeans.tests.common.enhancer.JCheckClassAdapter
Constructs a new JCheckClassAdapter.

L

LifeCycleInterceptorsClassesEnhancer - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle
Checks that interceptor enhancing of classses is ok.
LifeCycleInterceptorsClassesEnhancer() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsClassesEnhancer
Utility class, no constructor.
LifeCycleInterceptorsTestCase - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle
Call bean and see if callbacks are working.
LifeCycleInterceptorsTestCase() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
 
LifecycleOneMethod01Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.lifecycle
This interceptor contains the four lifecycle callbacks interceptors method.
LifecycleOneMethod01Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.lifecycle.LifecycleOneMethod01Interceptor
 
ListHelper - Class in org.objectweb.easybeans.tests.common.helper
This helper is used to do list modifications.
ListHelper() - Constructor for class org.objectweb.easybeans.tests.common.helper.ListHelper
Helper should have a private constructor.
loadClass(String, byte[]) - Static method in class org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer
Loads/defines a class in the current class loader.
logger - Variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor
Log helper.
logger - Variable in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
Log helper.
logger - Variable in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.LifecycleOneMethod01Interceptor
Log helper.
lstPostconstruct - Variable in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
List used to test postconstruct callback.

M

methodNotInAllInterface() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
-----------------------------------------.
methodNotInAllInterface() - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalBisItf
business interface which is not in the extended interface.
mtBean - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Bean used to implement the test.
mtBean00 - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
Bean used to implement the test.
mtBean00 - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Bean used to implement the test.
mtBean01 - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
Bean used to implement the test.
mtBean01 - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Bean used to implement the test.
mtBean02 - Variable in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Bean used to implement the test.
MyLifeCycleInterceptorStateful - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Defines some callback methods for a stateful bean.
MyLifeCycleInterceptorStateful() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
 
MyLifeCycleInterceptorStateless - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Defines some callback methods.
MyLifeCycleInterceptorStateless() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateless
 

O

onePreDestroyMethod(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateless
@javax.ejb.PreDestroy method.
onlySingleMethod(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.SingleMethodInterceptor
Test that the interceptor is only called on a stateless bean and on singleMethodIntercepted method.
ORDER - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
The number that each method will add in the array.
ORDER - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
The number that each method will add in the array.
ORDER - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfSimpleBeanRemote
The number that each method will add in the array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PackageInterceptor
Constant to add into list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder01Interceptor
Constant to add into list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder02Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder03Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder04Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder05Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder06Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder07Interceptor
Constant to add into array.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder08Interceptor
Constant to add into list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder09Interceptor
Constant to add into list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder10Interceptor
Constant to add into list.
order - Variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor
Value to add into a list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.PrivateInterceptor
Constant to add into list.
ORDER - Static variable in class org.objectweb.easybeans.tests.common.interceptors.business.ProtectedInterceptor
Constant to add into list.
org.objectweb.easybeans.tests.common.asserts - package org.objectweb.easybeans.tests.common.asserts
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.ejbs.stateless - package org.objectweb.easybeans.tests.common.ejbs.stateless
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification - package org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This package contains beans that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.
org.objectweb.easybeans.tests.common.enhancer - package org.objectweb.easybeans.tests.common.enhancer
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.exception - package org.objectweb.easybeans.tests.common.exception
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.helper - package org.objectweb.easybeans.tests.common.helper
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.inheritance - package org.objectweb.easybeans.tests.common.inheritance
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.interceptors.business - package org.objectweb.easybeans.tests.common.interceptors.business
EJB 3.0 tests.
org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification - package org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This package contains interceptors that there are NOT in agreement with the JSR 220 - EJB 3.0 Spec.
org.objectweb.easybeans.tests.common.interceptors.lifecycle - package org.objectweb.easybeans.tests.common.interceptors.lifecycle
EJB 3.0 tests.
org.objectweb.easybeans.tests.enhancer.interceptors.business - package org.objectweb.easybeans.tests.enhancer.interceptors.business
EJB 3.0 tests.
org.objectweb.easybeans.tests.enhancer.interceptors.business.bean - package org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
EJB 3.0 tests.
org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle - package org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle
EJB 3.0 tests.
org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean - package org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
EJB 3.0 tests.
org.objectweb.easybeans.tests.interceptors.business - package org.objectweb.easybeans.tests.interceptors.business
EJB 3.0 tests.
org.objectweb.easybeans.tests.taglets - package org.objectweb.easybeans.tests.taglets
Custom taglets used to document the test source codes.
otherInterceptorCounter - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Counter of intercepted methods by an external interceptor.
outsideIntercepted(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.Interceptor
 

P

PackageInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This class contains an interceptor with protected modifier.
PackageInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PackageInterceptor
 
postActivate(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
Simple lifecyle callback interceptor method to PostActivate.
postActivateCalled - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
PostActivate method has been called ?
postConstMethod(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateless
@javax.ejb.PostConstruct method.
postConstruct() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Creates a list that will be used.
postConstruct(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
Simple lifecyle callback interceptor method to PostConstruct.
postConstructCalled - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
postConstruct method has been called ?
preDestroy(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
Simple lifecyle callback interceptor method to PreDestroy.
preDestroyCalled - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
preDestroy method has been called ?
prePassivate(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
Simple lifecyle callback interceptor method to PrePassivate.
prePassivateCalled - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
PrePassivate method has been called ?
PrintHelper - Class in org.objectweb.easybeans.tests.common.helper
This helper is used to do operation with InvocationContext and interceptors.
PrintHelper() - Constructor for class org.objectweb.easybeans.tests.common.helper.PrintHelper
Helper should have a private constructor.
PrintOrder01Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor without inheritance is used to test the execution order of interceptors.
PrintOrder01Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder01Interceptor
 
PrintOrder02Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder02Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder02Interceptor
 
PrintOrder03Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the execution order of interceptors.
PrintOrder03Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder03Interceptor
Constructor standard.
PrintOrder04Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder04Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder04Interceptor
Constructor standard.
PrintOrder05Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder05Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder05Interceptor
Constructor standard.
PrintOrder06Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor without inheritance is used to test the order execution of interceptors.
PrintOrder06Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder06Interceptor
 
PrintOrder07Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder07Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder07Interceptor
 
PrintOrder08Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder08Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder08Interceptor
Constructor standard.
PrintOrder09Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder09Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder09Interceptor
Constructor standard.
PrintOrder10Interceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This interceptor is used to test the order execution of interceptors.
PrintOrder10Interceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder10Interceptor
Constructor standard.
PrintOrderInterceptor<E> - Class in org.objectweb.easybeans.tests.common.interceptors.business
This generic interceptor is used to test the execution of interceptors.
PrintOrderInterceptor(E) - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor
Construct that receives the order value.
PrivateInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This class contains an interceptor with private modifier.
PrivateInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.PrivateInterceptor
 
ProtectedInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business
This class contains an interceptor with protected modifier.
ProtectedInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.ProtectedInterceptor
 

R

register(Map) - Static method in class org.objectweb.easybeans.tests.taglets.TagInput
Register this Taglet.
register(Map) - Static method in class org.objectweb.easybeans.tests.taglets.TagOutput
Register this Taglet.
register(Map) - Static method in class org.objectweb.easybeans.tests.taglets.TagReference
Register this Taglet.
register(Map) - Static method in class org.objectweb.easybeans.tests.taglets.TagRequirement
Register this Taglet.
register(Map) - Static method in class org.objectweb.easybeans.tests.taglets.TagSetup
Register this Taglet.

S

serialVersionUID - Static variable in exception org.objectweb.easybeans.tests.common.exception.CustomException00
Serial ID.
serialVersionUID - Static variable in exception org.objectweb.easybeans.tests.common.exception.CustomException01
Serial ID.
serialVersionUID - Static variable in exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException
For serialization, defines an UID.
serialVersionUID - Static variable in exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException2
For serialization, defines an UID.
SessionBeanItf - Interface in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Local interface.
setUp() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Setup for test case.
setUp() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Setup for test case.
singleMethodIntercepted() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Test interceptor which is applied only on a single method.
singleMethodIntercepted() - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Test interceptor which is applied only on a single method.
singleMethodInterceptedCounter - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Counter of intercepted calls on singleMethodIntercepted.
SingleMethodInterceptor - Class in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Simple interceptor class which should be launched only on single method.
SingleMethodInterceptor() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.SingleMethodInterceptor
 
SLSBClassInterceptorTest00 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBClassInterceptorTest00() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
 
SLSBClassInterceptorTest01 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBClassInterceptorTest01() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
 
SLSBClassInterceptorTest02 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBClassInterceptorTest02() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
 
SLSBFinalExternalInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has an interceptor with final method modifier.
SLSBFinalExternalInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalExternalInterceptor
 
SLSBFinalInternalInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has an internal interceptor with static method modifier.
SLSBFinalInternalInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalInternalInterceptor
 
SLSBInheritance00 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean test the inheritance from another class.
SLSBInheritance00() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInheritance00
 
SLSBInheritance01 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean test the inheritance from another class.
SLSBInheritance01() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInheritance01
 
SLSBInterceptorExceptions00 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean is used to test interceptors exceptions.
SLSBInterceptorExceptions00() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
 
SLSBItfWithInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean implements an interface with interceptor.
SLSBItfWithInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBItfWithInterceptor
 
SLSBMethodInterceptorTest - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
Implements a bean that all methods apend an Integer with value 0.
SLSBMethodInterceptorTest() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
 
SLSBSimpleInterceptorTest00 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest00() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest00
 
SLSBSimpleInterceptorTest01 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest01() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest01
 
SLSBSimpleInterceptorTest02 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest02() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest02
 
SLSBSimpleInterceptorTest03 - Class in org.objectweb.easybeans.tests.common.ejbs.stateless
 
SLSBSimpleInterceptorTest03() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest03
 
SLSBStaticExternalInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has an interceptor with static method modifier.
SLSBStaticExternalInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBStaticExternalInterceptor
 
SLSBStaticInternalInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has an internal interceptor with static method modifier.
SLSBStaticInternalInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBStaticInternalInterceptor
 
SLSBTwoAroundInvokeError - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has two annotations(AroundInvoke).
SLSBTwoAroundInvokeError() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBTwoAroundInvokeError
 
SLSBVoidExternalInterceptor - Class in org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
This bean has an interceptor with void return type.
SLSBVoidExternalInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBVoidExternalInterceptor
 
someCustomizedExceptions() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Throws a user defined exception.
someCustomizedExceptions() - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Throws a user defined exception.
someCustomizedExceptions2(int) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Throws user defined exceptions.
someCustomizedExceptions2(int) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Throws user defined exceptions.
someCustomizedExceptions3(int) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Throws user defined exceptions.
someCustomizedExceptions3(int) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Throws user defined exceptions.
START_INT - Static variable in class org.objectweb.easybeans.tests.common.enhancer.JCheckClassAdapter
Start of int (debug traces).
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
Creates a bean to be used in the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Creates the bean used to do the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Creates a bean to be used in the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Creates a bean to be used in the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Creates a bean to be used in the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
Creates a bean to be used in the tests.
startUp() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Creates beans to be used in the tests.
StatefulBean - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Simple class for testing callbacks.
StatefulBean() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatefulBean
 
statefulBean - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Bean (stateful) tested.
StatelessBean - Class in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Simple class for testing interceptors.
StatelessBean() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
 
statelessBean - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Bean tested.
StatelessBean - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Simple class for testing callbacks.
StatelessBean() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
 
statelessBean - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Bean (stateless) tested.
StatelessBean2 - Class in org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Simple class for testing lifecycle events.
StatelessBean2() - Constructor for class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean2
 
statelessBean2 - Variable in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Bean (stateless2) tested.
StatelessLocalBisItf - Interface in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Local interface.
StatelessLocalItf - Interface in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Local interface.
StatelessRemoteItf - Interface in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Remote interface.
StaticMethodInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This class has the interceptor method with static modifier.
StaticMethodInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.StaticMethodInterceptor
 
strName - Variable in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Tag literal.

T

TagInput - Class in org.objectweb.easybeans.tests.taglets
Creates a customized tag.
TagInput() - Constructor for class org.objectweb.easybeans.tests.taglets.TagInput
Default constructor.
TagOutput - Class in org.objectweb.easybeans.tests.taglets
Creates a customized tag.
TagOutput() - Constructor for class org.objectweb.easybeans.tests.taglets.TagOutput
Default constructor.
TagReference - Class in org.objectweb.easybeans.tests.taglets
Creates a customized tag.
TagReference() - Constructor for class org.objectweb.easybeans.tests.taglets.TagReference
Default constructor.
TagRequirement - Class in org.objectweb.easybeans.tests.taglets
Creates a customized tag.
TagRequirement() - Constructor for class org.objectweb.easybeans.tests.taglets.TagRequirement
Default constructor.
TagSetup - Class in org.objectweb.easybeans.tests.taglets
Creates a customized tag.
TagSetup() - Constructor for class org.objectweb.easybeans.tests.taglets.TagSetup
Default constructor.
test00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
Verifies if the bean business method is running correctly.
test01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
Verifies if the bean business method is running correctly.
TestBeanInheritance00 - Class in org.objectweb.easybeans.tests.interceptors.business
Verifies if the bean inheritance is following the JSR220 spec.
TestBeanInheritance00() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestBeanInheritance00
 
testBoolean() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the boolean.
testByte() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the bytes.
testChar() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the chars.
testClassInterCallOrder00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptors are not executed.
testClassInterCallOrder00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptors are not executed.
testClassInterCallOrder00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptors are not executed.
testClassInterCallOrder01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the default interceptors are not executed.
testClassInterCallOrder01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptors are not executed.
testClassInterCallOrder01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptors are not executed.
testClassInterCallOrder02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder04() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder04() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder04() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor.
testClassInterCallOrder05() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
testClassInterCallOrder05() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
testClassInterCallOrder05() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
testClassInterCallOrder06() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
testClassInterCallOrder06() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
testClassInterCallOrder06() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order.
TestClassInterceptor00 - Class in org.objectweb.easybeans.tests.interceptors.business
Verifies if the order to execute the class and method interceptors is correct.
TestClassInterceptor00() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor00
 
TestClassInterceptor01 - Class in org.objectweb.easybeans.tests.interceptors.business
Verifies if the order to execute the class and method interceptors is correct.
TestClassInterceptor01() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
 
TestClassInterceptor02 - Class in org.objectweb.easybeans.tests.interceptors.business
Verifies if the order to execute the class and method interceptors is correct.
TestClassInterceptor02() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor02
 
testCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that aroundInvoke in the bean has increased a counter.
testDouble() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the double.
TestException - Exception in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Exception of the EJB.
TestException() - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException
Constructs a new runtime exception with null as its detail message.
TestException(String) - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException
Constructs a new runtime exception with the specified detail message.
TestException(String, Throwable) - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException
Constructs a new runtime exception with the specified detail message and cause.
testException00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Verifies if the interceptor can throw a customized exception.
testException01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Verifies if the interceptor can throw a customized exception.
testException02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Verifies if the interceptor can throw a customized exception.
testException03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
Verifies if the interceptor can throw a customized exception.
TestException2 - Exception in org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Exception of the EJB.
TestException2() - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException2
Constructs a new runtime exception with null as its detail message.
TestException2(String) - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException2
Constructs a new runtime exception with the specified detail message.
TestException2(String, Throwable) - Constructor for exception org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.TestException2
Constructs a new runtime exception with the specified detail message and cause.
TestExceptions00 - Class in org.objectweb.easybeans.tests.interceptors.business
/** Verifies if the interceptors and exceptions are working well.
TestExceptions00() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestExceptions00
 
testExcludedInterceptorsMethod() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that no interceptors are called on this method.
testFloat() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the float.
testingPrePassivate(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
@PrePassivate method.
testInt() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the int.
testInterceptorThrowException() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that interceptor throw an exception.
testLong() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the long.
TestMethodInterceptor - Class in org.objectweb.easybeans.tests.interceptors.business
Verifies if the order to execute the method interceptors is correct.
TestMethodInterceptor() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
 
testMiscInheritanceInterCallOrder00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
testMiscInheritanceInterCallOrder01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
testMiscInheritanceInterCallOrder02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
testMiscInterCallOrder00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
TestMiscInterceptor00 - Class in org.objectweb.easybeans.tests.interceptors.business
Verify if the order to execute the method and callbacks interceptors is correct, also verify the interceptors inheritance.
TestMiscInterceptor00() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
 
testMiscPrivateInterCallOrder02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
testMiscPublicInterCallOrder01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
Verifies if the interceptors are following the order of declaration.
testMix() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Mix of primitive / object.
testMultipleException3() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test user defined exceptions and exceptions.
testOtherClassInterceptorCounter() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that interceptor has increased a counter.
testShort() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Tests the short.
testSingleMethodIntercepted() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that the interceptor is only called on a stateless bean and on singleMethodIntercepted method.
testStatefulBeanCallbacks() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the stateful bean callbacks.
testStatefulPostActivate() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the PostActivate on stateful bean.
testStatefulPostConstruct() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the postConstruct on stateful bean.
testStatefulPreDestroy() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the preDestroy on stateful bean.
testStatefulPrePassivate() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the prePassivate on stateful bean.
testStateless2PostConstruct() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the postConstruct on stateless bean.
testStateless2PreDestroy() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the preDestroy on stateless bean.
testStatelessBeanCallbacks() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the stateless bean callbacks.
testStatelessPostConstruct() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the postConstruct on stateless bean.
testStatelessPreDestroy() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.LifeCycleInterceptorsTestCase
Test the preDestroy on stateless bean.
testUserDefinedException() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test a user defined exception.
testUserDefinedException2() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test a user defined exception.
testValueDoubledByInterceptor() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.BusinessInterceptorsTestCase
Test that value is increased by interceptor.
testWrongSpec00() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
This test should cause an enhancer exception.
testWrongSpec01() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
Verifies if an interceptor class with args doesn't compile.
testWrongSpec02() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
This test should cause an enhancer exception.
testWrongSpec03() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
This test should cause an enhancer exception.
testWrongSpec04() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
Verifies if an interceptor class with a static method modifier compile.
testWrongSpec05() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
Verifies if an interceptor class with a final method modifier compile.
testWrongSpec06() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
This method should cause an exception.
testWrongSpec07() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
Verifies if a bean class with a static interceptor method compiles.
testWrongSpec08() - Method in class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
Verifies if a bean class with a final interceptor method compiles.
TestWrongSpecification - Class in org.objectweb.easybeans.tests.interceptors.business
This tests verifies business interceptors that were developed without following the JSR220 spec.
TestWrongSpecification() - Constructor for class org.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
 
theGreatDestroyMethod(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
@javax.ejb.PreDestroy method.
throwException(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.CausesException00Interceptor
Intercepts the method and throws an exception.
throwException(InvocationContext) - Method in class org.objectweb.easybeans.tests.common.interceptors.business.CausesException01Interceptor
Intercepts the method and throws an exception.
throwExceptionByInterceptor() - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Method do nothing but the interceptor will throw an exception.
throwExceptionByInterceptor() - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Method do nothing but the interceptor will throw an exception.
throwsOneException00() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions
Gets an integer.
throwsOneException00() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
This method should throw CustomException00 exception, because the interceptor used always throws this exception.
throwsOneException01() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions
Gets an integer.
throwsOneException01() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
This method should throw CustomException01 exception, because the interceptor used always throws this exception.
throwsTwoExceptions() - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions
Gets an integer.
throwsTwoExceptions() - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
This method should throw CustomException01 or CustomException02 exceptions, because the interceptor used always throws these exceptions.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Given the Tag representation of this custom tag,return its string representation.
toString(Tag[]) - Method in class org.objectweb.easybeans.tests.taglets.BaseTaglet
Given an array of Tags representing this custom tag, return its string representation.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.TagInput
Given the Tag representation of this custom tag,return its string representation.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.TagOutput
Given the Tag representation of this custom tag,return its string representation.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.TagReference
Given the Tag representation of this custom tag,return its string representation.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.TagRequirement
Given the Tag representation of this custom tag,return its string representation.
toString(Tag) - Method in class org.objectweb.easybeans.tests.taglets.TagSetup
Given the Tag representation of this custom tag,return its string representation.
TwoAroundInvokeInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This class has two annotations(AroundInvoke).
TwoAroundInvokeInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.TwoAroundInvokeInterceptor
 

V

VALUE - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions
Constant value.
VALUE - Static variable in interface org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.ItfWithInterceptor
Constant value.
valueDoubledByInterceptor(int) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessBean
Change the return value by the interceptor.
valueDoubledByInterceptor(int) - Method in interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
Change the return value by the interceptor.
valueOf(String) - Static method in enum org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer.TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.objectweb.easybeans.tests.common.enhancer.ClassesEnhancer.TYPE
Returns an array containing the constants of this enum type, in the order they're declared.
VoidInterceptor - Class in org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
This class has an interceptor method that return void.
VoidInterceptor() - Constructor for class org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.VoidInterceptor
 

W

withExcludeClassDefInterAndFourMethodInter(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withExcludeClassDefInterAndFourMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withExcludeClassDefInterAndFourMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withExcludeClassDefInterAndFourMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withExcludeClassInterAndOneMethodInter(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withExcludeClassInterAndOneMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withExcludeClassInterAndOneMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withExcludeClassInterAndOneMethodInter(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withExcludeClassInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withExcludeClassInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withExcludeClassInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withExcludeClassInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withExcludeDefaultInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withExcludeDefaultInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withExcludeDefaultInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withExcludeDefaultInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withFiveMethodInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Apends an element in the par.
withFiveMethodInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withFiveMethodInterceptorsInverse(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withFiveMethodInterceptorsInverse(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfSimpleBeanRemote
Appends an element in the par.
withInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest00
Appends an Integer with the value 0 in the par.
withInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest01
Appends an Integer with the value 0 in the par.
withInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest02
Appends an Integer with the value 0 in the par.
withInterceptorsInheritance(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfSimpleBeanRemote
Appends an element in the par.
withInterceptorsInheritance(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest00
Appends an Integer with the value 0 in the par.
withInterceptorsInheritance(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest01
Appends an Integer with the value 0 in the par.
withInterceptorsInheritance(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBSimpleInterceptorTest02
Appends an Integer with the value 0 in the par.
withOneMethodInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withOneMethodInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withOneMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withOneMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withOneMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withOneMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withoutInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withoutInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withoutMethodInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withoutMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withoutMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withoutMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withPrivateInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withPrivateInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withPrivateProtectedPublicInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withPrivateProtectedPublicInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withProtectedInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withProtectedInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.
withThreeMethodInterceptor(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote
Appends a integer in the par with the value 0.
withThreeMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest00
Appends an Integer with the value 0 in the par.
withThreeMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest01
Appends an Integer with the value 0 in the par.
withThreeMethodInterceptor(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBClassInterceptorTest02
Appends an Integer with the value 0 in the par.
withTwoMethodInterceptors(List<T>) - Method in interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote
Appends an element in the par.
withTwoMethodInterceptors(List<Integer>) - Method in class org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
Appends an Integer with the value 0 in the par.

X

xxPostxxxConstruct(InvocationContext) - Method in class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
@javax.ejb.PostConstruct method.

A B C D E F G I J L M O P R S T V W X