org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle
Class Web
java.lang.Object
org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.Web
public class Web
- extends Object
|
Constructor Summary |
Web()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Web
public Web()
isSpun
public boolean isSpun()
isDestroyed
public boolean isDestroyed()
spin
@PostConstruct
public void spin()
destroy
@PreDestroy
public void destroy()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.