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

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

public class SpiderProducer
extends Object


Constructor Summary
SpiderProducer()
           
 
Method Summary
 void destroy()
           
 void disposeTarantula(Tarantula tarantula, Fox fox)
           
static Integer getFoxUsedForDisposalHashcode()
           
static Integer getInstanceUsedForDisposalHashcode()
           
static Integer getInstanceUsedForProducerHashcode()
           
static boolean isDependentContextActive()
           
static boolean isDestroyed()
           
 Tarantula produceTarantula(Tarantula spider, DomesticationKit domesticationKit)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiderProducer

public SpiderProducer()
Method Detail

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-2013 Seam Framework. All Rights Reserved.