org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean
Class Bestiary
java.lang.Object
org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean.Bestiary
@RequestScoped
public class Bestiary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bestiary
public Bestiary()
observeBirth
public void observeBirth(@Observes
Griffin griffin,
@New
TreeSet<String> possibleNames)
destroyDragons
public void destroyDragons(@Disposes
Collection<Dragon> dragons,
@New
LinkedHashSet<String> knights)
getPossibleNames
public Set<String> getPossibleNames()
getKnightsWhichKilledTheDragons
public Set<String> getKnightsWhichKilledTheDragons()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.