org.jboss.cdi.tck.tests.context.application.destroy
Class Bar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.destroy.Bar

@ApplicationScoped
public class Bar
extends Object


Constructor Summary
Bar()
           
 
Method Summary
 boolean isFooDestroyed()
           
 void setFooDestroyed(boolean isFooDestroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

isFooDestroyed

public boolean isFooDestroyed()

setFooDestroyed

public void setFooDestroyed(boolean isFooDestroyed)


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