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

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

public class Room
extends Object
implements RoomLocal


Field Summary
static boolean destroyed
           
 
Constructor Summary
Room()
           
 
Method Summary
 TableLocal getTable()
           
 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

Room

public Room()
Method Detail

getTable

public TableLocal getTable()
Specified by:
getTable in interface RoomLocal

preDestroy

@PreDestroy
public void preDestroy()


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