org.jboss.cdi.tck.tests.decorators.definition.lifecycle
Class CallStore

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.lifecycle.CallStore

public class CallStore
extends Object


Method Summary
static void addPostConstructCaller(String caller)
           
static void addPreDestroyCaller(String caller)
           
static List<String> getPostConstructCallers()
           
static List<String> getPreDestroyCallers()
           
static void resetCallers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.