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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.Spider
      extended by org.jboss.cdi.tck.tests.context.dependent.Tarantula
All Implemented Interfaces:
Animal, DeadlyAnimal, DeadlySpider

public class Tarantula
extends Spider
implements DeadlySpider


Constructor Summary
Tarantula()
           
Tarantula(Integer producerInstanceHashcode)
           
 
Method Summary
 Integer getProducerInstanceHashcode()
           
static boolean isDependentContextActive()
           
static boolean isDestroyed()
           
 void preDestroy()
           
static void reset()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.context.dependent.Spider
layEggs, ping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tarantula

public Tarantula()

Tarantula

public Tarantula(Integer producerInstanceHashcode)
Method Detail

preDestroy

@PreDestroy
public void preDestroy()

getProducerInstanceHashcode

public Integer getProducerInstanceHashcode()

isDependentContextActive

public static boolean isDependentContextActive()

isDestroyed

public static boolean isDestroyed()

reset

public static void reset()


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