org.jboss.jsr299.tck.tests.context.dependent.ejb
Class Fox

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.context.dependent.ejb.Fox
All Implemented Interfaces:
FoxLocal

@Dependent
@Named
@Default
public class Fox
extends Object
implements FoxLocal


Constructor Summary
Fox()
           
 
Method Summary
 void construct()
           
 void destroy()
           
static int getDestroyCount()
           
 String getName()
           
static boolean isDependentContextActiveDuringPostConstruct()
           
static boolean isDestroyed()
           
 void remove()
           
static void setDependentContextActiveDuringPostConstruct(boolean dependentContextActiveDuringPostConstruct)
           
static void setDestroyCount(int destroyCount)
           
static void setDestroyed(boolean destroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fox

public Fox()
Method Detail

construct

@PostConstruct
public void construct()

isDestroyed

public static boolean isDestroyed()

setDestroyed

public static void setDestroyed(boolean destroyed)

setDestroyCount

public static void setDestroyCount(int destroyCount)

getDestroyCount

public static int getDestroyCount()

isDependentContextActiveDuringPostConstruct

public static boolean isDependentContextActiveDuringPostConstruct()

setDependentContextActiveDuringPostConstruct

public static void setDependentContextActiveDuringPostConstruct(boolean dependentContextActiveDuringPostConstruct)

destroy

@PreDestroy
public void destroy()

getName

public String getName()
Specified by:
getName in interface FoxLocal

remove

public void remove()


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