org.jboss.cdi.tck.tests.context.dependent.ejb
Class Stable

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.ejb.Stable
All Implemented Interfaces:
Serializable

public class Stable
extends Object
implements Serializable

See Also:
Serialized Form

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

Stable

public Stable()
Method Detail

preDestroy

@PreDestroy
public void preDestroy()


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