org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle
Class Web

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.Web

public class Web
extends Object


Constructor Summary
Web()
           
 
Method Summary
 void destroy()
           
 boolean isDestroyed()
           
 boolean isSpun()
           
 void spin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Web

public Web()
Method Detail

isSpun

public boolean isSpun()

isDestroyed

public boolean isDestroyed()

spin

@PostConstruct
public void spin()

destroy

@PreDestroy
public void destroy()


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