org.jboss.cdi.tck.tests.context
Class MySessionBean

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

@SessionScoped
public class MySessionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MySessionBean()
           
 
Method Summary
 int getId()
           
 void ping()
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySessionBean

public MySessionBean()
Method Detail

setId

public void setId(int id)

getId

public int getId()

ping

public void ping()


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