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

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

public class Table
extends Object
implements TableLocal


Field Summary
static boolean destroyed
           
 
Constructor Summary
Table()
           
 
Method Summary
 void lay()
           
 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

Table

public Table()
Method Detail

preDestroy

@PreDestroy
public void preDestroy()

lay

public void lay()
Specified by:
lay in interface TableLocal


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