org.ow2.easybeans.examples.migrationejb21
Class EJB2And3Bean

java.lang.Object
  extended by org.ow2.easybeans.examples.migrationejb21.EJB2And3Bean
All Implemented Interfaces:
EJB3RemoteBusinessInterface

public class EJB2And3Bean
extends java.lang.Object
implements EJB3RemoteBusinessInterface

Simple stateless bean with EJB 2.1 view.

Author:
Florent Benoit

Constructor Summary
EJB2And3Bean()
           
 
Method Summary
 void hello()
          Hello world (of the EJB3 business interface).
 void hello21Local()
          Hello World (of EJB 2.1 Local interface).
 void hello21Remote()
          Hello World (of EJB 2.1 Remote interface).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJB2And3Bean

public EJB2And3Bean()
Method Detail

hello

public void hello()
Hello world (of the EJB3 business interface).

Specified by:
hello in interface EJB3RemoteBusinessInterface

hello21Remote

public void hello21Remote()
Hello World (of EJB 2.1 Remote interface).


hello21Local

public void hello21Local()
Hello World (of EJB 2.1 Local interface).



Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.