org.jboss.cdi.tck.tests.context.dependent.instance
Class Foo
java.lang.Object
org.jboss.cdi.tck.tests.context.dependent.instance.Foo
public class Foo
- extends Object
|
Constructor Summary |
Foo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
created
public static boolean created
destroyed
public static boolean destroyed
Foo
public Foo()
ping
public void ping()
create
@PostConstruct
public void create()
destroy
@PreDestroy
public void destroy()
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.