org.jboss.cdi.tck.tests.context.dependent
Class SpiderProducer
java.lang.Object
org.jboss.cdi.tck.tests.context.dependent.SpiderProducer
public class SpiderProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpiderProducer
public SpiderProducer()
produceTarantula
@Produces
@Pet
public Tarantula produceTarantula(Tarantula spider,
DomesticationKit domesticationKit)
disposeTarantula
public void disposeTarantula(@Disposes@Pet
Tarantula tarantula,
Fox fox)
isDependentContextActive
public static boolean isDependentContextActive()
getInstanceUsedForDisposalHashcode
public static Integer getInstanceUsedForDisposalHashcode()
getInstanceUsedForProducerHashcode
public static Integer getInstanceUsedForProducerHashcode()
getFoxUsedForDisposalHashcode
public static Integer getFoxUsedForDisposalHashcode()
isDestroyed
public static boolean isDestroyed()
reset
public static void reset()
destroy
@PreDestroy
public void destroy()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.