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

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

@SessionScoped
public class SimpleSessionBean
extends Object
implements Serializable

Author:
Martin Kouba
See Also:
Serialized Form

Constructor Summary
SimpleSessionBean()
           
 
Method Summary
 long getId()
           
 void init()
           
 
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

init

@PostConstruct
public void init()

getId

public long getId()


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