public class EggProducer extends Object
| Constructor and Description |
|---|
EggProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
disposeEgg(Egg egg) |
static boolean |
isEggDisposed() |
Egg |
nextEgg() |
@Produces @Synchronous public Egg nextEgg()
public void disposeEgg(@Disposes @Synchronous Egg egg)
public static boolean isEggDisposed()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.