org.jboss.cdi.tck.tests.context.dependent
Class HorseStable
java.lang.Object
org.jboss.cdi.tck.tests.context.dependent.HorseStable
@Dependent
public class HorseStable
- extends Object
|
Constructor Summary |
HorseStable(javax.enterprise.inject.spi.BeanManager beanManager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HorseStable
@Inject
public HorseStable(javax.enterprise.inject.spi.BeanManager beanManager)
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.