org.jboss.cdi.tck.tests.context.session
Class SimpleSessionBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.session.SimpleSessionBean
All Implemented Interfaces:
Serializable

@SessionScoped
public class SimpleSessionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleSessionBean()
           
 
Method Summary
 void destroyBean()
           
 long getTimestamp()
           
static boolean isBeanDestroyed()
           
static void setBeanDestroyed(boolean beanDestroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSessionBean

public SimpleSessionBean()
Method Detail

getTimestamp

public long getTimestamp()

destroyBean

@PreDestroy
public void destroyBean()

isBeanDestroyed

public static boolean isBeanDestroyed()

setBeanDestroyed

public static void setBeanDestroyed(boolean beanDestroyed)


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