org.jboss.cdi.tck.tests.context.session.listener
Class SimpleSessionBean
java.lang.Object
org.jboss.cdi.tck.tests.context.session.listener.SimpleSessionBean
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class SimpleSessionBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSessionBean
public SimpleSessionBean()
getId
public String getId()
destroy
@PreDestroy
public void destroy()
isBeanDestroyed
public static boolean isBeanDestroyed()
setBeanDestroyed
public static void setBeanDestroyed(boolean beanDestroyed)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.