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

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

@RequestScoped
public class House
extends Object
implements HouseLocal


Field Summary
static boolean destroyed
           
 
Constructor Summary
House()
           
 
Method Summary
 RoomLocal 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

House

public House()
Method Detail

open

public RoomLocal open()
Specified by:
open in interface HouseLocal

preDestroy

@PreDestroy
public void preDestroy()


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