org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class WrappedEnterpriseBean
java.lang.Object
org.jboss.cdi.tck.tests.implementation.enterprise.newBean.WrappedEnterpriseBean
- All Implemented Interfaces:
- Serializable, WrappedEnterpriseBeanLocal
@SessionScoped
@Named(value="John")
public class WrappedEnterpriseBean
- extends Object
- implements WrappedEnterpriseBeanLocal
- See Also:
- Serialized Form
|
Method Summary |
void |
bye()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedEnterpriseBean
public WrappedEnterpriseBean()
bye
public void bye()
- Specified by:
bye in interface WrappedEnterpriseBeanLocal
Copyright © 2008-2013 Seam Framework. All Rights Reserved.