org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class WrappedEnterpriseBean

java.lang.Object
  extended by 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

Constructor Summary
WrappedEnterpriseBean()
           
 
Method Summary
 void bye()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedEnterpriseBean

public WrappedEnterpriseBean()
Method Detail

bye

public void bye()
Specified by:
bye in interface WrappedEnterpriseBeanLocal


Copyright © 2008-2013 Seam Framework. All Rights Reserved.