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

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

public class Qux
extends Object


Constructor Summary
Qux()
           
 
Method Summary
 boolean equals(Object obj)
           
static List<Qux> getDestroyedComponents()
           
 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

Qux

public Qux()
Method Detail

ping

public void ping()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getDestroyedComponents

public static List<Qux> getDestroyedComponents()

reset

public static void reset()


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