org.jboss.cdi.tck.tests.context.dependent
Class InteriorDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.InteriorDecorator
All Implemented Interfaces:
Interior

@Decorator
public class InteriorDecorator
extends Object
implements Interior


Constructor Summary
InteriorDecorator()
           
 
Method Summary
 void foo()
           
static List<InteriorDecorator> getInstances()
           
static boolean isDestroyed()
           
 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

InteriorDecorator

public InteriorDecorator()
Method Detail

reset

public static void reset()

foo

public void foo()
Specified by:
foo in interface Interior

preDestroy

@PreDestroy
public void preDestroy()

getInstances

public static List<InteriorDecorator> getInstances()
Returns:
the instances

isDestroyed

public static boolean isDestroyed()
Returns:
the destroyed


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