org.apache.webbeans.sample.ejb
Class EchoBean
java.lang.Object
org.apache.webbeans.sample.ejb.EchoBean
- All Implemented Interfaces:
- Echo
@Dependent
public class EchoBean
- extends Object
- implements Echo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoBean
public EchoBean()
echo
public String echo(String name)
- Specified by:
echo in interface Echo
postConstruct
@PostConstruct
public void postConstruct()
preDestroy
@PreDestroy
public void preDestroy()
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.