org.jboss.jsr299.tck.tests.context.dependent.ejb
Class Fox
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fox
public Fox()
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.