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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.HorseStable

@Dependent
public class HorseStable
extends Object


Constructor Summary
HorseStable(javax.enterprise.inject.spi.BeanManager beanManager)
           
 
Method Summary
 void destroy()
           
static Integer getFoxUsedForObservedEventHashcode()
           
static Integer getInstanceThatObservedEventHashcode()
           
 void horseEntered(HorseInStableEvent horseEvent, Fox fox)
           
static boolean isDependentContextActive()
           
static boolean isDestroyed()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorseStable

@Inject
public HorseStable(javax.enterprise.inject.spi.BeanManager beanManager)
Method Detail

horseEntered

public void horseEntered(@Observes
                         HorseInStableEvent horseEvent,
                         Fox fox)

destroy

@PreDestroy
public void destroy()

isDependentContextActive

public static boolean isDependentContextActive()

reset

public static void reset()

getInstanceThatObservedEventHashcode

public static Integer getInstanceThatObservedEventHashcode()

getFoxUsedForObservedEventHashcode

public static Integer getFoxUsedForObservedEventHashcode()

isDestroyed

public static boolean isDestroyed()


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