org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent.Foo

public class Foo
extends Object


Constructor Summary
Foo()
           
 
Method Summary
 boolean equals(Object obj)
           
 Baz getBaz()
           
static List<Foo> getDestroyedComponents()
           
 int getId()
           
 Qux getQux()
           
 int hashCode()
           
 void ping()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

ping

public void ping()

getId

public int getId()

getQux

public Qux getQux()

getBaz

public Baz getBaz()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getDestroyedComponents

public static List<Foo> getDestroyedComponents()

reset

public static void reset()


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