org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged
Class Nail

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.Nail

public class Nail
extends Object


Field Summary
static boolean postConstructCalled
           
static boolean preDestroyCalled
           
 
Constructor Summary
Nail()
           
 
Method Summary
 void destroy()
           
 void init()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

postConstructCalled

public static boolean postConstructCalled

preDestroyCalled

public static boolean preDestroyCalled
Constructor Detail

Nail

public Nail()
Method Detail

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()

reset

public static void reset()


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