org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean
Class Bestiary

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.simple.newSimpleBean.Bestiary

@RequestScoped
public class Bestiary
extends Object


Constructor Summary
Bestiary()
           
 
Method Summary
 void destroyDragons(Collection<Dragon> dragons, LinkedHashSet<String> knights)
           
 Set<String> getKnightsWhichKilledTheDragons()
           
 Set<String> getPossibleNames()
           
 void observeBirth(Griffin griffin, TreeSet<String> possibleNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bestiary

public Bestiary()
Method Detail

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.