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

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

@Named(value="foxRun")
public class FoxRun
extends Object
implements FoxRunLocal


Field Summary
 FoxLocal anotherFox
           
 FoxLocal fox
           
 
Constructor Summary
FoxRun()
           
 
Method Summary
 void destroy()
           
 FoxLocal getFox()
           
static boolean isDestroyed()
           
 void remove()
           
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

fox

@Inject
public FoxLocal fox

anotherFox

@Inject
public FoxLocal anotherFox
Constructor Detail

FoxRun

public FoxRun()
Method Detail

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.