org.jboss.cdi.tck.tests.extensions.beanManager.bean
Class Office
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Office
@Inject
public Office(Employee constructorEmployee)
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.