org.jboss.cdi.tck.tests.context.dependent
Class Fox

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

@Dependent
@Named
@Default
public class Fox
extends Object


Constructor Summary
Fox()
           
 
Method Summary
 void destroy()
           
static int getDestroyCount()
           
 String getName()
           
static boolean isDestroyed()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fox

public Fox()
Method Detail

isDestroyed

public static boolean isDestroyed()

reset

public static void reset()

getDestroyCount

public static int getDestroyCount()

destroy

@PreDestroy
public void destroy()

getName

public String getName()


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