|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.examples.migrationejb21.EJB2And3Bean
public class EJB2And3Bean
Simple stateless bean with EJB 2.1 view.
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 |
---|
public EJB2And3Bean()
Method Detail |
---|
public void hello()
hello
in interface EJB3RemoteBusinessInterface
public void hello21Remote()
public void hello21Local()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |