org.jboss.jsr299.tck.tests.implementation.simple.lifecycle
Class EggProducer
java.lang.Object
org.jboss.jsr299.tck.tests.implementation.simple.lifecycle.EggProducer
public class EggProducer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EggProducer
public EggProducer()
nextEgg
@Produces
@Synchronous
public Egg nextEgg()
disposeEgg
public void disposeEgg(@Disposes@Synchronous
Egg egg)
isEggDisposed
public static boolean isEggDisposed()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.