org.jboss.jsr299.tck.tests.context.dependent.ejb
Class FoxRun
java.lang.Object
org.jboss.jsr299.tck.tests.context.dependent.ejb.FoxRun
- All Implemented Interfaces:
- FoxRunLocal
@Named(value="foxRun")
public class FoxRun
- extends Object
- implements FoxRunLocal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fox
@Inject
public FoxLocal fox
anotherFox
@Inject
public FoxLocal anotherFox
FoxRun
public FoxRun()
destroy
@PreDestroy
public void destroy()
setDestroyed
public static void setDestroyed(boolean destroyed)
isDestroyed
public static boolean isDestroyed()
getFox
public FoxLocal getFox()
- Specified by:
getFox
in interface FoxRunLocal
remove
public void remove()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.