org.jboss.jsr299.tck.tests.implementation.enterprise.remove
Class StateKeeper
java.lang.Object
org.jboss.jsr299.tck.tests.implementation.enterprise.remove.StateKeeper
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
public class StateKeeper
- 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 |
StateKeeper
public StateKeeper()
isRemoveCalled
public boolean isRemoveCalled()
setRemoveCalled
public void setRemoveCalled(boolean removeCalled)
isBeanDestroyed
public boolean isBeanDestroyed()
setBeanDestroyed
public void setBeanDestroyed(boolean beanDestroyed)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.