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

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

@ApplicationScoped
public class Builder
extends Object


Field Summary
static boolean postConstructCalled
           
static boolean preDestroyCalled
           
 
Constructor Summary
Builder()
           
 
Method Summary
 void build()
           
 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

Builder

public Builder()
Method Detail

build

public void build()

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()

reset

public static void reset()


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