org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle
Class SpiderProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.SpiderProducer
Direct Known Subclasses:
PreferredSpiderProducer

public class SpiderProducer
extends Object


Constructor Summary
SpiderProducer()
           
 
Method Summary
 Spider getNullSpider()
           
static Tarantula getTarantulaCreated()
           
static boolean isDestroyArgumentsSet()
           
static boolean isTarantulaCreated()
           
static boolean isTarantulaDestroyed()
           
 Tarantula produceTarantula()
           
static void reset()
           
static void resetTarantulaCreated()
           
static void resetTarantulaDestroyed()
           
 
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()

getNullSpider

@Produces
@Null
public Spider getNullSpider()

isTarantulaCreated

public static boolean isTarantulaCreated()

isTarantulaDestroyed

public static boolean isTarantulaDestroyed()

resetTarantulaCreated

public static void resetTarantulaCreated()

resetTarantulaDestroyed

public static void resetTarantulaDestroyed()

isDestroyArgumentsSet

public static boolean isDestroyArgumentsSet()

getTarantulaCreated

public static Tarantula getTarantulaCreated()

reset

public static void reset()


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