org.jboss.cdi.tck.tests.extensions.beanManager.bean
Class Office

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.bean.Office
All Implemented Interfaces:
Building<String>
Direct Known Subclasses:
SerializableOffice

@Vetoed
public class Office
extends Object
implements Building<String>


Constructor Summary
Office(Employee constructorEmployee)
           
 
Method Summary
 Employee getConstructorEmployee()
           
 Employee getFieldEmployee()
           
 Employee getInitializerEmployee()
           
 void init(Employee employee)
           
 boolean intercepted()
           
 boolean isPostConstructCalled()
           
static boolean isPreDestroyCalled()
           
 void postConstruct()
           
 void preDestroy()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Office

@Inject
public Office(Employee constructorEmployee)
Method Detail

init

@Inject
public void init(Employee employee)

postConstruct

@PostConstruct
public void postConstruct()

preDestroy

@PreDestroy
public void preDestroy()

getFieldEmployee

public Employee getFieldEmployee()

getConstructorEmployee

public Employee getConstructorEmployee()

getInitializerEmployee

public Employee getInitializerEmployee()

isPostConstructCalled

public boolean isPostConstructCalled()

reset

public static void reset()

isPreDestroyCalled

public static boolean isPreDestroyCalled()

intercepted

public boolean intercepted()


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