org.objectweb.easybeans.tests.common.ejbs.stateless
Class SLSBInheritance01

java.lang.Object
  extended by org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
      extended by org.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInheritance01
All Implemented Interfaces:
ItfAddElement<java.lang.Integer>

public class SLSBInheritance01
extends AddIntegerClass

This bean test the inheritance from another class. It has a \@Local.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
 
Fields inherited from class org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
ELEMENT
 
Constructor Summary
SLSBInheritance01()
           
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.tests.common.inheritance.AddIntegerClass
addElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLSBInheritance01

public SLSBInheritance01()