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

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

@RequestScoped
public class Farm
extends Object
implements FarmLocal


Field Summary
static boolean destroyed
           
 
Constructor Summary
Farm()
           
 
Method Summary
 void open()
           
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destroyed

public static boolean destroyed
Constructor Detail

Farm

public Farm()
Method Detail

open

public void open()
Specified by:
open in interface FarmLocal

preDestroy

@PreDestroy
public void preDestroy()


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