org.jboss.cdi.tck.tests.context.dependent.instance
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.instance.Foo

public class Foo
extends Object


Field Summary
static boolean created
           
static boolean destroyed
           
 
Constructor Summary
Foo()
           
 
Method Summary
 void create()
           
 void destroy()
           
 void ping()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

created

public static boolean created

destroyed

public static boolean destroyed
Constructor Detail

Foo

public Foo()
Method Detail

ping

public void ping()

create

@PostConstruct
public void create()

destroy

@PreDestroy
public void destroy()

reset

public static void reset()


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