org.jboss.cdi.tck.tests.decorators.definition.lifecycle
Class CallStore
java.lang.Object
org.jboss.cdi.tck.tests.decorators.definition.lifecycle.CallStore
public class CallStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resetCallers
public static void resetCallers()
addPostConstructCaller
public static void addPostConstructCaller(String caller)
addPreDestroyCaller
public static void addPreDestroyCaller(String caller)
getPostConstructCallers
public static List<String> getPostConstructCallers()
getPreDestroyCallers
public static List<String> getPreDestroyCallers()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.