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

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

public class OtherSpiderProducer
extends Object


Field Summary
 Tarantula produceTarantula
           
 
Constructor Summary
OtherSpiderProducer()
           
 
Method Summary
 void destroy()
           
static boolean isDestroyed()
           
static void setDestroyed(boolean destroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

produceTarantula

@Produces
@Tame
public Tarantula produceTarantula
Constructor Detail

OtherSpiderProducer

public OtherSpiderProducer()
Method Detail

destroy

@PreDestroy
public void destroy()

isDestroyed

public static boolean isDestroyed()

setDestroyed

public static void setDestroyed(boolean destroyed)


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