org.apache.webbeans.sample.ejb
Class EchoBean

java.lang.Object
  extended by org.apache.webbeans.sample.ejb.EchoBean
All Implemented Interfaces:
Echo

@Dependent
public class EchoBean
extends Object
implements Echo


Constructor Summary
EchoBean()
           
 
Method Summary
 String echo(String name)
           
 void postConstruct()
           
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoBean

public EchoBean()
Method Detail

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.