org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle
Class OrderProcessor
java.lang.Object
org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.OrderProcessor
- Direct Known Subclasses:
- DirectOrderProcessor, IntermediateOrderProcessor
public class OrderProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postConstructCalled
public static boolean postConstructCalled
preDestroyCalled
public static boolean preDestroyCalled
OrderProcessor
public OrderProcessor()
postConstruct
@PostConstruct
public void postConstruct()
preDestroy
@PreDestroy
public void preDestroy()
order
public void order()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.