org.jboss.cdi.tck.tests.context.application.predestroy
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.predestroy.Foo

@RequestScoped
public class Foo
extends Object

Author:
Martin Kouba

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

Constructor Detail

Foo

public Foo()
Method Detail

sayGoodbye

@PreDestroy
public void sayGoodbye()

isBarAlone

public boolean isBarAlone()


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